-
Notifications
You must be signed in to change notification settings - Fork 1.6k
KEP-0000: Pod Network Health API #5754
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
base: master
Are you sure you want to change the base?
KEP-0000: Pod Network Health API #5754
Conversation
|
Welcome @Sahichowdary! |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Sahichowdary The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @Sahichowdary. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
Friendly ping — just checking if there are any initial thoughts or |
|
This is a pull request; (actualy) KEPs are GitHub issues. Did you already discuss this with SIG Network? That's a good first step. |
|
Thanks for the feedback. I have now opened an Enhancement Tracking Issue Happy to refine the design based on SIG-Network guidance. |
| # Pod Network Health API | ||
|
|
||
| ## Summary | ||
| Kubernetes currently lacks a native mechanism to represent basic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to describe in more detail why this makes sense to be built into a core Kubernetes functionality vs as a standalone project. From what is described, it sounds like this could be implemented as a controller + CRD outside of K8s? It might even be helpful to to a prototype and link it in the proposal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is an example just using web search: https://github.com/simonswine/kube-latency
One-line PR description:
Add a new KEP proposing a Kubernetes-native API for pod-to-pod network health.
Issue link:
N/A
Other comments:
This KEP is intended to gather feedback and align on scope and design
before introducing any API types or implementation changes.