Skip to content

add n8n and mcp example - #1345

Draft
drogovozDP wants to merge 2 commits into
kubernetes-sigs:mainfrom
volatilemolotov:example-n8n
Draft

add n8n and mcp example#1345
drogovozDP wants to merge 2 commits into
kubernetes-sigs:mainfrom
volatilemolotov:example-n8n

Conversation

@drogovozDP

Copy link
Copy Markdown
Contributor

What this PR does / why we need it:

This PR adds a new example with n8n and agent-sandbox mcp integration to manage agent sandbox resources.

@github-project-automation github-project-automation Bot moved this to Backlog in Agent Sandbox Aug 6, 2026
@kubernetes-prow kubernetes-prow Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 6, 2026
@netlify

netlify Bot commented Aug 6, 2026

Copy link
Copy Markdown

Deploy Preview for agent-sandbox canceled.

Name Link
🔨 Latest commit eb4611c
🔍 Latest deploy log https://app.netlify.com/projects/agent-sandbox/deploys/6a79eee6e3c42e00089225c6

@kubernetes-prow

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: drogovozDP
Once this PR has been reviewed and has the lgtm label, please assign barney-s for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Review skipped — only excluded labels are configured. (3)
  • needs-ok-to-test
  • do-not-merge/work-in-progress
  • cncf-cla: no

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 24950d80-334e-4ef2-a116-83458c8ca673

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@kubernetes-prow kubernetes-prow Bot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Aug 6, 2026
@kubernetes-prow

Copy link
Copy Markdown

Hi @drogovozDP. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Tip

We noticed you've done this a few times! Consider joining the org to skip this step and gain /lgtm and other bot rights. We recommend asking approvers on your previous PRs to sponsor you.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@kubernetes-prow kubernetes-prow Bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Aug 6, 2026
@janetkuo
janetkuo requested a lite review from Copilot August 6, 2026 13:00

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds a new examples/n8n-mcp walkthrough demonstrating n8n + agent-sandbox MCP server integration, including a simple sandbox runtime image and the Kubernetes manifests needed to provision a SandboxTemplate + SandboxWarmPool.

Changes:

  • Added SandboxTemplate and SandboxWarmPool manifests to stand up a basic runtime in-cluster.
  • Added a small FastAPI-based runtime server + Dockerfile to provide exec and file-management endpoints.
  • Added a README documenting local KinD setup, MCP server configuration, and n8n usage steps.

Reviewed changes

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

Show a summary per file
File Description
examples/n8n-mcp/source/warmpool.yaml New SandboxWarmPool manifest referencing the example template.
examples/n8n-mcp/source/template.yaml New SandboxTemplate manifest for the example runtime pod.
examples/n8n-mcp/source/server.py New FastAPI runtime server providing exec and file endpoints.
examples/n8n-mcp/source/Dockerfile New runtime container build for the example server.
examples/n8n-mcp/README.md New end-to-end setup guide for KinD + MCP server + n8n.

Comment thread examples/n8n-mcp/source/server.py
Comment thread examples/n8n-mcp/source/Dockerfile Outdated
Comment thread examples/n8n-mcp/source/server.py
Comment thread examples/n8n-mcp/source/server.py Outdated
Comment thread examples/n8n-mcp/README.md Outdated
Comment thread examples/n8n-mcp/README.md Outdated
Comment thread examples/n8n-mcp/README.md Outdated
Comment thread examples/n8n-mcp/README.md Outdated
@aditya-shantanu

Copy link
Copy Markdown
Collaborator

/ok-to-test

@kubernetes-prow kubernetes-prow Bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Aug 6, 2026
@kubernetes-prow

Copy link
Copy Markdown

@drogovozDP: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
presubmit-test-autogen-up-to-date a92edb4 link true /test presubmit-test-autogen-up-to-date
presubmit-agent-sandbox-benchmarks-kops-gcp-kindnet a92edb4 link false /test presubmit-agent-sandbox-benchmarks-kops-gcp-kindnet

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. ready-for-review size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

4 participants