A playground for deploying Ray on Kubernetes (EKS) using OpenTofu.
You need to have aws-cli, kubectl, tofu installed.
Set your aws credentials via
aws configureDeploy 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