What is kro? Kube Resource Orchestrator (kro) is a Kubernetes-native operator designed to simplify the creation and management of complex resource configurations. It allows users to define ResourceGraphDefinitions, which group multiple Kubernetes resources and their relationships into a single unit. Once applied, kro translates these definitions into actual Kubernetes resources and manages them dynamically. […]
Category: Kubernetes
Kubernetes, Red Hat OpenShift & IBM Instana
I often get questions around Red Hat OpenShift, and why we need it. Here is a quick 14 mins video to explain Application deployment models from Traditional deployments to Virtual machines to Containers. Here are the topics we are going to cover in this video. I would really recommend this video, especially to sales team […]
Running virtual machines in OpenShift
This is a quick and interesting session to show how easy is to install a virtual machine on OpenShift. OpenShift allows us to install virtual machines using Operators. We can have vms and containers running in parallel. This is a huge benefit, as some of the legacy applications which cannot be containerised can be deployed […]