To create resources like Pods, Deployment, PVC and Service, etc on the top of K8s. Tasks to be created:- 1. Create container image that’s has Jenkins installed using Dockerfile Or You can use the Jenkins Server on RHEL 8/7
2. When we launch this image, it should automatically starts Jenkins service in the container.
3. Create a job chain of job1, job2, job3 and job4 using build…