stuf
This commit is contained in:
parent
9607c41b54
commit
18222dd2bf
8 changed files with 10838 additions and 0 deletions
12
kubernetes-cheatsheet.md
Normal file
12
kubernetes-cheatsheet.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
Login:
|
||||
1. gcloud compute ssh galoy-staging-bastion
|
||||
2. gcloud auth login
|
||||
3. kauth
|
||||
|
||||
Check namespaces: k get namespace
|
||||
Check pods in a namespace: k get pods -n <namespace name>
|
||||
Check containers and env vars in a pod: k describe pod <pod name> -n <namespace name>
|
||||
|
||||
Delete a namespace: k delete namespace <namespace name>
|
||||
Loading…
Add table
Add a link
Reference in a new issue