mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-13 18:30:44 +00:00
12 KiB
12 KiB
OCP 3
!!! info "Architectural Context" Detailed reference for OCP 3 in the context of The Container Stack.
Standard Reference
- developers.redhat.com: Debugging applications within Red Hat OpenShift containers [COMMUNITY-TOOL]
- blog.openshift.com/how-full-is-my-cluster-part-5-a-capacity-management-dashboard [COMMUNITY-TOOL]
- Uncontained.io [COMMUNITY-TOOL]
- developers.redhat.com: Handling Angular environments in continuous delivery' with Red Hat OpenShift [COMMUNITY-TOOL]
- blog.openshift.com: Introduction to GitOps with OpenShift [COMMUNITY-TOOL]
- learn.openshift.com: GitOps introduction [COMMUNITY-TOOL]
- blog.openshift.com: is it too late to integrate GitOps? [COMMUNITY-TOOL]
- blog.openshift.com: OpenShift Authentication Integration with ArgoCD [COMMUNITY-TOOL]
- claydesk.com: Google Cloud App Engine Vs Red Hat OpenShift [COMMUNITY-TOOL]
- certdepot.net: OpenShift Free available resources 🌟 [COMMUNITY-TOOL]
- blog.openshift.com: Using OpenShift 3 on your local environment 🌟 [COMMUNITY-TOOL]
- developers.redhat.com: Securing .NET Core on OpenShift using HTTPS [COMMUNITY-TOOL]
- Container-native virtualization allows to run and manage virtual machine workloads alongside container workloads [COMMUNITY-TOOL]
- developers.redhat.com: Customizing OpenShift project creation 🌟 [COMMUNITY-TOOL]
- developers.redhat.com: Testing memory-based horizontal pod autoscaling on' OpenShift 🌟 [COMMUNITY-TOOL]
- How to Run HA Elasticsearch (ELK) on Red Hat OpenShift [COMMUNITY-TOOL]
- developers.redhat.com: Installing debugging tools into a Red Hat OpenShift' container with oc-inject [COMMUNITY-TOOL]
- KubeFed Operator [COMMUNITY-TOOL]
- developers.redhat.com: Troubleshooting java applications on openshift [COMMUNITY-TOOL]
- dzone: 8 Options for Capturing Thread Dumps [COMMUNITY-TOOL]
- Red Hat Communities of Practice [COMMUNITY-TOOL]
- GitHub redhat-cop: OpenShift Toolkit - Quota Management 🌟 ⭐ 236 [COMMUNITY-TOOL]
- OpenShift 4 Resource Management [COMMUNITY-TOOL]
- Quotas setting per project [COMMUNITY-TOOL]
- Quotas setting across multiple projects [COMMUNITY-TOOL]
- Source-to-Image (S2I) Build [COMMUNITY-TOOL]
Enterprise Platform
GitOps and Configuration
ArgoCD and Tekton Pipelines
- (2023) openshift.com: From Code to Production with GitOps, Tekton and ArgoCD 🌟 [YAML CONTENT] [ADVANCED LEVEL] [GUIDE] [COMMUNITY-TOOL] [GUIDE] — This architectural review details a continuous deployment pipeline using GitOps, Tekton, and Argo CD. Provides a blueprint for configuring enterprise-ready Kubernetes delivery systems designed to accelerate code-to-production lifecycles.
High Availability and Disaster Recovery
OpenShift Stretch Clusters
- (2022) blog.openshift.com/: How to survive an outage and live to tell about it! [ADVANCED LEVEL] [CASE STUDY] [CASE STUDY] [COMMUNITY-TOOL] — An SRE-focused case study on implementing high-availability, low-latency 'stretch' OpenShift clusters across metro areas. Explores the quorum configurations and persistent storage synchronization needed to survive real-time datacenter outages.
Stateful Multi-DC Routing
- (2022) blog.openshift.com/: Stateful Workloads and the Two Data Center Conundrum [ADVANCED LEVEL] [CASE STUDY] [CASE STUDY] [COMMUNITY-TOOL] — A technical analysis of managing stateful workloads across a two-datacenter topology. Examines CAP theorem limitations, write replication challenges, and routing strategies to prevent split-brain states during network partition events.
Multi-Cluster Orchestration
Multi-Datacenter OpenShift
- (2024) blog.openshift.com/tag/multi-datacenter [ADVANCED LEVEL] [CASE STUDY] [CASE STUDY] [COMMUNITY-TOOL] — A collection of Red Hat technical resources focusing on multi-datacenter OpenShift clusters. Discusses networking latency, federation strategies, state synchronization, and cluster orchestration challenges across hybrid, distributed topologies.
OpenShift and RedHat
Helm Integration
- (2022) blog.openshift.com/: From Templates to Openshift Helm Charts [YAML CONTENT] [GUIDE] [COMMUNITY-TOOL] [GUIDE] — A migration guide helping Red Hat administrators transition application packaging from native OpenShift Templates to Helm Charts. Explains Helm packaging patterns, standardizing deployment definitions, and streamlining multi-cloud delivery.
Multi-Tenancy and Quotas
- (2021) techbeatly.com: How to create, increase or decrease project quota [YAML CONTENT] [GUIDE] [COMMUNITY-TOOL] [GUIDE] — An operations-focused administrative guide outlining how to build secure multi-tenant boundaries within Red Hat OpenShift. Demonstrates defining, updating, and auditing ResourceQuotas and LimitRanges across projects.
Pod Lifecycle
- (2021) blog.openshift.com/ - Kubernetes: A Pod’s Life 🌟 [GUIDE] [COMMUNITY-TOOL] [GUIDE] — Red Hat blog detailing the lifecycle of a Kubernetes Pod. Deeply analyzes phase transitions, readiness/liveness/startup probes, resource quotas, and how OpenShift's platform layers handle pod scheduling and graceful shutdowns.
Templating Strategies
- (2021) Templating on OpenShift: should I use Helm templates or OpenShift templates? 🌟 [GUIDE] [COMMUNITY-TOOL] [GUIDE] — A comparative analysis evaluating OpenShift Templates against Helm Charts. Helps engineering managers choose between OpenShift-native templating (ideal for quick, targeted setups) and Helm charts (the standard for multi-cloud parity and community support).
Infrastructure
Infrastructure as Code
Red Hat Cop Ansible
- (2025) ==GitHub redhat-cop: Ansible Role 🌟== ⭐ 219 [YAML CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — GitHub repository featuring Ansible automation roles maintained by the Red Hat Community of Practice (CoP). Simplifies the automated provisioning, day-2 operations, cluster configuration, and user onboarding of OpenShift environments.
💡 Explore Related: OCP 4 | Kubernetes Operators Controllers | Openshift