Java Application Deployment on KubernetesPrerequisites: Java Installation Maven Installation Kubernetes Installation Docker Installation Architecture of Project: Git Repository: https://github.com/Vibhuti456/docker-Java-kubernetes-project.git Project Description The Docker Java Kuber...Aug 9, 2025·3 min read
Day 30 Task: Kubernetes ArchitectureDocker VS Kubernetes Docker is a container runtime technology that allows you to build, test, and deploy applications faster than traditional methods. It packages software into standardized units called containers with everything the software needs t...Oct 12, 2024·7 min read
Day 29 Task: Jenkins Important Interview QuestionsEssential Questions for Jenkins InterviewsSep 25, 2024·15 min read
Day 28 Task: Jenkins AgentsJenkins Master (Server) The Jenkins master server is the central control unit that manages the overall orchestration of workflows defined in pipelines. It handles tasks such as scheduling jobs, monitoring job status, and managing configurations. The ...Sep 24, 2024·4 min read
Day 27 Task: Jenkins Declarative Pipeline with Docker ProjectTask-01 Create a docker-integrated Jenkins declarative pipeline Use the above-given syntax using sh inside the stage block Create a docker-integrated Jenkins declarative pipeline using the docker groovy syntax inside the stage block. Use your D...Sep 15, 2024·2 min read
Day 26 Task: Jenkins Declarative PipelineWhat is Pipeline A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarative is a more recent and advanced implementation of a pipeline as a code. Scripted: Scripted was the first and most traditional implementatio...Sep 14, 2024·3 min read
Day 25 Task: Complete Jenkins CI/CD Project - Continued with DocumentationSetup GitHub repository for source code and CI Github Repo - https://github.com/Vibhuti456/node-todo-cicd Setup Job on Jenkins for application Create two EC2 instance one Jenkins master and another Jenkins Slave: Jenkins Master: The Jenkins Mas...Sep 12, 2024·2 min read