kuberise / kuberise.io

Apache License 2.0
14 stars 15 forks source link

Ingress should work in Kind #23

Closed mtp1376 closed 3 months ago

mtp1376 commented 4 months ago

ingress-nginx-controller is using LoadBalancer. In minikube this is handled well therefore it's working.

But in Kind, probably there's no default ingress controller, so we should use MetalLB to fix the behavior when used in Kind.

mojtabaimani commented 3 months ago

Thank you for adding this issue. There is project cloud-provider-kind which solves the problem for kind: https://github.com/kubernetes-sigs/cloud-provider-kind I close this issue.