Learning Kubernetes with Kubectl
When we work around Kubernetes, we often have to reference the documentation for a few things to save time from the journey from terminal to browser and back. Kubectl offers a great set of help in itself. Learning about the resources The command shows all fields from the pod resource along with its type and information about it. You can also look for a subfield. for example, $ kubectl explain pod $ kubectl explain pod.spec.containers ...