Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 628 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 628 Bytes

azb-connect-aks

Docker container that connects to Azure Kubernetes Service.

Build Docker Image

docker build -t azb-connect-aks .

Running Docker Image

These are the environment variables that the docker image suppor:

Name Comment
RESOURCE_GROUP AKS resource group name
AKS_NAME AKS name

Example

docker run -e RESOURCE_GROUP=XXXXX -e AKS_NAME=XXXXX azb-connect-aks

The aks connection information is store inside /root/.kube/config