Red Hat Developer Program OpenShift Starter Guides
Books Cheat Sheets Upcoming Events
More Tutorials
Kubernetes Istio Quarkus Knative Tekton

OpenShift Starter Guides

    • Workshop Summary
    • OCP architecture
    • Explore OpenShift
      • The Web Console
      • Command Line Interface
        • Download OpenShift CLI
          • Download and Install OpenShift CLI on Linux
          • Download and Install OpenShift CLI on Mac OS X
          • Download and Install OpenShift CLI on Windows
        • Connect to the OpenShift Cluster from CLI
          • Working with proxies
    • Prerequisites
      • OpenShift Pipelines
        • Install OpenShift Pipelines from OperatorHub
      • GitHub Account
    • Projects
      • Create your First Project
    • Parksmap Architecture
    • Parksmap App
      • Exercise: Deploying your First Image
      • Background: Containers and Pods
      • Exercise: Examining the Pod
      • Background: Customizing the Image Lifecycle Behavior
      • Background: Services
    • Scaling Apps
      • Background: Deployments and ReplicaSets
      • Exercise: Exploring Deployment-related Objects
      • Exercise: Scaling the Application
      • Application "Self Healing"
      • Scale down
    • Routes
      • Background: Routes
      • Exercise: Creating a Route
    • Logging
      • Background: Container Logs
      • Examining Logs
    • Permissions
      • Grant Service Account View Permissions
      • Exercise: Redeploy Application
      • Exercise: Grant User View Permissions
    • Connecting to a Container
      • Exercise: Remote Shell Session to a Container Using the CLI
      • Exercise: Remote Shell Session to a Container Using the Web Console
      • Exercise: Execute a Command in a Container
    • Nationalparks NodeJS App
      • Background: Source-to-Image (S2I)
      • Exercise: Creating a NodeJS application
        • Add to Project
        • Using Application Code on a Git Server
        • Build the Code on OpenShift
    • Connecting to a Database
      • Background: Storage
      • Background: Templates
      • Exercise: Create MongoDB Template
      • Exercise: Deploy MongoDB
      • Exercise: Exploring OpenShift Magic
      • Exercise: Data, Data, Everywhere
      • Exercise: Working With Labels
    • Application Healthchecks
      • Exercise: Add Health Checks
    • Continuous Integration and Pipelines
      • Understanding Tekton
      • Explore Your Pipeline
      • Run the Pipeline
    • Automation with Pipelines
      • Web Hooks
      • Adding Triggers to your Pipeline
      • Exercise: Configuring GitHub Web Hooks
      • Exercise: Using GitHub Web Hooks
    • Workshop Links
      • OpenShift Cluster URL
      • Workshop Guides
      • Web terminal
      • Git Server
OpenShift Starter Guides 4.6
  • OpenShift Starter Guides
    • 4.6
  • OpenShift Starter Guides
  • Workshop Links
Edit this Page

Workshop Links

You can find all urls, hostnames, usernames and passwords that are needed during the workshop in this page. Note that the urls are also embedded inside the labs so that you don’t have to go back and forth between this page and the labs.

OpenShift Cluster URL

Console Address: https://console-openshift-console.%CLUSTER_SUBDOMAIN%

Username: %USERNAME%
Password: %PASSWORD%

Workshop Guides

Web: Starter Guides

Git Server

Web: GitHub

Automation with Pipelines