Deploying WeScale Cluster in Kubernetes

submited by
Style Pass
2024-09-26 07:00:07

Deploying WeScale in Kubernetes is similar to deploying WeSQL-Server. If you have already deployed a WeSQL-Server Cluster, you can skip the previous steps and start directly from Deploy the WeScale cluster.

Use kubectl to create a secret with your AWS S3 credentials. Please replace the WESQL_OBJECTSTORE_ACCESS_KEY and WESQL_OBJECTSTORE_SECRET_KEY with your AWS S3 credentials.

The difference between the two commands is the storage class used. The local deployment uses the standard storage class, while the Amazon EKS deployment uses the gp3 storage class. Different cloud providers have different storage classes. You can check the storage classes by running the following command:

Leave a Comment