2022-07-19 13:28:04 -07:00
(kuberay-k8s-setup)=
2022-08-02 15:58:23 -07:00
# Managed Kubernetes services
2022-07-19 13:28:04 -07:00
2022-08-02 15:58:23 -07:00
We collect a few helpful links for users who are getting started with a managed Kubernetes service.
2022-07-19 13:28:04 -07:00
2022-08-02 15:58:23 -07:00
:::{tabbed} GKE (Google Cloud)
You can find the landing page for GKE [here ](https://cloud.google.com/kubernetes-engine ).
If you have an account set up, you can immediately start experimenting with Kubernetes clusters in the provider's console.
Alternatively, check out the [documentation ](https://cloud.google.com/kubernetes-engine/docs/ ) and
[quickstart guides ](https://cloud.google.com/kubernetes-engine/docs/deploy-app-cluster ). To successfully deploy Ray on Kubernetes,
you will need to configure pools of Kubernetes nodes;
find guidance [here ](https://cloud.google.com/kubernetes-engine/docs/concepts/node-pools ).
:::
2022-07-19 13:28:04 -07:00
2022-08-02 15:58:23 -07:00
:::{tabbed} EKS (Amazon Web Services)
You can find the landing page for EKS [here ](https://aws.amazon.com/eks/ ).
If you have an account set up, you can immediately start experimenting with Kubernetes clusters in the provider's console.
Alternatively, check out the [documentation ](https://docs.aws.amazon.com/eks/latest/userguide/ ) and
[quickstart guides ](https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html ). To successfully deploy Ray on Kubernetes,
you will need to configure groups of Kubernetes nodes;
find guidance [here ](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html ).
:::
2022-07-19 13:28:04 -07:00
2022-08-02 15:58:23 -07:00
:::{tabbed} AKS (Microsoft Azure)
You can find the landing page for AKS [here ](https://azure.microsoft.com/en-us/services/kubernetes-service/ ).
If you have an account set up, you can immediately start experimenting with Kubernetes clusters in the provider's console.
Alternatively, check out the [documentation ](https://docs.microsoft.com/en-us/azure/aks/ ) and
[quickstart guides ](https://docs.microsoft.com/en-us/azure/aks/learn/quick-kubernetes-deploy-portal?tabs=azure-cli ). To successfully deploy Ray on Kubernetes,
you will need to configure pools of Kubernetes nodes;
find guidance [here ](https://docs.microsoft.com/en-us/azure/aks/use-multiple-node-pools ).
:::