Kubernetes Commands
Debugging
https://kubernetes.io/docs/reference/kubectl/cheatsheet/#kubectl-output-verbosity-and-debugging
--v=9
is good for seeing values, put into JSON formatter
Get logs for pod
Get logs for ingress controller
Spinning up the instances
Scaling the instances
Updating the instances
Rollback
View Information on the Cluster
See nodes in cluster
List pods
Describe pods (Troubleshooting)
Exec into bash
Delete pods by pattern
Last updated