Service Level Agreement

The Service Level Agreement can be chosen during a Redis instance request. It can be changed later on. The price together with the provided service will be updated accordingly. The change takes effect on the 1st of the next month. For more information regarding price check products.vshn.ch

Configuration

The Service Level is enabled by default as besteffort. To upgrade the service to guaranteed use the following configuration:

Example of a Redis instance with besteffort service level. Update the namespace!
apiVersion: vshn.appcat.vshn.io/v1
kind: VSHNRedis
metadata:
  name: redis-guaranteed
spec:
  parameters:
    instances: 3 (1)
    service:
      serviceLevel: guaranteed (2)
      version: "7.2"
  writeConnectionSecretToRef:
    name: redis-creds
1 Number of instances: When using the guaranteed service level, the number of instances must be set to 3.
2 Choose between besteffort or guaranteed service level.