Automated deployment to Kubernetes on IBM Cloud
  • Introduction
  • IBM Cloud Setup
    • Lab 1 - Register for IBM Cloud
    • Lab 2 - Insert feature code
    • Lab 3 - Create a free Kubernetes cluster
    • Lab 4 - Configure the IBM Cloud Container Registry
  • Deploy the Authors microservice to IBM Cloud
    • Lab 5 - Deploy the Microservice to Kubernetes
    • Lab 6 - Use the created toolchain
    • Lab 7 - Verify the deployed Microservice
  • Resources
    • Cloud-Native-Starter project
    • Creating Custom Toolchain Templates
    • Configuring tool integrations
    • Hands-on workshop "Build a Java Microservice and deploy the Microservice to Kubernetes on IBM Cloud"
Powered by GitBook
On this page
  • Step 1: Visit the create GitLab project inside IBM Cloud
  • Step 2: Take a look in the cloned Cloud Native Starter project
  • Step 3: Go back to the toolchain and visit the delivey pipeline
  • Step 4: In the delivery pipeline you see two stages

Was this helpful?

  1. Deploy the Authors microservice to IBM Cloud

Lab 6 - Use the created toolchain

PreviousLab 5 - Deploy the Microservice to KubernetesNextLab 7 - Verify the deployed Microservice

Last updated 5 years ago

Was this helpful?

In the toolchain you see:

  • Think Issues managed in GitLab

  • Code and source code managed in GitLab

  • Delivery Managed in the in the

Step 1: Visit the create GitLab project inside IBM Cloud

Open the GitLab repository in a new browser tab.

Step 2: Take a look in the cloned Cloud Native Starter project

Step 3: Go back to the toolchain and visit the delivey pipeline

Step 4: In the delivery pipeline you see two stages

Wait until the stages and their jobs are executed.

  • FETCH Does copy the source code in the Fetch code job, to the pipeline to provide the source code as an input for the DEPLOY SERVICES Stage

  • DEPLOY SERVICES Does a build and deploy job to deploy the authors microservice to the Kubernetes cluster on IBM Cloud.

Eclipse Orion Web IDE
Continues Delivery service
Open the GitLab repository in a new browser tab
Take a look in the cloned Cloud Native Starter project
Open the delivery pipeline
Open the delivery pipeline