Skip to main content

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.434.tar.gz (258.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cdk8s_redis-0.1.434-py3-none-any.whl (257.2 kB view details)

Uploaded Python 3

File details

Details for the file cdk8s-redis-0.1.434.tar.gz.

File metadata

  • Download URL: cdk8s-redis-0.1.434.tar.gz
  • Upload date:
  • Size: 258.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for cdk8s-redis-0.1.434.tar.gz
Algorithm Hash digest
SHA256 3b51944671c55e4d8e9257b6fb10bd84befa0e149913be307097ea81353add0c
MD5 0941bd72780c1a149c6056c3173bd3fb
BLAKE2b-256 6cb68d4961a9cb3dd81d220b6a20213863daa3e5e3eb84d8b2712926f776f789

See more details on using hashes here.

File details

Details for the file cdk8s_redis-0.1.434-py3-none-any.whl.

File metadata

  • Download URL: cdk8s_redis-0.1.434-py3-none-any.whl
  • Upload date:
  • Size: 257.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for cdk8s_redis-0.1.434-py3-none-any.whl
Algorithm Hash digest
SHA256 38e266f6f969baad9a47200404508f82bc08860da26b07b0705cd699d06ea6ac
MD5 ebc4695af41170d9bd39c4c150990e3c
BLAKE2b-256 2633730b3cf1bbc2c3f80555b4ff9cbea553f34c1b3eef74178307e191bb4d7a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page