DOCS-2802: Replace quickstart demo with Online Boutique#2590
Merged
ctauchen merged 2 commits intotigera:mainfrom Mar 13, 2026
Merged
DOCS-2802: Replace quickstart demo with Online Boutique#2590ctauchen merged 2 commits intotigera:mainfrom
ctauchen merged 2 commits intotigera:mainfrom
Conversation
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview succeeded!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Calico Cloud Free Tier quickstart to deploy a richer, multi-namespace microservices demo (Google’s Online Boutique) so Service Graph shows realistic cross-namespace traffic, and adds the corresponding Kubernetes manifest to the docs static files.
Changes:
- Add a namespaced Online Boutique manifest under
static/files/for quickstart users to apply. - Rewrite Free Tier quickstart (current + versioned 22-2) to deploy the demo app and guide users to Service Graph.
- Update “connect a cluster” docs (current + versioned 22-2) to link to the new quickstart step/anchor.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| static/files/online-boutique-namespaced.yaml | Adds a full multi-namespace Online Boutique deployment intended to generate Service Graph traffic automatically. |
| calico-cloud/free/quickstart.mdx | Reworks the Free Tier quickstart to deploy Online Boutique and explore Service Graph. |
| calico-cloud/free/connect-cluster-free.mdx | Updates the “Next steps” link to point at the new quickstart Step 4 anchor. |
| calico-cloud_versioned_docs/version-22-2/free/quickstart.mdx | Mirrors the quickstart rework for the 22-2 versioned docs. |
| calico-cloud_versioned_docs/version-22-2/free/connect-cluster-free.mdx | Mirrors the “Next steps” link update for the 22-2 versioned docs. |
| image: busybox:latest | ||
| command: | ||
| - /bin/sh | ||
| - -exc |
Comment on lines
+582
to
+583
| STATUSCODE=$(wget --server-response http://${FRONTEND_ADDR} 2>&1 | awk '/^ HTTP/{print $2}') | ||
| if [ $STATUSCODE -eq 200 ]; then |
calico-cloud/free/quickstart.mdx
Outdated
Comment on lines
153
to
156
| <!-- TODO: Replace with new screenshot showing the Online Boutique topology --> | ||
| <!-- <Screenshot src="/img/calico-cloud/quickstart-service-graph.png" alt="Service Graph showing the Online Boutique microservices topology." /> | ||
| *Figure {figCount++}: Service Graph showing the Online Boutique microservices topology.* --> | ||
|
|
Comment on lines
153
to
156
| <!-- TODO: Replace with new screenshot showing the Online Boutique topology --> | ||
| <!-- <Screenshot src="/img/calico-cloud/quickstart-service-graph.png" alt="Service Graph showing the Online Boutique microservices topology." /> | ||
| *Figure {figCount++}: Service Graph showing the Online Boutique microservices topology.* --> | ||
|
|
Replace the NGINX+BusyBox interactive demo with Google's Online Boutique (12 microservices, each in its own namespace) for a much richer Service Graph experience. Remove the inline policy walkthrough steps to get users to the Service Graph payoff faster. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
static/files/online-boutique-namespaced.yamlmanifest (each service in its own namespace for rich Service Graph topology)connect-cluster-free.mdxStill needed
Test plan
yarn buildpasses clean (no broken links)connect-cluster-free.mdxanchor link resolves correctly🤖 Generated with Claude Code