Spin up Azure Kubernetes Service (AKS) cluster and deploy apps.
In this quickstart, an AKS cluster is deployed using the Azure CLI.
$ make create-cluster get-credential deploy-helm get-node
The API requires metrics server to be deployed in the cluster. Otherwise it will be not available.
Metrics Server is a cluster-wide aggregator of resource usage data.
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
$ make delete-cluster