System monitoring app written in Python which retrieves system utilization info using psutil
& visualizes the output using plotly
graphing library.
this also includes:
- have written the Dockerfile to build DockerImage and run Docker Container.
- added
ECR
module usingboto3
(the AWS SDK for Python) to push the DockerImage to AWS - Elastic Container Registry. - have also written
EKS
module for to deploy Kubernetes pods and cluster on AWS - Elastic Kubernetes Service.