I will be adding step by step instruction to do the deploy livekit to AWS EKS
you'll need the following tools to be installed in your local machine and setup the AWS cli with credentials
eksctl
, kubernetes-helm
, aws cli, you can install it from npm package as well
, nodejs
, aws-cdk package from npm
configure the aws cli to access your account aws configure
once done do the bootstraping cdk bootstrap aws://ACCOUNT-NUMBER/REGION
now create the cluster eksctl create cluster --name my-cluster --region region-code