“apply” command in Kubernetes
I introduced you to the “create” command of the Kubernetes Controller to create new objects such as Pods, Deployments in the Kubernetes cluster. We can also do this using the “apply” command. For example, I have a configuration file to create a new Pod with… Read More