Faeka Ansarifyka.hashnode.dev·Jan 22, 2024`kubectl apply` | Certified Kubernetes Administrator CKA guide - Part 3/10kubectl 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 ...kubectl
Aishwary Prakashaishwaryprakash98.hashnode.dev·Nov 26, 2023DevOps Interview: kubectl apply vs kubectl createBoth kubectl create and kubectl apply are commands used to manage resources in a Kubernetes cluster. Let’s check the differences!! “create” is an imperative command meaning it requires you to specify all the details of the resource you want to creat...kubectl create