Udacity's Cloud DevOps Nanodegree Course 4 Project
- Download Promethius
wget https://github.com/prometheus/prometheus/releases/download/v2.18.1/prometheus-2.18.1.linux-amd64.tar.gz
- Unpack the tarball and change to the directory
tar xvfz prometheus-*.tar.gz
cd prometheus-*
-
Update the Promethius config file
-
Start Promethius
./prometheus --config.file=prometheus.yml
- Update Cloud9's Security Group's inbound routing IP addresses to include port 9090 for all inbound traffic
- View the metrics using /metrics
- Execute graph commands using the Console Tab
- Graph results using the Graph Tab
- Configure and Run Kubernetes on local host