11# CNDI – Self-Hosted Infrastructure Services in minutes
22
3- ** CNDI** (Cloud-Native Deployment Infrastructure) is a completely free and
4- open-source framework for deploying and managing cloud-native applications on
5- Kubernetes in any environment. It provides a holistic approach to cluster
6- management, encompassing infrastructure provisioning, application deployment,
7- GitOps automation, and Day-2 operations. In short, CNDI gives you the
8- ** ease-of-use of a PaaS** while you retain full control of your stack in your
9- own cloud with no license fees. 🚀
3+ ** CNDI** is a completely free and open-source framework for deploying and
4+ managing cloud-native applications on Kubernetes in any environment. It provides
5+ a holistic approach to cluster management, encompassing infrastructure
6+ provisioning, application deployment, GitOps automation, and Day-2 operations.
7+ In short, CNDI gives you the ** ease-of-use of a PaaS** while you retain full
8+ control of your stack in your own cloud with no license fees. 🚀
109
1110Developers can use CNDI to quickly provision ** production-ready** Kubernetes
1211clusters _ and_ deploy popular services on them (like databases, analytics, or
@@ -41,10 +40,10 @@ experiment with our browser-based wizard at
4140
4241## Overview & Use Cases
4342
44- ** What is CNDI?** CNDI stands for ** Cloud-Native Deployment Infrastructure ** and
45- is maintained by the Polyseam team alongside Open-Source contributors. It
46- automates the creation of Kubernetes-based platforms on every modern
47- environment.
43+ ** What is CNDI?** CNDI stands for ** Cloud-Native Deployment Interface ** and is a
44+ cloud-native framework maintained by the Polyseam team alongside Open-Source
45+ contributors. It automates the creation of Kubernetes-based infrastructure
46+ platforms with unified support for every modern K8s environment.
4847
4948With CNDI you can automatically:
5049
@@ -68,7 +67,7 @@ With CNDI you can automatically:
6867one workflow. Instead of managing Terraform for infra and Helm charts for apps
6968separately, you describe your desired state in one ** ` cndi_config.yaml ` ** file.
7069The ` cndi ` CLI then generates the necessary Terraform and Kubernetes manifests
71- for your target deployment environment for you, behind the scenes .
70+ for your target deployment environment for you.
7271
7372### Key Features & Benefits
7473
0 commit comments