Skip to content

High availability for Sigstore services #814

@ndegory

Description

@ndegory

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions