Files
awesome-kubernetes/v2-docs/ocp3.md

17 KiB
Raw Permalink Blame History

description
description
Top OCP 3 resources for 2026, AI-ranked: **KubeFed Operator**, None and more — curated Cloud Native tools, guides and references.

OCP 3

!!! tip "Nubenetes V2 Elite Portal" You are browsing the AI-Curated V2 Elite Edition. Looking for the exhaustive list of references? Check out the V1 Historical Archive.

!!! info "Architectural Context" Detailed reference for OCP 3 in the context of The Container Stack.

App Development

Packaging

Helm Charts

Architectural Foundations

Kubernetes Tools

General Reference

  • (None) [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering www.redhat.com in the Kubernetes Tools ecosystem.
  • (None) [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering www.redhat.com in the Kubernetes Tools ecosystem.
  • dzone: 8 Options for Capturing Thread Dumps [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering dzone: 8 Options for Capturing Thread Dumps in the Kubernetes Tools ecosystem.

CICD

Gitops

Migration Strategies

  • (2021) blog.openshift.com/: is it too late to integrate GitOps? 🌟🌟🌟 [LEGACY] — Curator Insight maps the path for legacy environments migrating to continuous sync models. Live Grounding reviews incremental conversion blueprints to safe declarative setups under OpenShift. It acts as an advisory piece for migration architects.

Openshift

  • (2020) blog.openshift.com/: Introduction to GitOps with OpenShift 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Curator Insight defines the OpenShift declarative application delivery model. Live Grounding details the Red Hat OpenShift GitOps operator powered by Argo CD. This is the official blueprint for establishing structured continuous integration on Red Hat environments.

Kubernetes Cluster Operations

Autoscaling

Vertical Pod Autoscaler

Multi-cluster

Legacy Federation

  • (2019) Multi-cluster Federation in OpenShift 4 is called KubeFed [ADVANCED LEVEL] 🌟🌟 [COMMUNITY-TOOL] — Curator Insight introduces the KubeFed system in OpenShift 4. Live Grounding highlights its mechanism for template distribution and configuration sync across multiple clusters. Valuable for understanding historical cross-cluster patterns before modern gateway patterns.
  • (2018) OpenShift 3.11 Multi-cluster Federation [ADVANCED LEVEL] 🌟🌟 [COMMUNITY-TOOL] — Curator Insight looks at multi-cluster federation on older OpenShift 3.11 setups. Live Grounding illustrates early architectural attempts to distribute workloads across cloud regions. Crucial historical context before modern GitOps and Cluster API paradigms took over.

Resource Management

Openshift (1)

  • (2019) blog.openshift.com/full-cluster-capacity-management-monitoring-openshift [ADVANCED LEVEL] 🌟🌟🌟 [COMMUNITY-TOOL] — Curator Insight initiates a series on OpenShift capacity planning. Live Grounding details Prometheus and Grafana alerts, memory saturation metrics, and CPU scheduling limits. Essential for cluster administrators managing highly dense node resources.
  • (2019) blog.openshift.com/full-cluster-part-2-protecting-nodes [ADVANCED LEVEL] 🌟🌟🌟 [COMMUNITY-TOOL] — Curator Insight focuses on securing host resources from rogue applications. Live Grounding details eviction thresholds, pod limits, and system-reserved configuration paths inside OpenShift clusters. Vital for maintaining node reliability.
  • (2019) full-cluster-part-3-capacity-management [ADVANCED LEVEL] 🌟🌟🌟 [COMMUNITY-TOOL] — Curator Insight reviews multi-tenant resource optimization. Live Grounding analyzes quotas, LimitRanges, and tenant isolation layers in enterprise workloads. Highly effective for designing multi-team cluster footprints.

Observability

Application Monitoring

Java JMX

Platform Architecture

Administration

Automation

  • (2020) developers.redhat.com: Customizing OpenShift project creation 🌟 [YAML CONTENT] [ADVANCED LEVEL] [ENTERPRISE-STABLE] [GUIDE] — Details dynamic project onboarding techniques for OpenShift administrators. Teaches how to configure customized templates that automatically enforce security contexts, default quotas, and custom networking parameters upon namespace creation.

Automation (1)

Ansible

  • (2023) GitHub redhat-cop: Ansible Role 🌟 219 [YAML CONTENT] [ADVANCED LEVEL] 🌟🌟 [ENTERPRISE-STABLE] — A structured repository of Ansible automation roles customized for provisioning, maintaining, and configuring OpenShift resources. Simplifies operations such as authentication, user management, and day-2 configurations.

Community Tools

  • (2026) Red Hat Communities of Practice [GO CONTENT] [ADVANCED LEVEL] [ENTERPRISE-STABLE] — The master platform profile of Red Hat's Communities of Practice. Contains scripts, custom operator codes, and automated scaffolding for cluster setups, management, and resource governing processes.

Core Concepts

Kubernetes Pods

  • (2018) blog.openshift.com/ - Kubernetes: A Pods Life 🌟 [NONE CONTENT] [DE FACTO STANDARD] [GUIDE] — A fundamental exploration of the life cycle of a Kubernetes Pod. Outlines start sequences, init container routines, readiness/liveness checks, and termination processes, establishing a baseline for container orchestration troubleshooting.

High Availability

Disaster Recovery

  • (2019) blog.openshift.com/: Stateful Workloads and the Two Data Center Conundrum [NONE CONTENT] [ADVANCED LEVEL] [ENTERPRISE-STABLE] [GUIDE] — Analyzes the persistence challenges associated with stateful microservices running across multi-site cluster architectures. Evaluates split-brain hazards and suggests synchronous storage configurations to guarantee data integrity.

Stretch Clusters

  • (2019) blog.openshift.com/: How to survive an outage and live to tell about it! [NONE CONTENT] [ADVANCED LEVEL] [CASE STUDY] [ENTERPRISE-STABLE] — Analyzes the design of Metro-Area stretch clusters on OpenShift, ensuring high availability in case of datacenter outages. Discusses network transit criteria, ETCD consensus configurations, and storage replications.

Infrastructure

Comparisons

  • (2020) claydesk.com: Google Cloud App Engine Vs Red Hat OpenShift [NONE CONTENT] [CASE STUDY] [COMMUNITY-TOOL] [GUIDE] — Analyzes key platform differences between Google Cloud App Engine and OpenShift. Compares scaling, cluster management boundaries, provider dependencies, and operational flexibility when deploying enterprise workloads.

Multicluster

Disaster Recovery (1)

  • (2021) blog.openshift.com/tag/multi-datacenter [NONE CONTENT] [ADVANCED LEVEL] [CASE STUDY] [ENTERPRISE-STABLE] — A thematic curation of architectural entries covering multi-cluster synchronization, active-active topologies, global service routing, and deployment configurations utilizing Advanced Cluster Management.

Kubernetes Federation

  • (2021) KubeFed Operator [GO CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] [LEGACY] — The Kubernetes Federation (KubeFed) Operator designed to coordinate configurations across multiple distinct clusters. In 2026, KubeFed has been largely archived, superseded by Red Hat Advanced Cluster Management (RHACM) and Open Cluster Management (OCM).

Resource Management (1)

Autoscaling (1)

Governance

  • (2020) OpenShift 4 Resource Management [NONE CONTENT] [COMMUNITY-TOOL] [GUIDE] — An informative session demonstrating effective scheduling, configuration, and governing mechanics of OpenShift 4 resources. Highlights the use of LimitRanges, ResourceQuotas, and Node selectors.
  • (2019) techbeatly.com: How to create, increase or decrease project quota [BASH CONTENT] [COMMUNITY-TOOL] [GUIDE] — Provides step-by-step guidance on managing project resource limits inside OpenShift namespaces. Explores configuring quotas via the oc CLI to enforce hard boundaries on CPU, RAM, and storage allocations.

Resources

Learning Paths

  • (2019) certdepot.net: OpenShift Free available resources 🌟 [NONE CONTENT] [COMMUNITY-TOOL] [GUIDE] — An educational index detailing free courses, interactive sandbox playgrounds, and study materials for professionals pursuing official Red Hat OpenShift certifications.

Platform Engineering

Gitops (1)

Authentication and SSO

Openshift (2)
  • (2022) openshift.com: OpenShift Authentication Integration with ArgoCD 🌟🌟🌟🌟 [ENTERPRISE-STABLE] [GUIDE] — Analyzes the integration of OpenShift's native OAuth server with ArgoCD. Explains how to map OpenShift user groups to ArgoCD RBAC roles, establishing a secure, unified single sign-on (SSO) experience for enterprise platforms.

Security

Encryption

.NET Core

  • (2018) developers.redhat.com: Securing .NET Core on OpenShift using HTTPS [C# CONTENT] [ENTERPRISE-STABLE] [GUIDE] — Guides engineers through configuring ASP.NET Core microservices with end-to-end TLS encryption on OpenShift. Discusses dynamic integration of local server certificates using OpenShift's service serving certificates feature.

💡 Explore Related: OCP 4 | Container Managers | Openshift

🔗 See Also: About | Postman