kubectl apply -f <filename.yaml>
Well, if we have come this far, you should have known the kubectl apply command that's the one command that stands out for its versatile usage in Kubernetes. In this blog, we shall explore how it actually works under ...