ScriptAutomate
yaml # Get deployments kubectl get deployments # Get pods kubectl get pods # Describe a pod kubectl describe pod <name> # Get logs kubectl logs <name>