- Docker
- Kubectl
- Login to ghcr.io (docker login ghcr.io) - create and github token as password/
To install Jenkins on Ubuntu and set up a master-slave configuration, you can follow these steps. Jenkins is a popular open-source automation server, and this guide will help you create a Jenkins master and connect one or more Jenkins slave nodes to distribute workloads.
Step 1: Install Jenkins on the Master Node
-
Update the package list and install Java Runtime Environment (JRE):
sudo apt update
