Skip to content

Instantly share code, notes, and snippets.

@timroster
Last active July 3, 2019 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timroster/847ce6ad02e7f1d2b85db7d1acf3bfaf to your computer and use it in GitHub Desktop.
Save timroster/847ce6ad02e7f1d2b85db7d1acf3bfaf to your computer and use it in GitHub Desktop.

Deploying Legacy Java EE applications on IBM Cloud Private using helm

Workstation setup

Log in to your virtual machine in the LinuxONE Community Cloud. Next, configure environment variables to match the settings for this lab.

export CLUSTER_URL=https://148.100.92.103:8443
export REGISTRY_URL=cluster103.icp:8500

replace ### with your user number, for example if you have user012, use devnamespace012

export DEVNAMESPACE=devnamespace###
export USERNAME=user###

Configure an alias for the docker command to invoke it under sudo. This is needed for RHEL, Fedora, or CentOS hosts by default

alias docker='sudo docker'

Continue to the lab instructions repository and follow the lab steps:

Open Lab - Migrating Legacy JEE apps to IBM Cloud Private

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment