Tag: kubectl

  • Kubectl Cheetsheat

    Kubectl Cheetsheat

    Pods kubectl get pods kubectl describe pod Command Line in Pod – kubectl exec –stdin –tty – /bin/bash kubectl logs Logs from previous instance of pod – kubectl logs -p Apply Yaml files kubectl apply -f kubectl apply -f (runs all yamls in the folder) Diagnose failed start for container: If your pod and deployment…