Skip to content

Commit

Permalink
cheatsheet edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Memal7 committed Jan 17, 2024
1 parent 62ac99b commit 4d20e9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kubectl-cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ Jump into container of the pod:
kubectl exec demopod -it sh
```

Look at to pod logs:
```
kubectl logs demo-pod
```

---
## Create, delete, and manage ReplicaSet
Create/apply a replicaset:
Expand Down

0 comments on commit 4d20e9e

Please sign in to comment.