-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
What needs to be improved
documentation on how to run the Sigstore service with high availability.
Context
The Helm charts in sigstore/helm-charts default to a single replica for all services. Some charts allow setting replicaCount for the main service, but there is no guidelines on how to make the service highly available.
As an example, the Rekor chart has a replicaCount for the rekor server, but the chart also deploys mysql and redis, without any options to run them on more than one replica. For these dependencies, it's more complicated than changing the replicaCount in the deployment or statefulset. Same can be said for Trillian, the mysql dependency doesn't allow an HA configuration.
What should be done
- Updating the documentation with the current options to raise the replica counts (is it reliable, or should we leave it to 1)
- Enhance the Helm charts by allowing to set HA configuration on dependencies (mysql, redis)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request