RVRajesh Vermaindevops.rajesh·May 8, 2023 · 3 min readStep-by-Step Guide: Setting up a Kubernetes Cluster with KubeadmFirst Install and start Docker on the master and worker nodes. First, update the server by running the following command: sudo apt-get update Install Docker by running the following command: sudo apt-get install docker.io Add the current user...00
RVRajesh Vermaindevops.rajesh·May 7, 2023 · 2 min readHow to Install Jenkins on Ubuntu - Step-by-Step GuideHere is a comprehensive guide for installing Jenkins on Ubuntu: Step 1: Install Java As Jenkins is a Java-based application, you need to install Java first. You can install Java on Ubuntu using the following command: sudo apt update sudo apt install ...00
RVRajesh Vermaindevops.rajesh·Mar 19, 2023 · 6 min readTop DevOps Tools You Need to Know in 2023: A Comprehensive GuideAre you curious about the most popular DevOps tools in the tech world? If so, you have come to the right place. DevOps, which stands for Development and Operations, is a methodology that helps organizations to produce software in a more efficient and...00