Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bostrt/corg
CORG is a Cluster Operator Relationship Graph tool. It accepts a list of Cluster Operators (e.g. oc get clusteroperators -o json) and generates a graph for the relatedObjects fields.
https://github.com/bostrt/corg
Last synced: 3 months ago
JSON representation
CORG is a Cluster Operator Relationship Graph tool. It accepts a list of Cluster Operators (e.g. oc get clusteroperators -o json) and generates a graph for the relatedObjects fields.
- Host: GitHub
- URL: https://github.com/bostrt/corg
- Owner: bostrt
- Created: 2020-08-21T00:13:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T01:37:01.000Z (about 4 years ago)
- Last Synced: 2024-10-03T12:44:25.026Z (3 months ago)
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# corg
`corg` is a Cluster Operator Relationship Graph tool to use with OpenShift 4.x. It accepts a list of Cluster Operators (e.g. `oc get clusteroperators -o json`) and generates a graph for the relatedObjects fields.
It is useful for newcomers to OpenShift 4 trying to understand how components (Cluster Operators and Resources) are interconnected.
Here's an example of a small graph generated by `corg`:
![small example](./images/small_example.png)