Loading video player...
This video explains how I containerized a Python-based system monitoring application using Docker. I walk through: • Why Docker is used in DevOps • Dockerfile explained line by line • Image vs container concepts • Running a FastAPI app inside a container Tech stack used: • Python • FastAPI • Docker • psutil This is part of a hands-on DevOps project focused on building and deploying monitoring services. Github link: https://github.com/richu2000/proj1 Docker installed and running ###Build Docker Image docker build -t system-monitor . ###Run Docker Container docker run -p 8000:8000 system-monitor Access the API http://localhost:8000/ http://localhost:8000/metrics/system http://localhost:8000/metrics/disk #devops #devopsproject #Kubernetes #Docker #Python #FastAPI #SystemMonitoring #cloudengineering #Monitoring #Infrastructure #Linux #psutil #services #kubernetesdeployment #kubernetesdeployment