Is there support in GKE or Helm to have k8s create a reserved GCP address for me that I will be using in externalIPs?
- https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address
- https://cloud.google.com/compute/docs/ip-addresses/reserve-static-internal-ip-address
I can script it myself, but I'd like this reservation to be part of the Kubernetes config itself instead of having to create it outside of the k8s config with my own scripts or manually.
Perhaps the new k8s Service Catalog can provision a reserved static IP for me?