17. CI/CD with Jenkins. Jenkins nodes on GCP Compute engine with SSH
Вставка
- Опубліковано 30 жов 2024
- In this video I'll show how we can distribute loading between different nodes. Jenkins node - it's a computer (another machine) where you can ran jobs. From performance perspective, it's a good improvement. In case you need run hundreds jobs a day, there is no other option, just create new Nodes. We can use GCP Compute Engine to do it fast and cheap.
One useful link - cloud.google.c...
Commands to generate SSH key:
cd ~/.ssh
ssh-keygen -t rsa -f for_jenkins_key
cat for_jenkins_key.pub - authorized_keys
Let's be friends:
INSTAGRAM ↣ / travels_code
TWITTER ↣ / travelscode
FACEBOOK ↣ / travelscode
WEB-SITE ↣ travelscode.com/
GITHUB ↣ github.com/Mak...
#Jenkins #GCP
thank you, it worked:)
You're welcome!
No way ssh work with google vm instanse, for some reasone is always connection time out T_T
No wonder, google cloud plugin is need!!
yes. You can find in video how to do it.