First deployment
Last updated
Was this helpful?
Last updated
Was this helpful?
In this section, you will deploy a basic application to Kubernetes with Spinnaker.
First, you'll need to access the Spinnaker UI at
A username and password is required: use those provided at the beginning of this lab.
Warning: your username is in the form "account@devfest.com". Take note of the account part, you will need it later on.
Once logged in, you should see something resembling this.
In order to create your first application:
click the "Action" button in the upper right corner
select "Create Application"
fill in the form (see image below, replace "goku" with your actual account)
save by clicking the green "Create" button
Once the application is created, you should be redirected to the Infrastructure page.
click the "Create Server Group" button
paste the following YML in the "Manifest" section
replace ${account} with your actual account name (ie: goku, batman, etc...)
click the "Create" button.
A new pop up appears : your application is being deployed.
Close the pop-up, and wait for your pods to become available.
We manually created a Server Group:
Spinnaker created a Cluster to hold the Server Group
Create a Server Group means to deploy our manifest on Kubernetes
we can pilot our Kubernetes deployment through the Server Group: click on the Server Group, and play with the options displayed in the right menu.
If you are already familiar with Kubernetes, you might have notice we did nothing we couldn't do with kubectl.