Skip to content
ZhangYang edited this page Jul 18, 2019 · 1 revision

Run k8s on AKS

Please follow up steps under k8s/steps:

  • Create Azure Kubernetes Service (AKS) and Azure Container Registry(ACR) - 1.aks.txt
  • Once you have ACR you can push docker image into your private docker image repository - 2.image.txt
  • Deploy k8s by yaml file - 3.deployk8s.txt
  • k8s scale up/down, roll back, rolling update - 4.scale.txt
  • Clear up - 5.clearup.txt
Clone this wiki locally