Understanding config file in Kubernetes.
Introduction
To interact with the Kubernetes cluster you install kubectl (a command line utility), and you run the command kubectl apply -f pod.yaml or kubectl run my-pod --image=nginx . when you run the command your request goes to the API server an...
vishalkerketta.hashnode.dev3 min read