Python web app hosted on K8s that tracks hardware resource utilizations
- AWS account
- AWS CLI configured
- Python
- Docker and Kubectl
- Build the Docker image for our Python app
- Create an AWS ECR repository
- Push the image to the repository
- Create an AWS EKS cluster and a node group
- Define and deploy the service and deployment
- Build the image with Dockerfile
- Create the repository with ecr.py
- Define and deploy the service and deployment with eks.py