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.
-
API: Using the oc client or through a web browser. (443/HTTPS)
- The console API will be available through: console.user[X].lab.openshift.ch
-
Router: The deployed apps will be available through the routers. We will access them mainly through a web browser. (443/HTTPS and 80/HTTP)
-
Architecture: We will connect through ssh to the bastion host. This will be our main control instance. (22/SSH)
- You can connect to the bastion host through: ssh ec2-user@bastion.user[X].lab.openshift.ch
End of Lab 3.1.2