#devops
Read more stories on Hashnode
Articles with this tag
In this blog, we will learn some more complex commands used in a Redis database server. Prerequisite: Check my previous blog for a better...
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 This is a simple Flask app that interacts with a MySQL database. The app allows users to submit messages, which are then stored in the...
Initialize a Git Repository Explanation: Create a new Git repository for your project. Usage: Initialize a repository in an existing directory or...
Git Stash: Git stash is a command that allows you to temporarily save changes you have made in your working directory, without committing them. This...