Detecting SNAT port exhaustion on Azure Kubernetes Service
Running applications on an Azure Kubernetes Service cluster which make a lot of outbound calls might led to a SNAT port exhaustion.
In today’s blog article I walk you through how to detect and mitigate a SNAT port exhaustion on AKS.
What is a SNAT port exhaustion?
It is important to know what a SNAT port exhaustion is to apply the correct mitigation.
SNAT, Source Network Address Translation, Read more [...]