{question}
How do you update the license on SingleStore K8's deployment?
{question}
{answer}
To update the license in a SingleStore Kubernetes(K8s) deployment, please follow the below steps:
1. Obtain a new license key from the SingleStore Customer Portal.
2. Edit the sdb-cluster.yaml file is used to configure your SingleStore Kubernetes cluster. Click here to learn more. In this file, you can find the license_key field and replace its value with your new license key.
3. Apply the updated configuration by running the following command:
kubectl apply -f sdb-cluster.yaml -n <namespace>
Replace <namespace> with the Namespace where your SingleStore cluster is deployed.
Note: An enterprise license is required if your cluster size is over 4 units. Click here to learn more.
Reference
Kubernetes Deployment
Determining Capacity and Usage for Your License
{answer}