sai-lalith-devops.hashnode.devBuilding a DevSecOps Pipeline for Flask applicationIn this article, we will build a DevSecOps CI pipeline for a flask application. We will use a very simple flask application in this article and we will host the application using Gunicorn. Below is the code for the flask application: https://github.c...Mar 6, 2025·3 min read
sai-lalith-devops.hashnode.devGit issue - move specific commits from your current branch to a different branchThere are multiple ways to move branches from one branch to another. Cherry-pick only copies the commit from current branch to target branch rather than moving the commit i.e., the branch is still there in source branch. # Switch to the target bran...Mar 5, 2025·1 min read
sai-lalith-devops.hashnode.devGit Issue - Committing the password to Remote RepoThere are high chances that beginners at times commit secrets, sensitive information or password to remote repo accidentally. In this article, we will see how we can revert back the accident. Also, we will see how we can make sure this won’t be repea...Mar 5, 2025·2 min read
sai-lalith-devops.hashnode.devLEMP Stack on KubernetesThe LEMP stack—Linux, Nginx (pronounced "Engine-X"), MySQL (or MariaDB), and PHP—has been a popular and powerful choice for building and deploying web applications due to its open-source nature, performance, and scalability. However, as applications ...Feb 4, 2025·3 min read
lemp-kubernetes.hashnode.devLEMP Stack on KubernetesThe LEMP stack—Linux, Nginx (pronounced "Engine-X"), MySQL (or MariaDB), and PHP—has been a popular and powerful choice for building and deploying web applications due to its open-source nature, performance, and scalability. However, as applications ...Feb 4, 2025·3 min read