
Trending @Accenture; Suggestions from Devops/cloudops
So I'm practicing K8 and Docker and skilling myself into devops rather than listening to boring lectures I'm more into labs WANTED TO KNOW IF IM DOING WELL OR IF IM MISSING SOMETHING
I made a project in which a website is launched which has an old type of HTML website pushed into docker and then there is a improved good looking website into second docker container and pushed into docker hub
***EKS is used to create cluster and connect to cloud So the purpose is to make green-blue deployment and add canary deployment to send some percentage of development app to make sure we have some percentage of old app
So deployed both using Load balanced added Green blue deployment it worked well
Added horizontal scaling for the pods Added PV and PVC for storage Added this in Jenkins pipeline for any change to happen automated
Added Prometheus and Grafana to monitor the health of the pods
So apart from this I'm making many other projects and I've made myself very strong only by doing labs and projects if someone can check and lemme know if I'm going good and guide me with more tips and what more can be done where can I skill myself more
SORRY FOR THE LONG MESSAGE

