Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

aks-demo

Demo for azure AKS

Prepairing

az login
az group create --name kubdemo --location eastus
az aks create -g kubdemo -n demoCluster --node-count 1 --generate-ssh-keys
az aks get-credentials -g kubdemo -n demoCluster

AKS

kubectl get nodes
kubectl get pods
kubectl get pods --all-namespaces

About

Demo for azure AKS

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors