Skip to content

Commit 2691649

Browse files
committed
docs: rm comparisons
1 parent 158bc62 commit 2691649

1 file changed

Lines changed: 6 additions & 25 deletions

File tree

docs/cndi/README.md

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ Let’s dive into what CNDI has to offer.
2222

2323
## Overview of CNDI
2424

25-
**What is CNDI?** CNDI stands for **Cloud-Native Deployment Infrastructure**
25+
**What is CNDI?** CNDI stands for **Cloud-Native Deployment Infrastructure** and
26+
is maintained by the Polyseam team. It automates the creation of
27+
Kubernetes-based platforms all modern environments.
2628

27-
<!-- Does it? --> and is maintained by the Polyseam team. It automates the
28-
29-
creation of Kubernetes-based platforms all modern environments. With CNDI you
30-
can automatically:
29+
With CNDI you can automatically:
3130

3231
- **Provision Infrastructure**: Set up cloud resources (VMs, networking, etc.)
3332
on AWS, GCP, Azure, or even locally, all defined via code.
@@ -193,14 +192,14 @@ Deploy **Airflow** on your cloud in minutes:
193192
## CNDI Templates and Use Cases
194193

195194
CNDI comes with a variety of **pre-built templates** for common use cases. These
196-
templates are designed to be production-ready and can be easily customized to
195+
Templates are designed to be production-ready and can be easily customized to
197196
fit your needs. Each template includes a complete stack of infrastructure,
198197
Kubernetes cluster, and applications, all defined in a single `cndi_config.yaml`
199198
file. This allows you to quickly spin up a fully functional environment with
200199
minimal effort, and when you need to make changes, you can do so by simply
201200
editing that same file and running `cndi overwrite`.
202201

203-
Popular templates:
202+
Popular Templates:
204203

205204
| Template | Use Case |
206205
| ------------------------------------------------------- | ------------------------------- |
@@ -220,21 +219,6 @@ Popular templates:
220219
- Don't forget **Custom Templates** are easy to create and share with the
221220
community!
222221

223-
## Comparison to Other Tools
224-
225-
- **DIY IaC + GitOps**: CNDI bundles Terraform, Argo CD, and CI, so you don’t
226-
start from scratch.
227-
- **Crossplane**: A framework to build platforms; CNDI is a ready-to-go platform
228-
with batteries included.
229-
- **Kubefirst**: Similar instant GitOps platform installer; CNDI uses a
230-
single-repo, template-driven approach.
231-
- **Backstage**: Developer portal UI; CNDI provides the automation backend. They
232-
can complement each other.
233-
- **Commercial IDPs**: Humanitec, Port, etc., are paid and closed-source; CNDI
234-
is open-source and self-hosted.
235-
- **Terraform/Pulumi**: Low-level IaC; CNDI generates Terraform for you and ties
236-
it into GitOps workflows.
237-
238222
## Why CNDI Deserves Your Attention
239223

240224
- **🌟 Simplified Platform Engineering** – From zero to a full platform in
@@ -272,6 +256,3 @@ quickly you can go from code to cloud. Happy self-hosting! 🚀
272256
- Sealed Secrets: https://github.com/bitnami-labs/sealed-secrets
273257
- Checkov: https://www.checkov.io
274258
- Helm: https://helm.sh
275-
- Crossplane: https://crossplane.io
276-
- Kubefirst: https://kubefirst.io
277-
- Backstage: https://backstage.io

0 commit comments

Comments
 (0)