DEV Community

Discussion on: Ingress in Kubernetes with Docker for Windows

Collapse
 
albertmarashi profile image
AlbertMarashi

Can't believe the docs didn't state this, but you have to run this command in order for the ingress to work:

kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.41.2/deploy/static/provider/cloud/deploy.yaml

(taken from below)