Skip to content

Hands-on lab on how to set up Azure AKS, helm and Istio and then deploying samples application running in AKS

License

Notifications You must be signed in to change notification settings

melvinlee/lab-az-aks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-aks

Spin up Azure Kubernetes Service (AKS) cluster and deploy apps.

Create Cluster

In this quickstart, an AKS cluster is deployed using the Azure CLI.

$ make create-cluster get-credential deploy-helm get-node

Horizontal Pod Autoscaler

The API requires metrics server to be deployed in the cluster. Otherwise it will be not available.

Metrics Server

Metrics Server is a cluster-wide aggregator of resource usage data.

Deploy Istio

Istio: an open platform to connect, manage, and secure microservices. Istio provides an easy way to create a network of deployed services with load balancing, service-to-service authentication, monitoring, and more, without requiring any changes in service code.

$ make deploy-istio deploy-istio-dashboard

Delete Cluster

$ make delete-cluster

About

Hands-on lab on how to set up Azure AKS, helm and Istio and then deploying samples application running in AKS

Topics

Resources

License

Stars

Watchers

Forks