-
One-liner of the day
The purpose of this post is to collect in one place set of one-liners that I’ve been using in my day to day work.
-
Scaling OpenShift compute (worker) BareMetal nodes – Part 1.
This post is based on my experience deploying and scaling OpenShift clusters on baremetal environments. As usual the intention is not to replace official Red Hat’s documentation. It is rather condensed knowledge I gained with references to the official docs, just in case 😉 Please keep in mind that your millage may vary and if…
-
Update existing OpenShift Node network configuration
OpenShift can be installed on various platforms (cloud, virtual, baremetal etc) using various tools (IPI, UPI, Assisted Installer or Agent-based Installer). For the last months I use the later the most and in this post I will focus on a cluster being installed with the Agent-based Installer. The whole installation procedure is out of the…
-
OpenShift upgrade got stuck – unexpected on-disk state – target osImageURL – recovery
DISCLAIMER: This post is based on my very own and unique experience I went through during work in my lab. In the other words – your mileage may vary. Don’t treat it as an ultimate solution. If you have production cluster get in touch with Red Hat support before making any changes. I have a…
-
Horizontal Pod AutoScaler
OpenShift allows you to run – among the Virtual Machines – containerised workloads. One of the biggest benefit of containers is the ability to turn large projects into small containers (microservices), what enables you to develop and manage them independently from each other. One of the most important aspects of service management is to scale…
-
A simple demo of containers and a VM working together
The purpose of this exercise is to demonstrate how containers and virtual machines can work together. Additionally I also demonstrate a bit of security topic in the container world. I will create a simple service which include: To make the exercise more interesting I decided that every single step will be done in CLI. In…
-
Red Hat OpenShift Virtualization & RHEL for Edge lab
The purpose of this document is to explain how Red Hat OpenShift Container Platform with Virtualization could be used to practice and demo RHEL for Edge use-cases. This particular example is built on the top of Single Node OpenShift deployment, however it should run on any regular OpenShift Container Platform with OpenShift Virtualization enabled as…