-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Add learning environment setup documentation #53922
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: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
| ### Other local options | ||
|
|
||
| There are several third-party tools that can also run Kubernetes locally. Kubernetes does not provide support for these tools, but they may work well for your learning needs: | ||
|
|
||
| - [Docker Desktop](https://docs.docker.com/desktop/kubernetes/) includes Kubernetes support | ||
| - [Podman Desktop](https://podman-desktop.io/docs/kubernetes) includes Kubernetes support | ||
| - [Rancher Desktop](https://docs.rancherdesktop.io/) provides Kubernetes on your desktop | ||
| - [MicroK8s](https://canonical.com/microk8s) runs a lightweight Kubernetes cluster | ||
|
|
||
| Refer to each tool's documentation for setup instructions and support. |
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.
third party content
see https://kubernetes.io/docs/contribute/style/content-guide/#third-party-content and https://kubernetes.io/blog/2020/05/third-party-dual-sourced-content/
if allowed, it will need the third party content marker: https://kubernetes.io/docs/contribute/style/hugo-shortcodes/#third-party-content-marker
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.
using "support" in "Kubernetes support" can be misleading
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.
(I'm listed as the author for the relevant KEP and) I think these 3rd party links are justifiable.
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.
We could link to CRC too; it deploys OpenShift, but OpenShift passes Kubernetes conformance.
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.
Thanks for the review
lmktfy
left a comment
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.
Apart from https://github.com/kubernetes/website/pull/53922/changes#r2665862598 this actually LVGTM (looks very good to me).
Created a dedicated page for the /docs/setup/learning-environment/.
This page helps users understand their options for setting up Kubernetes for learning purposes.
The page covers:
Also removes the English redirect from static/_redirects.base to
allow the new page to be accessible. Localized redirects remain
until translated versions are created.
Preview new changes
Fixes #36048