OpenShift as Cattle - GitOps for Clusters
Abstract:
Maintaining an Configuring an OpenShift cluster can be a daunting task. Maintaining multiple and keeping them aligned with each other even more so. When you want to quickly (re-)deploy clusters it becomes a must to have all configuration as code, but duplicating that for each cluster can lead to configuration drift between clusters. In this talk we will look at how the HCS OpenShift Install project organizes and structures Kustomize trees for your clusters, inheriting from a single, versioned, base. This allows OpenShift administrators to easily roll out configuration changes to all clusters, but in an orderly, controlled method.
Speaker:
Wander Boessenkool is the creator and maintainer of “HCS OpenShift Install”, a set of playbooks to both install OpenShift, and configure it using GitOps. He is also the host of the weekly “Sudo Friday” show on YouTube, where he covers both introductory content related to open-source, as well as intermediate and advanced content. Currently he is heading up the HCS Training initiative, a set of custom made courses covering the materials a modern IT professional needs to survive in a world of containers, Kubernetes, and CI/CD