-
Notifications
You must be signed in to change notification settings - Fork 43
Spinnaker_Lab_01
Here we will be :
* Deploying EKS Microservices
-
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,
-
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.