#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Steps: Create a folder Clone the repository Make a Dockerfile Build docker image Run the image Test the project Create a Folder Clone the...
In this blog, we will learn how to deploy a Flask app that communicates with a MongoDB database, containerize the app using Docker, and manage it...
What are Web servers? Web servers are the servers that serve the web files, which means as we write our applications in some files like HTML, CSS, and...
NGINX is an open-source reverse proxy and web server designed for scale. It exploded in popularity as the first line of defense against backend...
What is Kubeadm? Kubeadm is a tool used for automating the process of setting up and managing Kubernetes clusters. It is a command-line tool that can...
Kubernetes is an open-source container orchestration system for automating software deployment, scaling, and management. Originally designed by...