remove kubernetes documentation#2426
Open
senyosimpson wants to merge 2 commits into
Open
Conversation
miguel-fly
reviewed
Jul 9, 2026
miguel-fly
left a comment
There was a problem hiding this comment.
Nice cleanup! A couple of things I spotted:
Leftover references
- about/support.html.md#L102: FKS is still listed under "Supported Products." Should come out with the rest.
- flyctl/cmd/fly_extensions.md#L10: still links to the kubernetes extension docs this PR deletes, so that's a dead link now. Heads up though, this file (and the ones you already deleted under
flyctl/cmd/) is auto-generated by the flyctl-bot sync. If thekubernetessubcommand is still in flyctl itself, the bot will just bring these files back next sync. Worth pulling the command out on the flyctl side too, or this fix won't stick. - One more to consider: hiring/roles.html.md#L20 mentions "building a better, simpler K8s"
Redirects
Since we're deleting /docs/kubernetes/* entirely, anyone hitting those URLs from an old bookmark, search result, or the FKS launch blog post is going to get a 404. Might be worth adding a redirect, even just /docs/kubernetes/* → /docs/, rather than letting those links rot.
| |-------------|---------|----------|----------------------------| | ||
| | `app_name` | string | yes | Name of the app to create | | ||
| | `enable_subdomains` | boolean | no | Used for Fly Kubernetes. | | ||
| | `enable_subdomains` | boolean | no | | |
There was a problem hiding this comment.
Similar to other cases, we could add something like this
Suggested change
| | `enable_subdomains` | boolean | no | | | |
| | `enable_subdomains` | boolean | no | If true, provisions a wildcard TLS certificate for `*.svc.<app-name>.fly.dev`, so services in the app can be served on per-service subdomains. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of changes
Remove Kubernetes documentation. We're sunsetting FKS as a whole, so we should remove the docs. Additionally, since basically no one uses it besides us, we don't have to go through a long deprecation cycle, hence just removing the docs wholesale.
Preview
Related Fly.io community and GitHub links
Notes