0.1.7 • Published 2 years ago

cdk8s-redis-cluster v0.1.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 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

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago