civo / civo-cloud-controller-manager

Kubernetes cloud-controller-manager for Civo
Apache License 2.0
4 stars 7 forks source link

Allow for kubernetes.civo.com/ipv4-address to be picked up from an ingress object #11

Open DMajrekar opened 1 year ago

DMajrekar commented 1 year ago

Feedback from helping a customer get this working:

I imagine it’s a fairly common use case to want to bind to a reserved IP at the point of creating the cluster (or later defining an Ingress manually).

It feels a little disjointed that it’s not picked up at the Ingress level.

Coming from GCP, a reserved IP can be bound in the same place that routing is defined.

We should review what GCP is doing and if we can make this user experience more intuitive