Enhancements: IPvS Option for KubeProxy

Created on 5 Mar 2017  ·  3Comments  ·  Source: kubernetes/enhancements

Feature Description

  • One-line feature description (can be used as a release note):
  • Primary contact (assignee):
  • Responsible SIGs:
  • Design proposal link (community repo): https://github.com/kubernetes/community/issues/429
  • Reviewer(s) - (for LGTM) recommend having 2+ reviewers (at least one from code-area OWNERS file) agreed to review. Reviewers from multiple companies preferred:
  • Approver (likely from SIG/area to which feature belongs):
  • Feature target (which target equals to which milestone):

    • Alpha release target (x.y)

    • Beta release target (x.y)

    • Stable release target (x.y)

######### Outdated template below

Description

IPvS or LVS is a kernel feature that can proxy requests in 3 different ways, Direct Routing model is the preferred model.

Progress Tracker

  • [ ] Alpha

    • [ ] Write and maintain draft quality doc



      • [ ] During development keep a doc up-to-date about the desired experience of the feature and how someone can try the feature in its current state. Think of it as the README of your new feature and a skeleton for the docs to be written before the Kubernetes release. Paste link to Google Doc: DOC-LINK



    • [ ] Design Approval



      • [x] Design Proposal. https://github.com/kubernetes/community/issues/429


      • [ ] Decide which repo this feature's code will be checked into. Not everything needs to land in the core kubernetes repo. REPO-NAME


      • [ ] Initial API review (if API). Maybe same PR as design doc. PR-NUMBER


      • Any code that changes an API (/pkg/apis/...)


      • cc @kubernetes/api


      • [ ] Identify shepherd (your SIG lead and/or [email protected] will be able to help you). My Shepherd is: _replace.[email protected]_ (and/or GH Handle)


      • A shepherd is an individual who will help acquaint you with the process of getting your feature into the repo, identify reviewers and provide feedback on the feature. They are _not_ (necessarily) the code reviewer of the feature, or tech lead for the area.


      • The shepherd is _not_ responsible for showing up to Kubernetes-PM meetings and/or communicating if the feature is on-track to make the release goals. That is still your responsibility.


      • [ ] Identify secondary/backup contact point. My Secondary Contact Point is: _replace.[email protected]_ (and/or GH Handle)



    • [ ] Write (code + tests + docs) then get them merged. ALL-PR-NUMBERS



      • [ ] Code needs to be disabled by default. Verified by code OWNERS


      • [ ] Minimal testing


      • [ ] Minimal docs


      • cc @kubernetes/docs on docs PR


      • cc @kubernetes/feature-reviewers on this issue to get approval before checking this off


      • New apis: Glossary Section Item in the docs repo: kubernetes/kubernetes.github.io


      • [ ] Update release notes



  • [ ] Beta

    • [ ] Testing is sufficient for beta

    • [ ] User docs with tutorials



      • Updated walkthrough / tutorial in the docs repo: kubernetes/kubernetes.github.io


      • cc @kubernetes/docs on docs PR


      • cc @kubernetes/feature-reviewers on this issue to get approval before checking this off



    • [ ] Thorough API review

    • cc @kubernetes/api

  • [ ] Stable

    • [ ] docs/proposals/foo.md moved to docs/design/foo.md



      • cc @kubernetes/feature-reviewers on this issue to get approval before checking this off



    • [ ] Soak, load testing

    • [ ] detailed user docs and examples

    • cc @kubernetes/docs

    • cc @kubernetes/feature-reviewers on this issue to get approval before checking this off

FEATURE_STATUS is used for feature tracking and to be updated by @kubernetes/feature-reviewers.
FEATURE_STATUS: IN_DEVELOPMENT

More advice:

Design

  • Once you get LGTM from a @kubernetes/feature-reviewers member, you can check this checkbox, and the reviewer will apply the "design-complete" label.

Coding

  • Use as many PRs as you need. Write tests in the same or different PRs, as is convenient for you.
  • As each PR is merged, add a comment to this issue referencing the PRs. Code goes in the http://github.com/kubernetes/kubernetes repository,
    and sometimes http://github.com/kubernetes/contrib, or other repos.
  • When you are done with the code, apply the "code-complete" label.
  • When the feature has user docs, please add a comment mentioning @kubernetes/feature-reviewers and they will
    check that the code matches the proposed feature and design, and that everything is done, and that there is adequate
    testing. They won't do detailed code review: that already happened when your PRs were reviewed.
    When that is done, you can check this box and the reviewer will apply the "code-complete" label.

Docs

  • [ ] Write user docs and get them merged in.
  • User docs go into http://github.com/kubernetes/kubernetes.github.io.
  • When the feature has user docs, please add a comment mentioning @kubernetes/docs.
  • When you get LGTM, you can check this checkbox, and the reviewer will apply the "docs-complete" label.
help wanted

Most helpful comment

We have a tested implementation of IPVS kubeproxy in https://github.com/kubernetes/kubernetes/issues/44063
Busy tying the various related issues and PR's together now.

All 3 comments

We have a tested implementation of IPVS kubeproxy in https://github.com/kubernetes/kubernetes/issues/44063
Busy tying the various related issues and PR's together now.

@boynux I've updated the feature description to fit the new template. Please, fill the empty fields in the new template (their actual state was unclear).

@idvoretskyi I think this can be closed as a duplicate of https://github.com/kubernetes/features/issues/265, which is the issue being tracked by sig-network for 1.8.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

euank picture euank  ·  13Comments

mitar picture mitar  ·  8Comments

andrewsykim picture andrewsykim  ·  12Comments

msau42 picture msau42  ·  13Comments

justaugustus picture justaugustus  ·  3Comments