- Yes and the image name is: jenkins/jenkins
- A Jenkins master is the main instance that schedules tasks and provides the web interface, while a Jenkins agent (slave) is the additional instance that's only dedicated to executing jobs.
- Vertical scaling means adding more resources to the machine while the load increases. Horizontal scaling means adding more machines while the load increases.
- SSH and Java Web Start.
- A Permanent Agent is the simplest solution, and it means creating a static server with all the environment prepared to execute a Jenkins Job. On the other hand, a Permanent Docker Agent is more flexible; provides the Docker Daemon, and all the jobs are executed inside Docker containers.
- In the case that you use Dynamically Provisioned Docker agents and the standard ones (available on the internet) do not provide the execution...





















































