Prerequisite 2 GB or more of RAM per machine 2 CPUs or more. Run the below command on both the worker node and the master node sudo apt update...
What is Kubernetes? k8s is an open-source system for automating deployment, scaling, and management of containerized applications. It is an...
#90DaysOfDevOps #Day27 What is sh-keygen ? sh-keygen is a tool for creating new authentication key pairs for SSH. To connect the Jenkins-agent and...
#90DaysOfDevOps #Day25 What are Environment Variables in Jenkins? Environment variables are global key-value pairs that Jenkins can access and inject...
#90DaysOfDevOps #Day26 What is a trigger? A trigger bascially helps us to execute a job after the occurrence of a particular event. To see the list of...
#90DaysOfDevOps #Day24 What is Pipeline? A pipeline is a collection of steps or jobs interlinked in a sequence.It defines your entire build process,...