anasmansuri.hashnode.devdevelopment setupInstall Dependencies Run these commands ek hi baar: sudo apt update sudo apt install openjdk-17-jdk mysql-server git -y curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - sudo apt install -y nodejs Check karlo versions: java -version ...Feb 14·3 min read
anasmansuri.hashnode.devDeploying a Node.js Application on Kubernetes with Jenkins, Docker, and Kind: A Step-by-Step GuideIn this blog post, we will walk through the process of deploying a Node.js application on Kubernetes using Jenkins for CI/CD, Docker for containerization, and Kind (Kubernetes in Docker) for local cluster management. We will cover everything from set...Mar 10, 2025·8 min read
anasmansuri.hashnode.devDeploying a Node.js Application with Docker and KubernetesHey there! Today, I want to share my experience of deploying a Node.js application using Docker and Kubernetes. It was quite a journey, and I learned a lot along the way. If you’re looking to do something similar, I hope this step-by-step guide helps...Feb 27, 2025·4 min read
anasmansuri.hashnode.devgit reset and revertgit reset first create 3 commit touch a.tx t ubuntu@LAPTOP-7E5UNQJ4:~/git-tutorial/devops-practice-project$ ls a.txt ubuntu@LAPTOP-7E5UNQJ4:~/git-tutorial/devops-practice-project$ git add a. txt ubuntu@LAPTOP-7E5UNQJ4:~/git-tutorial/devops-practice...Jan 26, 2025·3 min read
anasmansuri.hashnode.devGit cherry pickgit checkout dev Switched to branch 'dev' git log --oneline 25243de (HEAD -> dev) added feat -1 for dev 8ccd4a8 feature : added lailan majnu touch ch.txt git add ch.txt git commit -m "i add ch.txt for cherrypick" git log --oneline cd755f9 (HEAD...Jan 26, 2025·2 min read