Remove page f
article thumbnail

Getting Started with Kubernetes Using Minikube

Linux Academy

You can look at the official documentation to see what you will modify if you’re using Linux or Windows: $ curl -LO [link] -s [link] && chmod +x kubectl && mv kubectl /usr/local/bin/. Let’s create our deployment doing this: $ kubectl apply -f webserver-deployment.yml deployment.apps/webserver-deployment created.