Ease into Azure Kubernetes Application Network
If you’re using Kubernetes, especially a managed version like Azure Kubernetes Service (AKS), you don’t need to think about the underlying hardware. All you need to do is build your application and it should run, its containers managed by the service’s orchestrator. At least that’s the theory. However, implementing a platform that abstracts your code…