You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a two-tier Flask application with a MySQL database backend, deployed on Kubernetes using Helm. The application is designed to demonstrate how to deploy and manage a web service with a MySQL database in a Kubernetes environment, utilizing Helm for easy package management.
The latest and greatest on all things AWS Elastic Kubernetes Service, Kubernetes, and Cloud Native. Keeping up with what’s happening so you can stay on top of this evolving space.
A web application using Flask to collect and display real-time infrastructure health metrics of the CPU & memory . Also containerized the application with Docker for efficient scaling and deployed it on an Amazon EKS cluster using Kubernetes for management across multiple instances.
In this Capstone Project, the design of the Infrastructure Workload is a Contanerised Architecture. And, the implementation of the pipeline was done using Iac, Cloudformation and Jenkins Automation Server.
Refactoring of Monolith Application to Microservices. The FullStack Application was split into microservices having reverse proxy serving as a LoadBalancer between the Frontend and separate Backends services. While backend services run as independent services on EKS cluster. The backend services connects to Postgressql Database on AWS and S3 dep…