Skip to content

theopolis/azure-microk8s-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Microk8s Test

Relevant things:

Links I found useful:

The final parts:

docker build -t localhost:32000/azpagent:registry .
docker push localhost:32000/azpagent
microk8s kubectl create secret generic azure-microk8s-secret \
 --from-literal=AZP_URL=https://dev.azure.com/<ORG HERE> \
 --from-literal=AZP_TOKEN=<TOKEN HERE>
microk8s kubectl apply -f azure-microk8s-deployment.yaml 

About

This repo is for testing Azure and Microk8s

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published