Practice using Telegraf, InfluxDB, Chronograf and Statsd.
Usage:
- Spin up a Kubernetes cluster using Azure Container Service (AKS).
~$ cd terraform
~$ terraform init
~$ terraform apply
-
Install the Azure CLI
-
Connect to the Kubernetes cluster
~$ az login
~$ az aks get-credentials --resource-group "aks_resourcegroup" --name "akscluster1"
- Use
kubectl
to create the Kubernetes resources.
~$ cd kubernetes
~$ kubectl apply -f .
- In the Azure Portal, use the link to View Kubernetes Dashboard to see the load balanced public IP.