Search code examples
azurekubernetesazure-container-serviceazure-aks

Azure Container/Kubernetes Service - Network interface and IPs are not deleted


Azure Container/Kubernetes Service - Virtual Network : IPs and network interface are not deleted/cleaned after pods deletion.

No more available address in the subnet that kubernetes use after a few deployments.

Is there a way to clean those network interface?


Solution

  • RESOLVED: By default, AKS is reserving 31 ips for each node in the cluster so my problem was not that the IPs were not released but just that a lot of IPs were reserved :)