Remove page f
article thumbnail

Getting Started with Kubernetes Using Minikube

Linux Academy

For creating and updating almost anything in Kubernetes, we can use the kubectl apply -f command, passing in the file that defines the desired state. Let’s create our deployment doing this: $ kubectl apply -f webserver-deployment.yml deployment.apps/webserver-deployment created. Now we have a deployment called webserver-deployment.