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
- Update kubectl context reference to k3d-openchoreo
- Update resource types to match v0.4 (ComponentType, ComponentDeployment)
- Update kubectl commands to use correct resource types
- Simplify curl test to use external gateway at localhost:9080
- Remove emoji checkboxes
- Update explanation of created resources
Copy file name to clipboardExpand all lines: docs/getting-started/deploy-first-component.mdx
+27-35Lines changed: 27 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ This guide walks you through deploying your first component on OpenChoreo. By th
13
13
14
14
Before you begin, ensure you have:
15
15
16
-
-✅ **OpenChoreo installed** in your Kubernetes cluster ([Single Cluster Setup](single-cluster.mdx))
17
-
-✅ **kubectl** configured to access your cluster
18
-
-✅ **OpenChoreo context** set to your cluster (should be `kind-openchoreo` if following the setup guide)
16
+
-**OpenChoreo installed** in your Kubernetes cluster ([Single Cluster Setup](single-cluster.mdx))
17
+
-**kubectl** configured to access your cluster
18
+
-**OpenChoreo context** set to your cluster (should be `k3d-openchoreo` if following the setup guide)
19
19
20
20
## Step 1: Verify Your Setup
21
21
@@ -28,28 +28,29 @@ You should see all OpenChoreo components running with the control plane and data
28
28
For this tutorial, we'll use the Go Greeter Service sample that comes with OpenChoreo. This is a simple web service that demonstrates OpenChoreo's core capabilities.
29
29
30
30
<CodeBlocklanguage="bash">
31
-
{`# Deploy the greeter service (Component, Workload, Service)
-**HTTPRoute** - Gateway API routing configuration
113
+
-**Secret** - External secrets synchronized from the secret store
118
114
119
115
## Summary
120
116
121
117
You've successfully:
122
-
-✅ Deployed your first OpenChoreo component from a container image
123
-
-✅ Tested API access through the OpenChoreo gateway
124
-
-✅ Explored the resources OpenChoreo created automatically
118
+
- Deployed your first OpenChoreo component from a container image
119
+
- Tested API access through the OpenChoreo gateway
120
+
- Explored the resources OpenChoreo created automatically
125
121
126
122
Your application is now running in a production-ready environment with enterprise-grade security, networking, and observability—all configured automatically by OpenChoreo!
127
123
@@ -132,9 +128,5 @@ Your application is now running in a production-ready environment with enterpris
0 commit comments