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?
You can try and see if you can:
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 :)