AKS - Azure Kubernetes Service Hosting

The purpose of this document is to provide instructions for deploying OneList Application to be hosted in AKS. Networking, security and firewall design and configuration is not in the scope of this document.

Deployment View

 

Azure Deployment

  • Production resource group contains

    • The Kubernetes cluster where the OneList services and pods are deployed;

    • Azure SQL databases.

  • Non-production resource group contains

    • The Kubernetes cluster where multiple non-production environments are deployed. A Kubernetes namespace is created for each environment and the OneList services and pods are deployed to that namespace;

    • 3 Azure SQL databases are created for each environment.