heidloff.net - Building is my Passion
Post
Cancel

Running Managed OpenShift On-Premises

This month IBM announced the general availability of IBM Cloud Satellite as well as the general availability of OpenShift on Satellite. This offering is incredibly powerful! It allows companies to leverage benefits from the cloud, but at the same time to run their workloads and to keep their data on-premises.

Here is the definition of IBM Cloud Satellite:

Deploy and run apps consistently across on-premises, edge computing and public cloud environments from any cloud vendor.

Consume a common set of cloud services including toolchains, databases, and AI in any location. The IBM Cloud® Satellite managed distributed cloud solution delivers cloud services, APIs, access policies, security controls and compliance.

Setup of IBM Cloud Satellite

There is good documentation how to set up Satellite (see below) which I don’t want to repeat here. Let me just focus on the key steps.

Satellite uses the concept of locations. Locations can be your on-premises data centers or edge environments. In the locations hardware and software is provided. The locations are connected with Satellite running in the cloud and Satellite manages the software on the local devices.

In my simple sample setup, I’ve created virtual machines. The VMs run in the IBM Cloud since this was the easiest way for me to try Satellite, but you obviously wouldn’t use such a setup in a real production environment.

The VMs run RHEL7 and require 4 vCPUs, 16GB RAM and 100GB disc space. For demonstration purposes the minimum are three nodes for the control plane in three different zones. To deploy OpenShift, you need at least three more worker nodes.

image

In order to connect the VMs to Satellite, scripts are provided. After the connections have been established, Satellite provisions the VMs with the necessary software, for example to run OpenShift control planes and worker nodes.

image

Setup of OpenShift

The setup of OpenShift is trivial. You can use the exact same user interface (or CLI) that is used to run managed OpenShift in the public IBM Cloud. The only difference is that you choose Satellite as infrastructure.

image

After the creation of the cluster everything else works in the same way as if you’d use managed OpenShift offerings in public clouds. For example updates to latest OpenShift versions can be performed with a button click. Similarly you can install add-ons like Knative, Istio, etc. with just a few clicks and you can use logging and monitoring built into the IBM platform. Obviously you can also install your own software into OpenShift, for example via operators.

image

Next Steps

Satellite provides more cool features to connect to external services and to centrally managed multiple clusters.

IBM has planned to add more services to Satellite. Another service that is available today is the AI platform Cloud Pak for Data which runs on OpenShift.

To learn more about IBM Cloud Satellite, check out these resources.

Featured Blog Posts
Disclaimer
The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions.
Trending Tags