Docker container that connects to Azure Kubernetes Service.
docker build -t azb-connect-aks .
These are the environment variables that the docker image suppor:
Name | Comment |
---|---|
RESOURCE_GROUP | AKS resource group name |
AKS_NAME | AKS name |
docker run -e RESOURCE_GROUP=XXXXX -e AKS_NAME=XXXXX azb-connect-aks
The aks connection information is store inside /root/.kube/config