Day 34 Task: Working with Services in KubernetesWhat are Services in K8s In Kubernetes, Services are objects that provide stable network identities to Pods and abstract away the details of Pod IP addresses. Services allow Pods to receive traffic from other Pods, Services, and external clients. Tas...Oct 20, 2023·3 min read
Day 29 Task: Jenkins Important interview Questions.What’s the difference between continuous integration, continuous delivery, and continuous deployment? CI/CD stands for Continous Integration and Continous Delivery/Deployment. Continuous Integration (CI) Continuous Integration (CI) is a developmen...Oct 7, 2023·10 min read
Day 28 Task: Jenkins AgentsIntroduction Jenkins stands as a widely used open-source automation server, facilitating the automatic building, testing, and deployment of code. Within the Jenkins framework, the pivotal notion of master and agent nodes plays a crucial role in the e...Oct 7, 2023·4 min read
Day 27 Task: Jenkins Declarative Pipeline with DockerHey Learners! Welcome back. In the previous task, we created a simple project to print "Hello World!!" using the declarative pipeline, now it's time to level up things. Let's integrate the Docker with the Jenkins declarative pipeline. We discussed in...Oct 7, 2023·2 min read
DAY 26: Creating Efficient Jenkins Pipelines with Declarative SyntaxJenkins Pipeline is a combination of plugins that supports the integration and implementation of continuous delivery pipelines. It has an extensible automation server to create simple and complex delivery pipelines as code via pipeline DSL. A Pipelin...Oct 6, 2023·5 min read
Task-01: Setting Up CI/CD with Jenkins and GitHub Webhooks: A Comprehensive GuideDocument the process from cloning the repository to adding webhooks, Deployment, etc. as a README, go through this example A well-written readme file will help others to understand your project and you will understand how to use the project again wi...Oct 6, 2023·3 min read
Day 24 Task: Complete Jenkins CI/CD ProjectTask-01 1)Fork this repository. 2)Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration. Generate the SSH keys for integrating your Jenkins project with your git repository. Use the ssh-keygen command to create pu...Oct 6, 2023·2 min read