Monitor Docker Container with Grafana & Prometheus
1. Launch ubuntu 20/22 with below ports in AWS
9393,3000,9090
2. Login your machine and install docker
apt-get update
apt-get install docker.io -y
apt-get install docker-compose -y
3. To Monitor docker we need to deploy some container so then c...
ashwinrajendran.hashnode.dev5 min read