Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 864 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 864 Bytes

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