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/getting-started/multi-cluster.mdx
+31-5Lines changed: 31 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ This guide walks you through step-by-step instructions for deploying OpenChoreo
16
16
-**Docker** – Just have it installed on your machine, and you're good to go.
17
17
- We recommend using [Docker Engine version 26.0+](https://docs.docker.com/engine/release-notes/26.0/).
18
18
- Allocate at least **8 GB RAM** and **4 CPU** cores to Docker (or the VM running Docker).
19
+
-**Important**: Ensure your Docker VM has sufficient inotify limits. Set `fs.inotify.max_user_watches=524288` and `fs.inotify.max_user_instances=512` to prevent k3d cluster creation from hanging.
Take some time to explore the interface where you can:
135
+
- View your deployed components
136
+
- Monitor application status
137
+
- Access component catalogs
138
+
- Manage deployment pipelines
139
+
140
+
:::note
141
+
To access advanced features like **CI/CD pipelines** (Build Plane) and **Observability** (Observability Plane) within the UI, you can enable them by including the following flags during installation:
@@ -167,6 +203,10 @@ The setup uses a preconfigured Dev Container that includes all required dependen
167
203
kubectl get components
168
204
```
169
205
206
+
#### 3. UI Architecture
207
+
208
+
The Backstage UI is powered by the OpenChoreo Backstage plugin, providing a unified interface for managing your components and deployments. The authentication and user management is handled by Asgardio, a lightweight identity management platform that secures access to your OpenChoreo environment.
209
+
170
210
:::tip
171
211
Explore more examples in the <Link
172
212
to={`https://github.com/openchoreo/openchoreo/tree/${versions.githubRef}/samples`}>Samples</Link> directory or in
@@ -207,7 +247,7 @@ The setup uses a preconfigured Dev Container that includes all required dependen
207
247
This example requires the Build Plane. If you didn't install it initially, reinstall with:
0 commit comments