Categorygithub.com/ISE-SMILE/corral_redis_deploy
modulepackage
0.1.1
Repository: https://github.com/ise-smile/corral_redis_deploy.git
Documentation: pkg.go.dev

# README

Corral++ Redis Deployment Plugin

This is the Redis deployment plugin for corral++.

corral_redis_deploy [mode] (options...)

Support

Currently, supported are docker and kubernetes deployments. For docker we use redis:6.2.4-alpine Image and for kubernetes we use the groundhog2k/redis chart.

Docker

We use Docker as a default, but you can also force docker using local as a mode. This setup supports now extra options.

Kubernetes

To use Kubernetes you need to use k8s or kubernetes as a mode.

NameUsage
kubernetesNamespaceNamespace to use for the deployment
kubernetesStorageClassStorage class to use for the deployment
redisPortif set the deployment uses a NodePort with this Port
kubernetesMemoryMemory resources of the Redis deployment, 512MB is the default

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author