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

45 KiB
Raw Permalink Blame History

OCP 4

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

Standard Reference

Cloud Infrastructure

Service Mesh

Istio Mesh

  • Istio.io [EN CONTENT] [ADVANCED LEVEL] [DE FACTO STANDARD] — The premier open-source service mesh providing advanced traffic management, end-to-end security, and granular observability. Uses Envoy proxies (via sidecars or Ambient mode) to secure and manage microservice fabrics.

Cloud Native Infrastructure

Observability

Distributed Tracing

Jaeger Platform
  • jaegertracing.io [DOCUMENTATION] [DE FACTO STANDARD] [ENTERPRISE-STABLE] — The official gateway for Jaeger, a CNCF-graduated distributed tracing platform. Essential for microservice architectures to monitor transactions, perform root-cause analysis, optimize performance bottlenecks, and visualize complex request propagation paths.

Service Mesh (1)

Istio Distributions

Source Code
  • github.com: Maistra Istio 94 [ADVANCED LEVEL] [COMMUNITY-TOOL] — The official GitHub repository for Maistra's modified Istio control plane code. Optimized for multi-tenancy support, advanced security policies, and tight integration within OpenShift environments.

Observability (1)

Visualization
  • (2025) ==kiali.io== [DOCUMENTATION] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] [ENTERPRISE-STABLE] — The home portal for Kiali, the de facto standard visual console for Istio service mesh topologies. It aggregates Prometheus metrics, Jaeger traces, and Istio configurations to display active traffic flows, circuit breakers, and network health anomalies.

Enterprise Kubernetes

Red Hat OpenShift

Image Management

  • cloudowski.com: Openshift ImageStreams [COMMUNITY-TOOL] — A technical architectural review contrasting OpenShift ImageStreams with standard Kubernetes container registry integrations. It explains how ImageStreams abstract container images and automate rolling deployments on build mutations.

Infrastructure Standards

Container Registry

Enterprise Platforms

  • Quay.io [ADVANCED LEVEL] [ENTERPRISE-STABLE] — A highly secure, enterprise-ready container registry platform providing advanced geo-replication, vulnerability scanning via Clair, and multi-tenant authentication patterns. It integrates natively with Red Hat ecosystem tooling.

Open Source Initiatives


💡 Explore Related: Container Managers | Kubernetes Monitoring | Kubernetes Troubleshooting