August 1, 2019 By Sai Vennam 7 min read

An overview of the basics of Red Hat OpenShift

OpenShift is a platform that allows you to run containerized applications and workloads, and it is powered by Kubernetes under the covers. There are many flavors available with OpenShift that each help streamline the day-to-day tasks for developers and operations engineers.

Check out this quick overview video where I go through each layer of the OpenShift architecture and explain how a developer and operations engineer can take advantage of using OpenShift.

Learn more

Video Transcript

What is OpenShift?

Hi everyone, my name is Sai Vennam, and I’m a developer advocate with IBM.

Today, we want to talk about OpenShift.

OpenShift is a platform that allows you to run containerized applications and workloads and is powered by Kubernetes under the covers. 

The different flavors of OpenShift

Something that I want to clear up right off the bat is the different flavors that are available with OpenShift. Now, the open source project that actually powers OpenShift is called OKD, or Origin Kubernetes Distribution, and you can start with that for free today. 

OpenShift, on the other hand, has multiple flavors and it’s an offering that comes with the Red Hat support regardless of where you choose to run your applications and workloads.

OpenShift architecture

Let’s take a look at what the architecture of installing and working with OpenShift would look like.

One of the big advantages is being able to take advantage of public or private resources for running OpenShift. That includes bare metal or virtualized hardware, whether it’s on-prem or on a cloud provider.

On top of that, we’re going to have the operating system, which is generally Red Hat Enterprise Linux, but you can also use CentOS when working with OKD.

On top of that, we’re going to have Kubernetes.

If you want to learn more about Kubernetes check out some of the other great videos that we have.

So, we’ll have the Kubernetes layer here.

Finally—this where OpenShift really comes in—it’s a layer that’s built on top of Kubernetes and makes working with it much easier.

OpenShift makes working with Kubernetes easier

OpenShift takes a lot of the difficult tasks—like deploying applications and doing things like the day-to-day operations—easier by building a web console in the CLI as well as a facade on top of Kubernetes to make all of those tasks just a little bit more streamlined and easy to do.

How does OpenShift benefit developers?

Let’s go with two different types of engineers that really benefit from taking advantage of OpenShift. We’ll start with developers.

So, we’ll sketch out a developer up here. Now, what does a developer have to do? Well, they generally have to write applications, create changes, test them out, deploy them into a cluster, and they’re really just focused on that. Any other kind of distractions will slow them down on from that task.

Working with OpenShift through the CLI and the web console

So, with dev, the first thing that they’re going to want to do when starting with OpenShift is to create a project and an application. To do so, OpenShift has two different ways of enabling developers to work with their platform. So, one you can take advantage of the CLI. And there’s also a really powerful web console that they can work with as well.

Creating a project and an application

So, the first thing that the dev wants to do is take advantage of one of those two form factors to create a project and an application, and there’s templates for all different kinds of source code and programming languages that the dev wants to work with.

Pushing changes to a repository

So, we’ll go ahead and do that, and then, you know, once they get into their flow of creating updates to an application, the very first that they’re gonna want to do is push changes to a repository. And in this case, let’s use GitHub as an example. Say that this developer is making changes to GitHub—that’s really all they need to do.

Behind the scenes, OpenShift is going to take care of the rest.

OpenShift creates a Jenkins job and pipeline

So, when that application or project was created, OpenShift (in the backend) will create a Jenkins job and pipeline that helps power deploying this application.

So, once code gets pushed into that GitHub, it’ll trigger a webhook which kicks off a Jenkins job, which is going to do two things.

Creating a sourced image and putting it in a private registry

First, what it is going to do is do something called sourced image, which is going to create a Docker image out of that source code.

Next, it is going to go ahead and take that and put it into a registry—a private registry—which comes built-in in OpenShift. And, in fact, you can actually use public registries or your own registry if you have it outside of the context as well.

Pushing the image to the cluster

Once that image gets built and pushed into that registry, next what OpenShift will do is go ahead and push that into the actual cluster, and that’s what we’ve got here is two hosts that are in our cluster in OpenShift.

We’re gonna take that image, and let’s say that we set it up to deploy two times. We’ll call this v1 of the application.

Recap: The developer’s interaction with OpenShift

So, lets kind of overview that process one more time, so 1) the developer makes some change to a code, 2) then Jenkins will kind of kick-off that build, 3) create an image, 4) push that image to a registry. And then a little bit of a different thing here—so in this step right here, 5) OpenShift takes advantage of something called image streams, which is a little bit different to how Kubernetes will do things. 

And, essentially, what it enables you to do is whenever a change is detected with that image, an image stream will allow you to push those with no downtime to your applications. So what it’ll do is, you know, with that new version of that code, it’ll bring down the old version, start the new version until we’ve rolled out the whole new version of that application.

So, this is just a few ways that OpenShift makes developers’ lives easier.

How does OpenShift benefit operations engineers?

Next, let’s talk about operations engineers and how OpenShift makes their lives a little bit easier.

I’d say there’s two major things that operations teams really need to worry about on a day-to-day, and it is totally different than what a developer needs to do.

Maintaining high availability and working with the OpenShift web console

So, for one, they need to maintain a high availability and they need to make sure things like site reliability engineers do this to make sure the applications are available, and the infrastructure is healthy. 

And, to do so, OpenShift has that web console that we’ve talked about (in addition to the CLI). The web console is a great way for them to really take advantage and make sure they’re getting that availability number that they’re looking for. So that’s one way that operations engineers benefit from taking advantage of OpenShift.

Scaling out hosts with Ansible playbooks

Next, let’s talk about maybe scaling out one of these hosts. So, let’s say that we’ve taken advantage of all of the load or all of the capacity of these hosts and we want to scale out another one. 

The process of scaling up a new host and adding it into the cluster can be quite painstaking, but OpenShift takes advantage of something called Ansible playbooks which are a great way of automating all of those different paths that an operations engineer might have to do. One of them being scaling up the number of hosts.

So, by taking advantage of an Ansible playbook, they can go ahead and spin up the creation of a new host and bring that into that cluster.

This is just one of the examples of how OpenShift makes operations engineers’ lives easier in the day-to-day.

Thanks for joining me for this quick overview of OpenShift.

Was this article helpful?
YesNo

More from Cloud

Announcing Dizzion Desktop as a Service for IBM Virtual Private Cloud (VPC)

2 min read - For more than four years, Dizzion and IBM Cloud® have strategically partnered to deliver incredible digital workspace experiences to our clients. We are excited to announce that Dizzion has expanded their Desktop as a Service (DaaS) offering to now support IBM Cloud Virtual Private Cloud (VPC). Powered by Frame, Dizzion’s cloud-native DaaS platform, clients can now deploy their Windows and Linux® virtual desktops and applications on IBM Cloud VPC and enjoy fast, dynamic, infrastructure provisioning and a true consumption-based model.…

Microcontrollers vs. microprocessors: What’s the difference?

6 min read - Microcontroller units (MCUs) and microprocessor units (MPUs) are two kinds of integrated circuits that, while similar in certain ways, are very different in many others. Replacing antiquated multi-component central processing units (CPUs) with separate logic units, these single-chip processors are both extremely valuable in the continued development of computing technology. However, microcontrollers and microprocessors differ significantly in component structure, chip architecture, performance capabilities and application. The key difference between these two units is that microcontrollers combine all the necessary elements…

Seven top central processing unit (CPU) use cases

7 min read - The central processing unit (CPU) is the computer’s brain, assigning and processing tasks and managing essential operational functions. Computers have been so seamlessly integrated with modern life that sometimes we’re not even aware of how many CPUs are in use around the world. It’s a staggering amount—so many CPUs that a conclusive figure can only be approximated. How many CPUs are now in use? It’s been estimated that there may be as many as 200 billion CPU cores (or more)…

IBM Newsletters

Get our newsletters and topic updates that deliver the latest thought leadership and insights on emerging trends.
Subscribe now More newsletters