Deploy a Kubernetes Service on Azure with IP address that is in a different resource group to the cluster
When a service is deployed to Kubernetes we often need to specify a static IP address. This means that if the service gets recreated it retains the same IP. By default when you deploy a service in Kubernetes on Azure…
Read more