How to create an AKS cluster #2103
rjshrjndrn
started this conversation in
KnowledgeBase
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
you should have azure az cli installed. Either use azure cloud shell or refer this doc.
Create one ssh keypair for access, and keep the public key for cluster clusrer creation.
ssh-keygen -C deployer-kubernetes-key -f /tmp/deployer
/tmp/deployer is your private key and /tmp/deployer.pem.pub is the public key.
Steps
Get the kubeconfig
Beta Was this translation helpful? Give feedback.
All reactions