#devops
Read more stories on Hashnode
Articles with this tag
In this project, we will be creating a shell script that welcomes the logged in user and will display a certain set of information. The below table...
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...
Hello learners! Today, we shall be deploying the Flask app on a Kubeadm setup. You can visit this blog to set up your k8s on a kubeadm. Now, we have...
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...
Ex1: Deploying a simple web app using ansible Step1: Create 3 EC2 instances, make sure all three are created with the same key...