Requirements
This tutorial assumes you have a running Kubernetes cluster.
-
Log into the master node using the root user account.
-
Perform the following updates/installations:
1 | # apt update |
Steps [1] [2] [3] [4]
Download or clone the cluster-monitoring
project.
1 | # git clone https://github.com/carlosedp/cluster-monitoring |
Wait for command to complete. Then run, make
1 | # make |
Wait for this to complete creating manifest files.
Now apply the setup manifests.
1 | # kubectl apply -f manifests/setup/ |
View status.
1 | # kubectl get pods -n monitoring |
Watch status until complete.
1 | # watch kubectl get pods -n monitoring |