Git Product home page Git Product logo

config-history-operator's Introduction

config-history-operator

The purpose of this operator is to continuously collect all changes to OpenShift v4 configuration resources and record all the changes in local Git repository. The operator offer HTTP service that can be used to clone the repository.

Each OpenShift config resource is mirrored in a local Git repository. If change is observed in the original resource the change is applied to the local file and committed.

As result, administrators can browse the configuration history of their OpenShift v4 cluster using Git.

What is being tracked?

OpenShift v4 use *.config.openshift.io suffix for the Custom Resource Definitions representing the cluster configuration. Every instance of this CRD is being tracked and its changes recorded.

How it is tracked?

This operator run CustomResourceDefinition informer that watches all CRD in the cluster. When a CRD with config.openshift.io suffix is observed, it creates a "dynamic informer" that is used to list and track any changes to all instances of this CRD.

Where is the GIT repository?

The default location is /tmp/repository. The HTTP git server is running on 0.0.0.0:8080. To access this outside OpenShift cluster, you can consider using Route.

How to deploy?
$ oc apply -f ./manifests
How to expose the GIT server?
$ oc expose svc/gitserver
$ git clone http://<ROUTE_URL> cluster-config
How to configure?

There is no configuration currently.

Is this official OpenShift/RedHat supported?

Hell no. This is just a PoC (was not even tried yet ;-)

config-history-operator's People

Contributors

mfojtik avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.