Giter Site home page Giter Site logo

Comments (5)

snovak7 avatar snovak7 commented on June 14, 2024

I have this working scenario with ingress controller, no luck with gateway api yet

ingressController:
  enabled: true
  default: true
  loadbalancerMode: shared
  service:
    loadBalancerIP: PRIVATE_IP_ADDRESS

note, that you want shared mode, so it doesn't allocate new IP for each ingress

from cilium.

robkooper avatar robkooper commented on June 14, 2024

that works for me, issue is that if I do a kubectl get ingress it shows the private address and not public:

traefik:

> kubectl get service -n traefik
NAME                        TYPE           CLUSTER-IP      EXTERNAL-IP    PORT(S)                      AGE
traefik                     LoadBalancer   10.43.127.39    192.168.1.41   80:32660/TCP,443:30642/TCP   47h
> kubectl get ingress -n whoami
NAME                        CLASS     HOSTS                     ADDRESS           PORTS     AGE
whoami                      traefik   whoami.talos.ncsa.cloud   141.142.X.Y   80, 443   25h

cilium:

> kubectl get service -n kube-system
NAME             TYPE           CLUSTER-IP       EXTERNAL-IP    PORT(S)                      AGE
cilium-ingress   LoadBalancer   10.100.82.55     192.168.15.1   80:32649/TCP,443:32718/TCP   27h
> kubectl get ingress -n whoami
NAME     CLASS    HOSTS                     ADDRESS        PORTS     AGE
whoami   <none>   whoami.talos.ncsa.cloud   192.168.15.1   80, 443   26h

I was hoping that I could do the same and have the ingress in cilium show the real external ip address and not the openstack version. This is used when I have external-dns running and it looks at the ip address in the ingress status and uses that to update the DNS records.

from cilium.

N214 avatar N214 commented on June 14, 2024

Following, couldn't setup cilium gateway API with a public IP. Ingress is working with public IP.

from cilium.

github-actions avatar github-actions commented on June 14, 2024

This issue has been automatically marked as stale because it has not
had recent activity. It will be closed if no further activity occurs.

from cilium.

github-actions avatar github-actions commented on June 14, 2024

This issue has not seen any activity since it was marked stale.
Closing.

from cilium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.