https://github.com/redhat-cop/openshift-toolkit
A collection of code samples to help you get started with OpenShift
https://github.com/redhat-cop/openshift-toolkit
container-cop
Last synced: 9 months ago
JSON representation
A collection of code samples to help you get started with OpenShift
- Host: GitHub
- URL: https://github.com/redhat-cop/openshift-toolkit
- Owner: redhat-cop
- License: apache-2.0
- Created: 2017-04-07T01:36:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T14:49:55.000Z (about 3 years ago)
- Last Synced: 2025-03-29T16:07:22.988Z (10 months ago)
- Topics: container-cop
- Language: Python
- Homepage:
- Size: 635 KB
- Stars: 235
- Watchers: 45
- Forks: 153
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The OpenShift Toolkit
A collection of code samples to help you get started with OpenShift.
## Solutions
* [Custom Autoscaler](./custom-autoscaler/)
* [Syncing a Registry for Bootstrapping Disconnected Installs](./disconnected_registry/)
* [Expanded Health Checks for EFK and Hawkular](./health_check/)
* [Quota Management](./quota-management/) - A sample strategy for managing Quotas
* [NetworkPolicy Management](./networkpolicy/) - A sample strategy for managing Network Policy
* [Pre and Post install OpenShift validation](./validation/) - Automation to ensure clusters are ready for use.
* [Sample Install Inventories](./install/)
* [Capacity Planning Tooling](./capacity-dashboard/) - A Dashboard to help you make capacity decisions.
* [Software Delivery Metrics Dashboard](https://github.com/redhat-cop/mdt-quickstart.git) - A Dashboard to Measure the Flow of Software Features through a Value Stream
* [OpenShift Applier](https://github.com/redhat-cop/openshift-applier.git) - An Automation Framework for Kubernetes
* [Containers Quickstarts](https://github.com/redhat-cop/containers-quickstarts.git) - A set of quickstarts to help you get started building and deploying software on OpenShift
* [Container Pipelines](https://github.com/redhat-cop/container-pipelines.git) - A set of sample CI/CD Piplines for OpenShift
## Ansible Playbooks
* [Create Openshift Custom Login Page with New Logo](./branding/ansible-playbook-openshift-custom-login-page/)
* [Change Openshift Webconsole Logo](./branding/ansible-playbook-openshift-custom-webconsole-logo/)