Day 33 Task: Working with Namespaces and Services in KubernetesIn Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a separate cluster within the same physical cluster. Services are used to expose your Pods and Deployments to the network. Read more about Namesp...May 2, 2023·3 min read
Day28-Jenkins AgentsJenkins Master (Server) he Jenkins master acts to schedule the jobs, assign slaves, and send builds to slaves to execute the jobs. It will also monitor the slave state (offline or online) and get back the build result responses from slaves and displa...Apr 20, 2023·1 min read
DAY26- Jenkins Declarative Pipeline#90DaysOfDevOps One of the most important parts of your DevOps and CICD journey is a Declarative Pipeline Syntax of Jenkins What is a Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarative is a more...Apr 14, 2023·1 min read
DAY25-Complete Jenkins CI/CD Project - Continued with Documentation#90DaysOfDevOps #task1 Document the process from cloning the repository to adding webhooks, Deployment, etc. as a README. A well-written readme file will help others to understand your project and you will understand how to use the project again wi...Apr 14, 2023·1 min read
Day-23 Jenkins Freestyle Project for DevOps Engineers.1#CI/CD #CI- The "CI" in CI/CD always refers to continuous integration, which is an automation process for developers. -Successful CI means new code changes to an app are regularly built, tested, and merged to a shared repository. -It’s a solution to...Apr 11, 2023·3 min read