Tag: cheetsheat
-

BASH CheatSheet
This is the world’s lamest explanation of what BASH is, however it is a helpful resource for a newbie trying to do a few tricks with BASH. I’ll be the newbie because it is fitting and this is a cheat sheet that I created (at least in part) for myself to refer to. Base64 Encode…
-

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…