Skip to content

AKS Pod init container that connects to Azure AKS using the POD Identity and save the information to a share storage

License

Notifications You must be signed in to change notification settings

AzBuilder/azb-connect-aks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AKS Pod init container that connects to Azure AKS using the POD Identity and save the information to a share storage

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published