0

It is possible to create ingress-controller with external-IP, on local cluster?

After many tries, I m not able to have external-IP, still status .

I already try many ingress-controllers, config maps, external deployments for cluster.

External-IP must be a public-IP or it could be internal-IP?

Thanks in any advice.

  • What ingress controller are you talking about? And how did you start the cluster? – Matt Oct 12 '20 at 11:18
  • Ingress-controller what you for example on GKE, loadbalancer for rest of ingresses created.External-IP of ingress than can use in DNS server as one IP, where by ingresses assing hostname of webapps. Basic install of kubernetes cluster than assign nodes. – Samuel Stanislav Oct 12 '20 at 11:22
  • It is possible to set some config in control plane ? to have external-IP for cluster / – Samuel Stanislav Oct 12 '20 at 11:24
  • Maybe setting of kube-dns where i do not see any external-IP ? – Samuel Stanislav Oct 12 '20 at 12:13

1 Answers1

0

Already solved the problem with external-IP.

Install https://opensource.com/article/20/7/homelab-metallb. To create pool of IPs, where load balancer can pick IP.

But now have a bigger problem, that IP addresses which come from pool, are visible only from my cluster.