-
Notifications
You must be signed in to change notification settings - Fork 52
Clarify supported Kubernetes clusters in quick-start prerequisites #1695
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
Conversation
Co-authored-by: kachawla <74574173+kachawla@users.noreply.github.com>
docs/content/quick-start/index.md
Outdated
| ## Prerequisites | ||
|
|
||
| For this quick start, you will only need a **Kubernetes cluster**. To install Radius your user must have the cluster-admin role. Any Kubernetes cluster will work including AKS and EKS. However, since this is a quick start, running a Kubernetes cluster on your workstation with [k3d](https://k3d.io/) or [kind](https://kind.sigs.k8s.io/) is recommended. | ||
| For this quick start, you will only need a **Kubernetes cluster**. To install Radius your user must have the cluster-admin role. Radius supports [AKS](https://azure.microsoft.com/en-us/products/kubernetes-service), [EKS](https://aws.amazon.com/eks/), [k3d](https://k3d.io/), and [kind](https://kind.sigs.k8s.io/) clusters. For this quick start, running a Kubernetes cluster on your workstation with k3d or kind is recommended. |
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.
| For this quick start, you will only need a **Kubernetes cluster**. To install Radius your user must have the cluster-admin role. Radius supports [AKS](https://azure.microsoft.com/en-us/products/kubernetes-service), [EKS](https://aws.amazon.com/eks/), [k3d](https://k3d.io/), and [kind](https://kind.sigs.k8s.io/) clusters. For this quick start, running a Kubernetes cluster on your workstation with k3d or kind is recommended. | |
| For this quick start, you will only need a **Kubernetes cluster**. To install Radius your user must have the cluster-admin role. Radius [supports](https://docs.radapp.io/guides/operations/kubernetes/overview/#supported-kubernetes-clusters) [AKS](https://azure.microsoft.com/en-us/products/kubernetes-service), [EKS](https://aws.amazon.com/eks/), [k3d](https://k3d.io/), and [kind](https://kind.sigs.k8s.io/) clusters. For this quick start, running a Kubernetes cluster on your workstation with k3d or kind is recommended. |
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.
Applied in commit 28fb553. The markdown links have been converted to HTML anchor tags for consistency.
Signed-off-by: Karishma Chawla <kachawla@microsoft.com>
Signed-off-by: Karishma Chawla <kachawla@microsoft.com>
Co-authored-by: kachawla <74574173+kachawla@users.noreply.github.com>
|
Why are we limiting supported Kubernetes to only AKS, EKS, k3d, and kind? Here we say that Radius supports "Kubernetes version 1.23.8 or higher". 1.23 came out in June 2022 so almost every Kubernetes cluster should be supported. |
Radius can be installed pretty much anywhere, but we don’t have first-class support everywhere yet. For example, federated identity integration isn’t there on GKE today. I don’t have a strong preference on wording, just want us to be consistent across the docs. The link I added in this PR (https://docs.radapp.io/guides/operations/kubernetes/overview/#supported-kubernetes-clusters) differs from the overview page, so feel free to tweak whichever one makes the most sense. |
@zachcasper thoughts? |

Thank you for helping make the Radius documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
The quick-start prerequisites stated "Any Kubernetes cluster will work including AKS and EKS" which conflicts with the operations guide listing only AKS, EKS, k3d, and kind as tested/supported clusters.
Changes:
Before:
After:
Screenshot:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.