Enable Public IP Node Access for Azure Deployments
Steps to enable public IP access to the work loads deployed on Azure AKS Node pools
az loginaz extension add --name aks-previewaz feature register --name NodePublicIPPreview --namespace Microsoft.ContainerServiceaz feature list -o table --query "[?contains(name, 'Microsoft.ContainerService/NodePublicIPPreview')].{Name:name,State:properties.state}"Last updated