• Gitops,  Openshift

    Provisioning Baremetal OpenShift clusters using RHACM with GitOps leveraging on-premise Assisted Installer

    Recently, I published the blog Provisioning OpenShift clusters using GitOps with ACM explaining how to  create OpenShift clusters with RHACM using Gitops with ArgoCD. The OpenShift installation type was IPI, and valid for most of the platforms: Azure, AWS, GCP, vSphere… but not for baremetal. If you’ve ever installed an OpenShift cluster in baremetal and disconnected, you know how different it is from any other installation. In this blog, I’ll explain how to deploy a baremetal OpenShift cluster with Assisted Installer using RHACM and GitOps with ArgoCD. If you are not familiar with deploying OpenShift clusters with RHACM and Gitops, I recommend reading the article I wrote: GitOps for organizations:…