Redis

redis/standalone

Single-node Redis deployment for Kubernetes

Deploys a single-node Redis 7 instance into a local Kind cluster with host access on port 30379. No authentication is required.

Install gck#

go install github.com/gravitee-io-labs/gck@latest

For other installation methods, see Installation .

Usage#

Create#

gck create --from redis/standalone

Cleanup#

gck delete

Quick Start#

Connect from your host:

redis-cli -h localhost -p 30379

No authentication is configured.

Endpoints

Services this context exposes on your machine after gck create, including the ones it inherits from the contexts it composes. Rows marked with a flag only exist when you pass it.

ServiceURLNotesFrom
Redislocalhost:30379redis/standalone

Variables

Template variables overridable with --set. Use --set path.segments.var=value to target a specific context in the composition chain.

VariableDefaultOriginDescription
clusterNameredis-standaloneredis/standaloneName of the Kind cluster
imageRepositoryredisredis/standaloneRedis Docker image repository
imageTag7redis/standaloneRedis Docker image tag