crossplane.md styling

This commit is contained in:
franz.germann1 2024-12-18 16:58:58 +01:00
parent 1a0383e284
commit cd14b9946a

View file

@ -4,17 +4,22 @@ Crossplane is an open-source Kubernetes add-on that extends Kubernetes' capabili
--- ---
# Key Features and Benefits: ## Key features and benefits
- Cloud Agnostic: Crossplane can manage resources across various cloud providers, including AWS, Azure, GCP, and others. - **☁️ Cloud Agnostic:**
- Kubernetes Native: Crossplane leverages Kubernetes' API and control plane, making it easy to integrate with existing Kubernetes workflows and tools. Crossplane can manage resources across various cloud providers, including AWS, Azure, GCP, and others.
- Declarative Infrastructure: Crossplane uses Kubernetes manifests to define infrastructure resources, enabling version control and automated deployments. - **🧩 Kubernetes Native:**
- Extensible: Crossplane can be extended with custom resource definitions (CRDs) to represent any external resource, providing flexibility and customization. Crossplane leverages Kubernetes' API and control plane, making it easy to integrate with existing Kubernetes workflows and tools.
- Composable: Crossplane compositions allows users to compose complex infrastructure resources from simpler building blocks, promoting modularity and reusability. - **📜 Declarative Infrastructure:**
Crossplane uses Kubernetes manifests to define infrastructure resources, enabling version control and automated deployments.
- **🔧 Extensible:**
Crossplane can be extended with custom resource definitions (CRDs) to represent any external resource, providing flexibility and customization.
- **🏗️ Composable:**
Crossplane compositions allows users to compose complex infrastructure resources from simpler building blocks, promoting modularity and reusability.
--- ---
# How Crossplane is integrated in the edpbuilder ## How Crossplane is integrated in the edpbuilder
The edpbuilder is using Crossplane in several different ways: The edpbuilder is using Crossplane in several different ways:
@ -31,5 +36,5 @@ After the edpbuilder's core applications have been deployed, [ArgoCD](argocd.md)
## 🔗 References ## 🔗 References
* [Crossplane Documentation & Community](https://www.crossplane.io/) - [Crossplane Documentation & Community](https://www.crossplane.io/)
* [Crossplane's Repository](https://github.com/crossplane/crossplane) - [Crossplane's Repository](https://github.com/crossplane/crossplane)