Skip to content
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

docs: Gateway implementation guide for managed vs. unmanaged gateway lifecycles and intra vs extra cluster #892

Closed
shaneutt opened this issue Oct 4, 2021 · 3 comments
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@shaneutt
Copy link
Member

shaneutt commented Oct 4, 2021

What would you like to be added:

This is a request for documentation for implementations which would provide additional guidance and prescription on how to implement Gateway controllers for different kinds of underlying Gateway infrastructure options. Particularly the guide should cover:

  • Gateways which are "unmanaged" and refer to an existing deployment

Additional Goals:

  • define clear terminology about the underlying lifecycle management and network location of Gateways

Why this is needed:

This is a direct follow up from a community meeting where the overall topic was discussed, and was a follow up to:

@shaneutt shaneutt added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 4, 2021
@shaneutt shaneutt removed their assignment Mar 8, 2022
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 6, 2022
@shaneutt
Copy link
Member Author

shaneutt commented Jun 6, 2022

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 6, 2022
@shaneutt
Copy link
Member Author

I've gone through a couple drafts that I have reviewed with peers on this one. I've always found my own results wanting. The fact of the matter is that trying to implement for unmanaged mode is difficult, and it's problematic to provide any prescription for others to do the same since it gets deep into implementation-specific territory for each implementor.

I'm also convinced now that the value of writing this guide is pretty limited since we expect that most implementors are going to be able to implement Gateway in a native way, and my team is even considering not releasing the unmanaged way. My main suggestion to anyone reading this who might actually be looking for guidance is to ensure their implementation passes the conformance tests. Since I created this, I am going to close it for now. If anyone is looking to work on this I'll be happy to re-open it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants