kubernauts / tk8

CLI to deploy Kubernetes with RKE, EKS or Kubeadm and deploy additional addons
Apache License 2.0
266 stars 48 forks source link

Deploy Azure AKS with TK8 #95

Open arashkaffamanesh opened 5 years ago

arashkaffamanesh commented 5 years ago

Deploy AKS: $ tk8 cluster aks install

Destroy AKS: $ tk8 cluster aks destroy

Scale AKS: $ tk8 cluster aks scale

Upgrade AKS: $ tk8 cluster aks upgrade

Add REST API for TK8 Web, extend TK8 Web Interface

Prerequisites:

Terraform Scripts are provided in seperate repo config.yaml extended with aks section

arashkaffamanesh commented 5 years ago

Some work has been done here: https://blog.kubernauts.io/aks-deployment-automation-with-terraform-and-multi-aks-cluster-management-with-rancher-6da9865ad52b

ishantanu commented 5 years ago

@arashkaffamanesh If you'd like to have aks support via TPR2, that can be done as well.