Articles in this series
Working with different types of Services in Kubernetes We successfully created a pod on Day 31, and a Deployment on Day 32, we also saw the concept of...
Working with Namespaces and Services in Kubernetes We have successfully created a pod on Day 31 and created a Deployment on Day 32. Today, let's...
Launching a Kubernetes Cluster with Deployment We have created a pod on Day 31. Check this page to install minikube and understand the Basic Structure...
Launching your First Kubernetes Cluster with Nginx running We have successfully learned the architecture of Kubernetes. Let's install the required...
Let's have a look at Jenkins' Agents. Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. The Jenkins master server...
Let's level up things and integrate Docker and Jenkins declarative pipeline. Use Docker Build and Run - docker build - you can use sh 'docker build ....