/metricspractice

Practice using InfluxDB, Telegraf, Chronograf and Statsd

Primary LanguageHCL

Metrics Practice

Practice using Telegraf, InfluxDB, Chronograf and Statsd.

Usage:

  1. Spin up a Kubernetes cluster using Azure Container Service (AKS).
~$ cd terraform
~$ terraform init
~$ terraform apply
  1. Install the Azure CLI

  2. Connect to the Kubernetes cluster

~$ az login
~$ az aks get-credentials --resource-group "aks_resourcegroup" --name "akscluster1"
  1. Use kubectl to create the Kubernetes resources.
~$ cd kubernetes
~$ kubectl apply -f .
  1. In the Azure Portal, use the link to View Kubernetes Dashboard to see the load balanced public IP.