Skip to content

Instantly share code, notes, and snippets.

@timroster
Last active July 17, 2019 01:12
Show Gist options
  • Save timroster/9280a4fd1b02693a524f6d9f55981b22 to your computer and use it in GitHub Desktop.
Save timroster/9280a4fd1b02693a524f6d9f55981b22 to your computer and use it in GitHub Desktop.

Creating Ingress resources for Kubernetes applications

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 PROXYIP=148.100.92.103
export CLUSTER_URL=https://148.100.92.103:8443/

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

export USERNAME=user###

Log in to your IBM Cloud Private cluster

Login to your designated ICP instance from the command line. This will configure the context and connection for kubectl.

cloudctl login -a $CLUSTER_URL

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

Open Use an ingress to expose the guestbook application

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