Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 2.54 KB

File metadata and controls

33 lines (17 loc) · 2.54 KB

Understanding OpenShift

If you have only worked with "plain" Kubernetes you will be very surprised when you see the OpenShift Web Console (Dashboard) for the first time. It takes a bit to get used to it but then you realize that this is not an afterthought but a very well designed tool specifically for developers and for administrators, too. The same is true for oc, the OpenShift command line tool. It includes all the functions of the kubectl CLI and adds the special capabilities of OpenShift.

In this workshop we will show you how to create your own OpenShift cluster on the IBM Cloud, and how to use the oc CLI and the OpenShift Web Console.

Note: An IBM Cloud account is needed for this workshop. A free IBM Cloud Lite account is not sufficient.

Part 1: Introduction

Our colleague Sai Vennam, IBM Cloud Developer Advocate, has created two videos about OpenShift on the IBM Cloud that you should watch:

  1. Intro to Red Hat OpenShift on IBM Cloud (Duration: 2 mins) Video 1

    What is OpenShift? OpenShift on the IBM Cloud is a fully managed offering, with multiple deployment options, and certification. It is a Unified Hybrid Cloud platform.

  2. Guided Tour for Red Hat OpenShift on IBM Cloud (Duration: 6 mins) Video 2

    How to create an OpenShift cluster in IBM Cloud, how to create a project in the OpenShift Web Console.

Continue the Workshop here:

Part 2: Create an OpenShift cluster on the IBM Cloud

Part 3: Red Hat tutorials

Part 4: Deploy an application on OpenShift on the IBM Cloud

Continue with the second workshop in this series: "Deploying Java Microservices to OpenShift on IBM Cloud".