Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!