Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.13 KB

312_access_environment.md

File metadata and controls

30 lines (19 loc) · 1.13 KB

Lab 3.1: Warmup

Lab 3.1.2: Learn how to access the lab environment

We will write "user[X]" during the labs for user specific documentations. Everybody gets an ID an needs to use this ID, to use his environment.

For example for ID 1:

There are three main ways we will access our environment. These ports need to be open from our place outgoing to Amazon AWS.

  1. API: Using the oc client or through a web browser. (443/HTTPS)

    1. The console API will be available through: console.user[X].lab.openshift.ch
  2. Router: The deployed apps will be available through the routers. We will access them mainly through a web browser. (443/HTTPS and 80/HTTP)

  3. Architecture: We will connect through ssh to the bastion host. This will be our main control instance. (22/SSH)

    1. You can connect to the bastion host through: ssh ec2-user@bastion.user[X].lab.openshift.ch

End of Lab 3.1.2

Create Ansible inventory →

← back to overview