$ kubectl create deployment hello-world --image=gcr.io/google-samples/hello-app:1.0 $ kubectl get deployments OR $ kubectl get deployment hello-world $ kubectl get pods -l app=hello-world $ kubectl expose deployment hello-world --type=NodePort --port=8080 $ kubectl get service hello-world $ minikube service hello-world
Catatan, berbagi ilmu dan sarana berdiskusi.