SafiJunaid
SafiJunaid

Reputation: 469

Deploying Starrocks on EKS with S3 i.e., shared-data cluster

I want to deploy starrocks cluster on AWS EKS with S3 as object store, which is essentially a shared-data cluster in Starrocks terminology as per its Documentation.

However, I don't see any documentation on how I can achieve this setup via helm installation through starrocks official helm chart? I intend to create S3 bucket, and use IAM Role to communicate from pods to S3 bucket via service account of starrocks. And all data to be stored on S3.

Also the next step once I achieve above is to use ephemeral storage instead of EBS for local cache for faster query performance.

Any guidance in this aspect would be great.

Upvotes: 0

Views: 43

Answers (0)

Related Questions