Skip to content

Add WG AI Integration #8519

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mrunalp
Copy link
Contributor

@mrunalp mrunalp commented Jul 15, 2025

This PR is to follow up from https://docs.google.com/document/d/13OJvWKGKZL0V4nPpv9anitL5je92FCdQyXePcrY2N84/edit?tab=t.0 to get WG AI Integration started.

cc: @ardaguclu @rushmash91 @zvonkok
Thanks for volunteering as chairs for the group! We hope to work with the broad community that has expressed interest in this WG.

cc: @derekwaynecarr @dims @johnbelamaric

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. committee/steering Denotes an issue or PR intended to be handled by the steering committee. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. sig/apps Categorizes an issue or PR as relevant to SIG Apps. labels Jul 15, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

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

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

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

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. sig/architecture Categorizes an issue or PR as relevant to SIG Architecture. sig/auth Categorizes an issue or PR as relevant to SIG Auth. sig/cli Categorizes an issue or PR as relevant to SIG CLI. sig/network Categorizes an issue or PR as relevant to SIG Network. do-not-merge/invalid-owners-file Indicates that a PR should not merge because it has an invalid OWNERS file in it. labels Jul 15, 2025
@mrunalp
Copy link
Contributor Author

mrunalp commented Jul 15, 2025

cc: @jpbetz @deads2k (API Machinery) @deads2k @liggitt (Auth) @janetkuo (Apps) @danwinship (Network) @soltysh (CLI)

@zvonkok
Copy link

zvonkok commented Jul 15, 2025

👍🏼


* Identify appropriate auth(z) patterns for AI connector identities, its
closest caller, and Kubernetes RBAC.
closest caller, and Kubernetes RBAC.
Copy link

Choose a reason for hiding this comment

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

Typo. Same as previous line.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed, thanks!

Comment on lines 92 to 94
project should or should not integrate with these emergent systems. This could
include a recommendation for Kubernetes to adopt and/or evolve tools (e.g. MCP
connectors, benchmark or environment validation tooling, etc.) and evolve its
own governance model to provide proper stewardship within the project (new SIG or integration with existing SIGs).
Copy link

Choose a reason for hiding this comment

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

Is the space at the start of these 4 lines intentional? The line before it doesn't have a space at the start.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed, thanks!

sigs.yaml Outdated
email: [email protected]
- github: zvonkok
name: Zvonko Kaiser
company: Nvidia
Copy link

Choose a reason for hiding this comment

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

Suggested change
company: Nvidia
company: NVIDIA

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed!

@mrunalp mrunalp force-pushed the wg_ai_integration branch 3 times, most recently from 36508bc to 4be737a Compare July 15, 2025 00:25
sigs.yaml Outdated
meetings:
- description: WG AI Integration Weekly Meeting
day: Wednesday
time: 9:30 Amazon
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
time: 9:30 Amazon
time: 9:30

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed, thanks!

Signed-off-by: Mrunal Patel <[email protected]>
@mrunalp mrunalp force-pushed the wg_ai_integration branch from 4be737a to 9add742 Compare July 15, 2025 04:23
@k8s-ci-robot
Copy link
Contributor

The following users are mentioned in OWNERS file(s) but are untrusted for the following reasons. One way to make the user trusted is to add them as members of the kubernetes org. You can then trigger verification by writing /verify-owners in a comment.

  • rushmash91
    • User is not a member of the org. Satisfy at least one of these conditions to make the user trusted.

@enj enj added this to SIG Auth Jul 15, 2025
@enj enj moved this to Needs Triage in SIG Auth Jul 15, 2025
@cblecker
Copy link
Member

/hold
for review

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 16, 2025
@rr-paras-patel
Copy link

Hi Team, I missed our last meeting. i am interested in contributing and maintaining this area. can i get my self added as committee member here ?
I am one of the active Maintainer of most popular k8s mcp server and running Platform Engineering team at Rakuten.

* SIG Apps
* SIG Auth
* SIG CLI
* SIG Network
Copy link
Contributor

Choose a reason for hiding this comment

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

The big areas where SIG Network has been hearing about / dealing with AI are DRA (aka "Manage accelerator devices", which is marked out-of-scope) and inference-related Gateway features (which would seem to fall under "Deploying inference workloads", which is also marked out-of-scope, and which is the subject of a different AI WG proposal anyway). None of the things you list as "In scope" above seem like they need input from SIG Network.

@kubernetes/sig-network-leads ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

One area where SIG Network could have input is for protocol (such as MCP) proxies or gateways.
I can add that to the list of areas to explore.

Copy link
Member

Choose a reason for hiding this comment

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

I defer to Dan, I really not very familiar with these protocols you mention but it seems to me both WG-Serving and the AI-GW proposal Dan is indicating will overlap on that area

@mrunalp
Copy link
Contributor Author

mrunalp commented Jul 18, 2025

@rr-paras-patel Hi! You are very welcome to participate in the WG :) We do want to limit number of chairs to 3 for now. Note that one doesn't have to be a chair to participate. The intent for the WG is to be wide open to the community. The chairs are responsible for organizing the WG.

with the existing Kubernetes community.

* Recommend an appropriate go forward governance model for AI Integrations
with the Kubernetes project (existing SIGs, new SIG, or totally external
Copy link
Member

Choose a reason for hiding this comment

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

Similar comment to the one I did in https://github.com/kubernetes/community/pull/8515/files#r2216446151

I don't think the references to existing SIGs or new SIGs are related to the proposal and are tendentious and irrelevant , we should rephrase this as

Suggested change
with the Kubernetes project (existing SIGs, new SIG, or totally external
* Recommend an appropriate go forward governance model for AI Integrations
with the Kubernetes project or totally external
to Kubernetes.

it is implicit that it must be owned by a SIG if is within the kubernetes project

project should or should not integrate with these emergent systems. This could
include a recommendation for Kubernetes to adopt and/or evolve tools (e.g. MCP
connectors, benchmark or environment validation tooling, etc.) and evolve its
own governance model to provide proper stewardship within the project (new SIG or
Copy link
Member

Choose a reason for hiding this comment

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

similar comment to https://github.com/kubernetes/community/pull/8519/files#r2216631198

Suggested change
own governance model to provide proper stewardship within the project (new SIG or
* Recommend an appropriate go forward governance model for AI Integrations
with the Kubernetes project or totally external to Kubernetes.

I know the idea of a new SIG for AI is floating around, but I do think is better and healthier if this is discussed widely and independently with more realistic dapatpoints and clearly defining the bounderies with existing SIGs that instead of start leaking into the WG proposals

## Organizers

* Arda Guclu (**[@ardaguclu](https://github.com/ardaguclu)**), Red Hat
* Arush Sharma (**[@rushmash91](https://github.com/rushmash91)**), Amazon
Copy link
Member

Choose a reason for hiding this comment

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

@rushmash91 can you work on getting your membership to be able to meet the requirements?

Please note that all working group organizers and holders of other leadership roles must be community members.

https://github.com/kubernetes/community/blob/master/committee-steering/governance/wg-governance.md

Choose a reason for hiding this comment

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

Sure! Working on it!

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. committee/steering Denotes an issue or PR intended to be handled by the steering committee. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. do-not-merge/invalid-owners-file Indicates that a PR should not merge because it has an invalid OWNERS file in it. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. sig/apps Categorizes an issue or PR as relevant to SIG Apps. sig/architecture Categorizes an issue or PR as relevant to SIG Architecture. sig/auth Categorizes an issue or PR as relevant to SIG Auth. sig/cli Categorizes an issue or PR as relevant to SIG CLI. sig/network Categorizes an issue or PR as relevant to SIG Network. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
Status: Needs Triage
Development

Successfully merging this pull request may close these issues.

10 participants