Does the IBM Cloud Kubernetes Service Ingress annotation for public IP type work identically in local kind and production clusters?
Goal: Deploy a simple web service in an IBM Cloud Kubernetes Service cluster and expose it using an IBM Cloud Load Balancer (ALB) by setting the service annotation service.kubernetes.io/ibm-load-balancer-cloud-provider-ip-type: public . The same manifest works without error in a local kind cluster, where the service receives a routable IP and the application