skip to Main Content

Ubuntu – Minikube have no external ipaddress

I am running my minikube as docker image. I am trying to expose my service to outside world using Nodeport. This is my yaml file. apiVersion: apps/v1 kind: Deployment metadata: name: docker-hello-world labels: app: docker-hello-world spec: selector: matchLabels: app: docker-hello-world…

VIEW QUESTION
Back To Top
Search