From cd14b9946ab35d2d4c63e7990e5376d4b410187d Mon Sep 17 00:00:00 2001 From: "franz.germann1" Date: Wed, 18 Dec 2024 16:58:58 +0100 Subject: [PATCH] crossplane.md styling --- docs/userguide/crossplane.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/docs/userguide/crossplane.md b/docs/userguide/crossplane.md index 1328a65..6af6f12 100644 --- a/docs/userguide/crossplane.md +++ b/docs/userguide/crossplane.md @@ -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. -- Kubernetes Native: Crossplane leverages Kubernetes' API and control plane, making it easy to integrate with existing Kubernetes workflows and tools. -- 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. +- **☁️ Cloud Agnostic:** +Crossplane can manage resources across various cloud providers, including AWS, Azure, GCP, and others. +- **🧩 Kubernetes Native:** +Crossplane leverages Kubernetes' API and control plane, making it easy to integrate with existing Kubernetes workflows and tools. +- **📜 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: @@ -31,5 +36,5 @@ After the edpbuilder's core applications have been deployed, [ArgoCD](argocd.md) ## 🔗 References -* [Crossplane Documentation & Community](https://www.crossplane.io/) -* [Crossplane's Repository](https://github.com/crossplane/crossplane) +- [Crossplane Documentation & Community](https://www.crossplane.io/) +- [Crossplane's Repository](https://github.com/crossplane/crossplane)