@grucloud/module-k8s-redis

13.2.4 • Public • Published

GruCloud Module for Redis on K8s

This module defines the kubernetes resources required to run Redis.

Config

The config.js file gathers the configuration for this module.

Resources

This module exports 2 kubernetes resources through the createResources function from the iac.js file.

StatefulSet

Define the redis stateful set:

  • image name, version and port
  • readinessProbe and livenessProbe using the psql command to find out if the database is up and running

Service

A headless service forwards traffic to the postgres database. The idea behind using a headless service is to get a unique dns entry that can be referenced by the backend and other (micro)services.

Usage

This module is being used in the following projects:

Readme

Keywords

Package Sidebar

Install

npm i @grucloud/module-k8s-redis

Weekly Downloads

16

Version

13.2.4

License

ISC

Unpacked Size

39.5 kB

Total Files

6

Last publish

Collaborators

  • fheem