New to Kubernetes, a little complex question needs help.
jenkins-docker
plugin to provide the specific test environment for each type of testsdocker
binary in the Jenkins image (because it is large)docker-in-docker
I have just read some articles, but half of them are telling about "how to use K8S to scale up the Jenkins (using jenkins-slave + jenkins-kubernates plugin)", another half are telling about how to "use docker plugin in a dockerized jenkins container on a bare metal machine (you can use /var/run/docker.sock
to communicate between the host and the docker container)", but I cannot find **how to use docker plugin (to provide a specific environment) in a dockerized jenkins container inside K8S