Today, I played around with some kubectl commands and learned a few things!
- How to query Kube-system by specifying the namespace flag
- Use contexts to manage “profiles” for kubectl
- Tweak the output to wide or json or filter the results using jsonpath
- Edit resources like pods, deployments, etc RIGHT in kubectl by using kubectl edit
- Labels and annotations
- Labels are tags
- Annotations are notes
- Key/value pairs for both
- –overwrite to overwrite