#womenwhotech
Read more stories on Hashnode
Articles with this tag
Hello learners! In today's s session, we will be learning about the deployment of a 2-tier application on an EKS cluster. We shall be deploying this...
Hi everyone! In the previous blog, we deployed a flask application through k8s. However, as we already know, deploying an application through k8...
In today's blog, let us try to deploy the same flask app through docker-compose instead of Dockerfile. Why are we doing this? Well, as we had already...
Dockerizing the application ยท Hello everyone! This blog is on deploying a 2 tier application that includes flask-app as the back end and MySQL as the...
Hello learners, in today's blog, we will be learning about upgrading k8s clusters. ๐ The most obvious reason for a Kubernetes cluster upgrade is...
Introduction: Kubernetes has revolutionized the way we deploy and manage applications, offering scalability, resilience, and flexibility. To harness...