- Get pods
kubectl get pods
- Enter into pod
kubectl exec -it [pod-name] /bin/bash
- Delete pod
kubectl delete pod [pod-name]
- Get configmap values
kubectl get configmap -o yaml [configmap-name]
kubectl get pods
kubectl exec -it [pod-name] /bin/bash
kubectl delete pod [pod-name]
kubectl get configmap -o yaml [configmap-name]