Skip to content

Spinnaker_Lab_01

deepak gupta edited this page Feb 15, 2021 · 4 revisions

Spinnaker_Lab_01

Here we will be :

* Deploying EKS Microservices

Setting Up Jenkins Job

  • Open Jenkins at http://jenkins.mygurukulam.org:8080 and login with the username spinnaker and password timeisluxury

  • Click on New Item, and a Pipeline Job in Jenkins.

  • Name your job "your-team-name"-microservice, and click Ok.

  • Under Build Triggers, select Poll SCM, and in the text area enter * * * * *

  • Under Pipeline, change Definition to Pipeline Script from SCM.

  • Change SCM to Git, and enter your repository URL that you cloned for your team.

As shown below,

Setting up a Spinnaker Application

  • Open Spinnaker at address at http://spinnaker.mygurukulam.org, this is not secure so don’t place any personal information:

  • Once there create an Application with the name: -microservice

  • Add an email

  • In Repo Type add github

  • In Description, add a description of your choosing

  • Create an instance port of 80

In the next lab, we will create pipeline for the application created.