Basic implementation of a Redis construct for cdk8s.
Project description
cdk8s-redis
Redis constructs for cdk8s
Basic implementation of a Redis construct for cdk8s. Contributions are welcome!
Usage
The following will define a Redis cluster with a primary and 2 replicas:
import { Redis } from 'cdk8s-redis';
// inside your chart:
const redis = new Redis(this, 'my-redis');
DNS names can be obtained from redis.primaryHost
and redis.replicaHost
.
You can specify how many replicas to define:
new Redis(this, 'my-redis', {
replicas: 4
});
Or, you can specify no replicas:
new Redis(this, 'my-redis', {
replicas: 0
});
License
Distributed under the Apache 2.0 license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cdk8s-redis-0.1.537.tar.gz
(258.9 kB
view details)
Built Distribution
cdk8s_redis-0.1.537-py3-none-any.whl
(257.3 kB
view details)
File details
Details for the file cdk8s-redis-0.1.537.tar.gz
.
File metadata
- Download URL: cdk8s-redis-0.1.537.tar.gz
- Upload date:
- Size: 258.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecfcfc0d7579a980511296729e10762799baa0c1fcb0beb8483d02246f49dab4 |
|
MD5 | 12d9f29b3f1dcf43d0dcdf243e30393c |
|
BLAKE2b-256 | ff0160a5a43b0398c07fec6f60aabe295d74bd441a395d2c79e7170823446b59 |
File details
Details for the file cdk8s_redis-0.1.537-py3-none-any.whl
.
File metadata
- Download URL: cdk8s_redis-0.1.537-py3-none-any.whl
- Upload date:
- Size: 257.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71ae38dc7089218228c86e9bc01b7b9d51f3a261a5dbbea158a8b3a6350d5fc1 |
|
MD5 | c6bdd0ed41e2ddbd8e44cff6d5d549a5 |
|
BLAKE2b-256 | eb5d9f033f74bc973be38e017bbb3fc770cb4406e675849b00f6fad23b4386e8 |