Kubernetes advanced all about k8s objectsKubernetes offers various objects to manage containerized applications efficiently. Each object serves a specific purpose within the Kubernetes ecosystem. Below, I'll explain the most commonly used Kubernetes objects, their use cases, and provide det...Oct 6, 2023·14 min read
Mastering Jenkins: A Comprehensive GuideWhat is Jenkins? Jenkins is an open-source continuous integration-continuous delivery and deployment (CI/CD) automation DevOps tool written in Java. It is used to implement CI/CD workflows, called pipelines. Jenkins is a tool used for automation, a...Sep 21, 2023·6 min read
Jenkins Declarative Pipeline with projectclick the below link for Jenkins basic and freestyle projects: https://devopswithnilesh.hashnode.dev/mastering-jenkins-a-comprehensive-guide What is a Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Decl...Sep 21, 2023·4 min read
A Comprehensive Guide to Docker and Docker Commands with ExamplesIn the world of containerization, Docker has emerged as a powerful tool that revolutionized how software applications are developed, deployed, and managed. Docker provides a platform for packaging, distributing, and running applications inside lightw...Sep 7, 2023·32 min read
All about GIT And GITHUB Use case daily basisIn the world of software development, version control is a fundamental and indispensable tool. It allows teams to collaborate efficiently, track changes, and manage codebases effectively. Git, combined with platforms like GitHub, has revolutionized t...Sep 4, 2023·30 min read
Setting Up Jenkins Master Node on AWSIntroduction Jenkins, an open-source automation server, is widely used for automating the build, deployment, and testing of software applications. By setting up a Jenkins master node on AWS (Amazon Web Services), you can leverage the power of cloud i...Aug 30, 2023·5 min read