Running Hello World Application
Hello World Deployment in Kubernetes
$ minikube start$ kubectl get all$ kubectl create -f helloworld.yaml$ kubectl expose deployment helloworld --type=NodePort$ minikube service helloworldLast updated
Was this helpful?