Skip to content

DOCS-2802: Replace quickstart demo with Online Boutique#2590

Merged
ctauchen merged 2 commits intotigera:mainfrom
ctauchen:docs-2802
Mar 13, 2026
Merged

DOCS-2802: Replace quickstart demo with Online Boutique#2590
ctauchen merged 2 commits intotigera:mainfrom
ctauchen:docs-2802

Conversation

@ctauchen
Copy link
Collaborator

Summary

  • Replace the NGINX+BusyBox interactive demo in the Free Tier quickstart with Google's Online Boutique (12 namespaced microservices with auto load generator)
  • Streamline quickstart from 7 steps / 535 lines to 6 steps / 176 lines — users reach the Service Graph payoff much faster
  • Add static/files/online-boutique-namespaced.yaml manifest (each service in its own namespace for rich Service Graph topology)
  • Update cross-references in connect-cluster-free.mdx

Still needed

  • New Service Graph screenshots showing 12-service topology (old NGINX-only screenshots removed)
  • Optional follow-up: standalone network policy tutorial using Online Boutique services

Test plan

  • yarn build passes clean (no broken links)
  • Deploy to preview, walk through all 6 steps on a Kind cluster
  • Verify all 12 namespaces appear in Service Graph with cross-namespace flows
  • Verify connect-cluster-free.mdx anchor link resolves correctly

🤖 Generated with Claude Code

@ctauchen ctauchen requested a review from a team as a code owner March 13, 2026 13:34
Copilot AI review requested due to automatic review settings March 13, 2026 13:34
@netlify
Copy link

netlify bot commented Mar 13, 2026

Deploy Preview for calico-docs-preview-next ready!

Name Link
🔨 Latest commit fbd7aee
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/69b430bb9335b45d4494dee9
😎 Deploy Preview https://deploy-preview-2590--calico-docs-preview-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Mar 13, 2026

Deploy Preview succeeded!

Name Link
🔨 Latest commit fbd7aee
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/69b4309f0d0da5568b6651f5
😎 Deploy Preview https://deploy-preview-2590--tigera.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 73 (🟢 up 5 from production)
Accessibility: 98 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
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>
@ctauchen ctauchen merged commit 1f66abb into tigera:main Mar 13, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants