You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/overview/what-is-openchoreo.md
+9-29Lines changed: 9 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,35 +99,15 @@ The platform team defines the rules (networking, security, observability, and op
99
99
100
100
## Architecture Philosophy
101
101
102
-
OpenChoreo is built on several key architectural principles:
103
-
104
-
### **Declarative Everything**
105
-
All platform state is declared through YAML configurations, enabling:
106
-
- Version control and audit trails
107
-
- Reproducible environments
108
-
- Automated reconciliation
109
-
- GitOps workflows
110
-
111
-
### **Kubernetes Native**
112
-
Built as a set of Kubernetes operators that:
113
-
- Extend the Kubernetes API
114
-
- Follow cloud-native patterns
115
-
- Integrate with the CNCF ecosystem
116
-
- Provide familiar operational models
117
-
118
-
### **Composable Platform**
119
-
Modular architecture allows organizations to:
120
-
- Adopt incrementally
121
-
- Customize components
122
-
- Integrate existing tools
123
-
- Evolve platform capabilities
124
-
125
-
### **Open Source First**
126
-
Community-driven development ensures:
127
-
- Transparency and trust
128
-
- Vendor neutrality
129
-
- Extensibility and customization
130
-
- Collaborative innovation
102
+
OpenChoreo is built on key architectural principles that ensure reliability, flexibility, and ease of adoption.
103
+
104
+
**Declarative Everything**: All platform state is declared through YAML configurations, enabling version control, reproducible environments, automated reconciliation, and GitOps workflows.
105
+
106
+
**Kubernetes Native**: Built as Kubernetes operators that extend the API, follow cloud-native patterns, integrate with CNCF ecosystem, and provide familiar operational models.
0 commit comments