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: Open the deployment job in a new browser tab
  • Step 2: Verify the deployment job logs and open the OpenAPI explorer of the authors microservice to test the microservice

Was this helpful?

  1. Deploy the Authors microservice to IBM Cloud

Lab 7 - Verify the deployed Microservice

PreviousLab 6 - Use the created toolchain

Last updated 5 years ago

Was this helpful?

Step 1: Open the deployment job in a new browser tab

Open the deploy java authors microservice to the Kubernetes cluster job, in the DEPLOY SERVICES stage of the pipeline.

Step 2: Verify the deployment job logs and open the OpenAPI explorer of the authors microservice to test the microservice

You see following steps in the following gif.

  1. Find the URL of the authors OpenAPI explorer in the logs

  2. Copy the OpenAPI explorer URL in to a browser or just open the URL in a new tab of the current browser

  3. Press "Try it out"

  4. Press "Execute"

  5. Verify the "Reponse body"

    {
     "name": "Niklas Heidloff",
     "twitter": "https://twitter.com/nheidloff",
     "blog": "http://heidloff.net"
     }

Congratulations you have finished the workshop.

Open the deploy job in a new browser tab
Verify the deployment result and open the OpenAPI explorer of the authors microservice and test the microservice
OpenAPI explorer URL