0.1.7 • Published 3 years ago

cdk8s-redis-cluster v0.1.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

cdk8s-redis-cluster

Replicated, password protected redis cluster statefulset setup. Uses Bitnamis redis-cluster helm chart as a reference.

Example

  new Redis(chart, 'redis', {
    volumeSize: '10Gi',
    replicas: 6,
    volumeFsType: 'ext4',
    volumeType: 'io1',
    volumeIopsPerGb: '100',
    redisImage: 'test-image',
    redisPassword: 'helloworld', // get from aws secrets manager
    nodeSelector: {
      test: 'test',
    },
    tolerations: [
      {
        key: 'test',
        operator: 'Equal',
        value: 'test',
      },
    ],
  });

API.md

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago