Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohdumair8896/cloud_native_monitoring_application
Cloud Native app on K8S to monitor system resources using python
https://github.com/mohdumair8896/cloud_native_monitoring_application
aws boto3 docker dockerfile ecr eks-cluster flask kubernetes python3
Last synced: 10 days ago
JSON representation
Cloud Native app on K8S to monitor system resources using python
- Host: GitHub
- URL: https://github.com/mohdumair8896/cloud_native_monitoring_application
- Owner: mohdumair8896
- Created: 2024-06-26T21:38:53.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-26T21:55:10.000Z (6 months ago)
- Last Synced: 2024-11-07T05:37:10.434Z (2 months ago)
- Topics: aws, boto3, docker, dockerfile, ecr, eks-cluster, flask, kubernetes, python3
- Language: HTML
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Cloud Native Resource Monitoring Python App on K8s!**
## Things I have Learned in this Project
1. How to create Monitoring Application in Python using Flask and psutil
2. How to run a Python App locally.
3. Learned Docker and How to containerize a Python application
1. Creating Dockerfile
2. Building DockerImage
3. Running Docker Container
4. Docker Commands
4. Created a ECR repository using Python Boto3 and pushing Docker Image to ECR
5. Learned Kubernetes and Create EKS cluster and Nodegroups
6. Created Kubernetes Deployments and Services using Python!