OpenShift is a platform that makes us easy to work with Kubernetes in containerization applications.
In this tutorial, I will synthesize Huong Dan Java tutorials about OpenShift for your reference.
Installation
OpenShift CLI called “oc” will be the tool we often use to interact with the OpenShift server, in addition to the web console.
In this tutorial, I will guide you all how to install OpenShift Command Line Interface on CentOS.
In this tutorial, I guide you to install OpenShift using Docker and oc tools on macOS.
In this tutorial, I guide you to install OpenShift using Docker and oc tools on CentOS.
Practice
To create a new project in OpenShift, you can refer to this tutorial.
After creating the project, we can deploy our application to OpenShift.
In this tutorial, I will guide you all how to deploy application in OpenShift using web console.