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.699.tar.gz (258.6 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.699-py3-none-any.whl (257.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cdk8s-redis-0.1.699.tar.gz
  • Upload date:
  • Size: 258.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for cdk8s-redis-0.1.699.tar.gz
Algorithm Hash digest
SHA256 ab99233eee6fb5d3e7308cbe333ec1d4527a2ee4c6859f7ab66c465d8bae52cf
MD5 7117b7b030d6c856fcbbb91cf1239d7f
BLAKE2b-256 2ae6d0e890126c6e773d194650c6b6111ad3608fba21be58c2782199f3c7ec8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cdk8s_redis-0.1.699-py3-none-any.whl
  • Upload date:
  • Size: 257.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for cdk8s_redis-0.1.699-py3-none-any.whl
Algorithm Hash digest
SHA256 6ed56da4c3c14a998dcc8ba9d641186833df51385b59ba8e4e42a78b5ace46cd
MD5 6db7919922dc550b29a1688e3c39ad32
BLAKE2b-256 f3b0ee7f81f3e4889018c59dfd2f59c9af8236fa8154ae3ce43bf095221fa48f

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