mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-26 19:18:58 +00:00
6.2 KiB
6.2 KiB
Crossplane. A Universal Control Plane API for Cloud Computing. Crossplane Workloads Definitions
!!! info "Architectural Context" Detailed reference for Crossplane. A Universal Control Plane API for Cloud Computing. Crossplane Workloads Definitions in the context of Hardened Infrastructure.
Standard Reference
- medium: Using Crossplane to Provision a Kubernetes Cluster in Google Cloud [COMMUNITY-TOOL]
- faun.pub: Defining Infrastructure Declaratively with Crossplane [COMMUNITY-TOOL]
Control Planes
Cloud Infrastructure As Code
Architectural Strategy
- Crossplane, a Universal Control Plane API for Cloud Computing [COMMUNITY-TOOL] — An analytical article introducing Crossplane's architectural strategy. It outlines the core benefits of moving from static execution runs to active, continuously reconciling API-driven cloud control planes.
Crossplane
- (2026) ==crossplane.io== [ADVANCED LEVEL] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — Crossplane transforms Kubernetes into a universal control plane. By exposing managed cloud infrastructure as custom Resource Definitions (CRDs), it allows platform teams to build native compositions without external IaC tools.
Market Evaluation
- symphony.is: Crossplane - The New Kid in Town [COMMUNITY-TOOL] — A foundational review of Crossplane's technology, analyzing why real-time cloud infrastructure reconciliation represents the future of cloud resource management.
Presentations
- Presentation: YAML your cloud [COMMUNITY-TOOL] — Technical slide deck focused on using unified YAML for cross-cloud resource control, detailing how standard declarative formats reduce administrative friction.
Reference Architectures
- upbound/platform-ref-multi-k8s: Upbound's reference platform for multi-cloud' Kubernetes with Crossplane ⭐ 66 [ADVANCED LEVEL] [COMMUNITY-TOOL] — Upbound's standardized reference architecture for running multi-cloud Kubernetes clusters via Crossplane. It highlights production-grade modular design, credential partitioning, and composition patterns.
- askmeegs/yaml-your-cloud ⭐ 6 [COMMUNITY-TOOL] — Demonstration codebase representing compositions and templates for unified cloud infrastructure configurations, providing a reference layout for Crossplane training labs.
Developer Platforms
Internal Developer Platforms
- Crossplane: A Kubernetes Control Plane to Roll Your Own PaaS [COMMUNITY-TOOL] — Discusses Crossplane's capability to orchestrate complete Internal Developer Platforms (IDPs). Highlights how custom control planes abstract infrastructure complexity, facilitating developer self-service workflows.
Red Hat Ecosystem
OpenShift Integration
- Crossplane as an OpenShift Operator to manage and provision cloud-native services [ADVANCED LEVEL] [GUIDE] [COMMUNITY-TOOL] [GUIDE] — Deep dive into installing and operating Crossplane within Red Hat OpenShift. Shows how platform administrators can unify container scheduling and cloud service management using OpenShift operators.
Developer Experience
Kubernetes Core Concepts
Complexity Analysis
- itnext.io: Why do developers find Kubernetes so hard? [COMMUNITY-TOOL] — An industry critique analyzing the steep cognitive curve of native Kubernetes. The article provides structured recommendations on how Platform Engineering can establish abstraction layers for developers.
GitOps
Continuous Delivery
Flux Integration
- itnext.io: GitOpsify Cloud Infrastructure with Crossplane and Flux [ADVANCED LEVEL] [GUIDE] [COMMUNITY-TOOL] [GUIDE] — A granular guide on uniting Flux CD and Crossplane. Details the construction of continuous GitOps pipelines where infrastructure drifts are self-reconciled using Flux's lightweight controllers.
Infrastructure Orchestration
- (2023) codefresh.io: Using GitOps for Infrastructure and Applications With Crossplane and Argo CD [GUIDE] [COMMUNITY-TOOL] [GUIDE] — This architectural study outlines the synchronization of infrastructure and application deployments using GitOps principles, examining the strategic union of Crossplane and continuous deployment tools.
💡 Explore Related: Kubernetes Security | Devsecops | Kustomize