OCP 3
- OpenShift Container Platform 3 (OCP 3)
- OpenShift Cheat Sheets
- Helm Charts and OpenShift 3
- OpenShift GitOps
- Debugging apps
- Capacity Management
- OpenShift High Availability
- Troubleshooting Java applications on Openshift
- Red Hat Communities of Practice. Uncontained.io Project
- Identity Management
- Quota Management
- Source-to-Image (S2I) Image Building Tools
- Videos
OpenShift Container Platform 3 (OCP 3)
- Dzone.com: OpenShift Quick Start π
- claydesk.com: Google Cloud App Engine Vs Red Hat OpenShift
- certdepot.net: OpenShift Free available resources π
- blog.openshift.com: Using OpenShift 3 on your local environment π
- developers.redhat.com: Securing .NET Core on OpenShift using HTTPS
- blog.openshift.com - Kubernetes: A Podβs Life π
- Container-native virtualization allows to run and manage virtual machine workloads alongside container workloads
- developers.redhat.com: Handling Angular environments in continuous delivery with Red Hat OpenShift
- developers.redhat.com: Customizing OpenShift project creation π
- developers.redhat.com: Testing memory-based horizontal pod autoscaling on OpenShift π
- How to Run HA Elasticsearch (ELK) on Red Hat OpenShift
OpenShift Cheat Sheets
Helm Charts and OpenShift 3
- blog.openshift.com: From Templates to Openshift Helm Charts
- Templating on OpenShift: should I use Helm templates or OpenShift templates? π
OpenShift GitOps
- blog.openshift.com: Introduction to GitOps with OpenShift
- learn.openshift.com: GitOps introduction
- blog.openshift.com: is it too late to integrate GitOps?
- blog.openshift.com: OpenShift Authentication Integration with ArgoCD
- openshift.com: From Code to Production with GitOps, Tekton and ArgoCD π
Debugging apps
- developers.redhat.com: Installing debugging tools into a Red Hat OpenShift container with oc-inject
- developers.redhat.com: Debugging applications within Red Hat OpenShift containers
Capacity Management
- blog.openshift.com/full-cluster-capacity-management-monitoring-openshift
- blog.openshift.com/full-cluster-part-2-protecting-nodes
- full-cluster-part-3-capacity-management
- blog.openshift.comhow-full-is-my-cluster-part-4-right-sizing-pods-with-vertical-pod-autoscaler
- blog.openshift.com/how-full-is-my-cluster-part-5-a-capacity-management-dashboard
OpenShift High Availability
- blog.openshift.com/tag/multi-datacenter
- blog.openshift.com: How to survive an outage and live to tell about it!
- blog.openshift.com: Stateful Workloads and the Two Data Center Conundrum
- OpenShift 3.11 Multi-cluster Federation
- Multi-cluster Federation in OpenShift 4 is called KubeFed
- Katacoda e-learning platform β Federated Clusters
- KubeFed Operator
Troubleshooting Java applications on Openshift
- developers.redhat.com: Troubleshooting java applications on openshift
- dzone: 8 Options for Capturing Thread Dumps
Red Hat Communities of Practice. Uncontained.io Project
- Red Hat Communities of Practice
- Uncontained.io began as a project in the Red Hat Container Community of Practice to share knowledge about OpenShift adoption with members of Red Hatβs Consulting organization.
- uncontained.io/articles/openshift-ha-installation
- uncontained.io/articles/openshift-and-the-org
- v1.uncontained.io: Red Hat Consulting DevOps And OpenShift Playbooks π Red Hat Consulting DevOps and OpenShift Playbooks are guides for implementing DevOps technical practices and container automation approaches using Red Hat commercial open source products, including OpenShift Enterprise 3. They are intended to reflect real-world experience delivering solutions through these processes and technologies.
Identity Management
Quota Management
- GitHub redhat-cop: OpenShift Toolkit - Quota Management π
- OpenShift 4 Resource Management
- techbeatly.com: How to create, increase or decrease project quota
- Quotas setting per project
- Quotas setting across multiple projects
Source-to-Image (S2I) Image Building Tools
- Source-to-Image (S2I) Build
- Source-to-Image (S2I) is a tool for building reproducible, Docker-formatted container images. It produces ready-to-run images by injecting application source into a container image and assembling a new image. The new image incorporates the base image (the builder) and built source and is ready to use with the docker run command. S2I supports incremental builds, which re-use previously downloaded dependencies, previously built artifacts, etc.