Deployed Cloud Native Monitoring Application on Kubernetes. Cloud Native Resource Monitoring Python App on K8s!.
Created Python Monitoring Application using Flask from scratch.
Run the Python application locally on port 5000
Containerized the application using Docker
Wrote Dockerfile for the application
Build the Docker image from Dockerfile
Run the Docker container from Docker image
Created ECR and pushed the image to the Repo
Created EKS cluster and nodes
Created Kubernetes Deployments and service using Python
Then finally did port forward and exposed the Kubernetes application.