Skip to content

Add Mylo AI assistant page for Calico Cloud#2619

Open
ctauchen wants to merge 5 commits intotigera:mainfrom
ctauchen:mylo-docs-2886
Open

Add Mylo AI assistant page for Calico Cloud#2619
ctauchen wants to merge 5 commits intotigera:mainfrom
ctauchen:mylo-docs-2886

Conversation

@ctauchen
Copy link
Copy Markdown
Collaborator

Summary

  • Adds a new documentation page for Mylo, the AI-powered assistant in Calico Cloud
  • Covers use cases: connectivity troubleshooting, egress auditing, denied traffic analysis, policy recommendations, and cluster exploration
  • Includes data privacy and security section
  • Page added under Tutorials > Calico Cloud features in the sidebar

Test plan

  • Verify page renders correctly in local build
  • Confirm sidebar entry appears under Calico Cloud features
  • Review prose for accuracy and tone

🤖 Generated with Claude Code

@ctauchen ctauchen requested a review from a team as a code owner March 30, 2026 16:25
Copilot AI review requested due to automatic review settings March 30, 2026 16:25
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 30, 2026

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

Name Link
🔨 Latest commit eb9ca12
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/69cbf6b873f8df000807a930
😎 Deploy Preview https://deploy-preview-2619--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
Copy Markdown

netlify bot commented Mar 30, 2026

Deploy Preview succeeded!

Built without sensitive environment variables

Name Link
🔨 Latest commit eb9ca12
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/69cbf6b875f847000837e6b7
😎 Deploy Preview https://deploy-preview-2619--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: 96 (🟢 up 6 from production)
Accessibility: 98 (no change from production)
Best Practices: 83 (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
Copy Markdown
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

Adds Calico Cloud documentation for “Mylo”, an in-product AI assistant, and wires it into the Calico Cloud sidebar under Tutorials → Calico Cloud features.

Changes:

  • Add new MDX doc page describing Mylo capabilities and example prompts.
  • Add the new page to sidebars-calico-cloud.js so it appears in navigation.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
sidebars-calico-cloud.js Adds the new mylo-ai doc to the Calico Cloud features tutorial list.
calico-cloud/tutorials/calico-cloud-features/mylo-ai.mdx Introduces a new Mylo feature overview page, including a data privacy/security section.

It helps you manage and secure your Kubernetes clusters by answering questions about workloads and network traffic, recommending network policies, and troubleshooting connectivity issues — all through natural language.

What sets Mylo apart from a general-purpose AI is that it has real-time, read-only access to your actual cluster environment.
Mylo can query your flow logs (including flow, DNS, and L7 logs), inspect Kubernetes resources (anything accessible via kubectl), and draw on a knowledge base built from Calico and Kubernetes documentation.
Copy link

Copilot AI Mar 30, 2026

Choose a reason for hiding this comment

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

In this repo, command names are consistently formatted as inline code (for example, kubectl). Here kubectl is plain text, and the parenthetical is also a bit redundant/unclear (“flow logs (including flow, DNS, and L7 logs)”). Consider formatting kubectl as inline code and tightening the wording of the log types for readability and consistency.

Suggested change
Mylo can query your flow logs (including flow, DNS, and L7 logs), inspect Kubernetes resources (anything accessible via kubectl), and draw on a knowledge base built from Calico and Kubernetes documentation.
Mylo can query your flow, DNS, and L7 logs, inspect Kubernetes resources (anything accessible via `kubectl`), and draw on a knowledge base built from Calico and Kubernetes documentation.

Copilot uses AI. Check for mistakes.
Comment on lines +79 to +89
Queries are processed using OpenAI through a Tigera enterprise account.
This is a contractual enterprise arrangement — not a consumer API.

**Does OpenAI train on my data?**

No. Your data is never used for model training or improvement.
The enterprise agreement explicitly prohibits this.

**Does OpenAI store my data?**

No. Data is not retained by OpenAI after processing your request.
Copy link

Copilot AI Mar 30, 2026

Choose a reason for hiding this comment

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

The Data privacy and security section makes absolute, vendor-specific guarantees (OpenAI processing, no training, no retention). Since this repo doesn’t appear to reference an authoritative policy elsewhere, it would be safer to (a) link to an official Tigera/Calico Cloud privacy/security statement and/or (b) soften the wording to match what is contractually guaranteed and may change over time (provider, retention terms).

Suggested change
Queries are processed using OpenAI through a Tigera enterprise account.
This is a contractual enterprise arrangement — not a consumer API.
**Does OpenAI train on my data?**
No. Your data is never used for model training or improvement.
The enterprise agreement explicitly prohibits this.
**Does OpenAI store my data?**
No. Data is not retained by OpenAI after processing your request.
Yes. Mylo uses third-party AI services that Tigera operates on your behalf.
Today, this includes providers such as OpenAI accessed through Tigera-managed enterprise accounts, not consumer APIs.
**Does the AI provider train on my data?**
The AI service providers used by Mylo are contractually restricted from using your data to train or improve their models for other customers.
For the most current information about how Tigera handles customer data, see the [Tigera Privacy Policy](https://www.tigera.io/privacy-policy/).
**Does the AI provider store my data?**
The AI service providers used by Mylo may apply retention and logging policies that are governed by Tigera’s agreements with those providers and their own terms, which may change over time.
For authoritative details on data handling and retention, refer to the [Tigera Privacy Policy](https://www.tigera.io/privacy-policy/).

Copilot uses AI. Check for mistakes.
ctauchen and others added 4 commits March 31, 2026 17:09
Adds a new documentation page covering Mylo, the AI-powered assistant
in Calico Cloud, including use cases and data privacy details.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds an important callout directing users to contact Support to
activate Mylo, plus an additional resources section with links to
Support, flow logs, and network policy docs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…pdates for Mylo

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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