Managing Ocp Infrastructures Using Gitops

Mar 6, 2023

1 min read

| Keith Calligan

This multi-part blog series will cover how to deploy bare-metal server resources into an OCP cluster using Gitops tooling

In the first part of this series, I showed you how the to install the Assisted Service/CIM (Central Infrastructure Management) and how a cluster can be deployed in a declarative manner using approximately 9 YAML files.

Part 1 of Article Gitops-Blog GitHub Repo

In the second part of this series, we could see how that YAML files could be condensed into a single SiteConfig file. The directory structure of the ztp-site-generator container was used to create the following GitHub repository.

Part 2 of Article ZTP-Example GitHub Repo

In the third part, I will show how the SiteConfig can be parsed as part of a ZTP pipeline using Openshift Gitops. These features can also be used to have objects (such as clusters) be automatically modified based on updates being made to the source GitHub repo.

Part 3 of Article ZTP-Example GitHub Repo

Sharing is caring!