How to run jenkins agents on kubernetes cluster
I already have a volume that has setup for jenkins and it is deployed on docker so i import it and use it
On docker desktop import this volume
Check the latest image
now run the jenkins docker image with latest version
docker run -d -p 8080:8080 ...
devopsgurug.hashnode.dev15 min read