#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units...
Prerequisite:- Refer to my last blog for Kubernetes cluster setup and manual application...
Introduction: Helm helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes...
To create swap What is SWAP? >> Particular space available on disc which can be used as RAM for emergency cases. Two types. 1) File SWAP 2)...
Introduction We have a straightforward Flask application at hand that communicates with a MySQL database. The functionality of the app is such that it...
Git Branching : Think of branching like creating separate workspaces within a project. This lets developers work on new features, fix problems, or...