Get your Java Microservice up and running
  • README
  • Setup local and IBM Cloud Environment
    • Overview
    • Register for IBM Cloud
    • Apply your feature code
    • Create a free Kubernetes cluster
    • Configure the container registry
    • Setup for local development and cloud deployment
    • Access the Kubernetes cluster
  • Exercises
    • Exercise 1: Running the Java Microservice locally
    • Exercise 2: The Java implementation
    • Exercise 3: Deploy to the Kubernetes
  • Additional Resources
    • Cloud-Native-Starter project
    • Security
    • Reactive
Powered by GitBook
On this page
  • Tools
  • We will use two terminal sessions

Was this helpful?

  1. Setup local and IBM Cloud Environment

Overview

PreviousREADMENextRegister for IBM Cloud

Last updated 3 years ago

Was this helpful?

In order to run this workshop you need an and free IBM Cloud Kubernetes Cluster.

To create a free IBM Cloud Kubernetes Cluster you need a Pay-As-You-Go Account for IBM Cloud. ()

We will use the following IBM Cloud Services in this hands-on workshop:

Tools

We created a Docker image that we use in this workshop. The Docker image contains all needed CLIs such as:

We will use two terminal sessions

  • The first terminal session is for the developer focused exercises 1 and 2.

  • The second terminal session is for exercise 3 deploy the Microservice to Kubernetes, here you will work in a preconfigured Container image.

So, in order to complete the workshop, you need to install on your local machine. Docker Desktop is available for Mac and Windows and the Docker Engine can be run natively on .

git
curl
IBM Cloud CLI
IBM Cloud CLI releases
Docker
kubectl
Docker Desktop
Linux
IBM Cloud account
Account Types
IBM Cloud Kubernetes Service
IBM Cloud Container Registry Service
setup
terminals