Showing posts with label cubectl. Show all posts
Showing posts with label cubectl. Show all posts

Tuesday, March 10, 2020

kubernets cheat sheets

List helm installation
helm list

Search helm chart
helm search [release name]

helm del [release name]-[chart name] --purge

kubectl delete ns [namespace]

kubectl get pod -n [namespace]

helm install [release name] [chart name]

kubectl logs --follow [pod name] -n [namespace]

List pods and output to YAML
kubectl get pod -o yaml


kubectl describe pod [pod name] -n [namespace]