Skip to content

KilianZimmerer/ray-k8s-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ray-k8s-playground

A playground for deploying Ray on Kubernetes (EKS) using OpenTofu.

Setup AWS Infrastructure and KubeRay-Operator

You need to have aws-cli, kubectl, tofu installed.

Configure AWS Crdentials

Set your aws credentials via

aws configure

Deploy KubeRay via EKS

Deploy K8s-Cluster and Kuberay-Operator with your specific variables

cd infrastructure
tofu init
tofu apply -var="aws_profile=default" -var="aws_region=eu-central-1" -var="aws_account_id=YOUR_ACCOUNT_ID"

and test kuberay-operator setup

kubectl get nodes
kubectl get pods -n kuberay-system

About

A playground for deploying Ray on Kubernetes (EKS) using OpenTofu.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages