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.
| Service | URL | Notes | From |
|---|---|---|---|
| Redis | localhost:30379 | redis/standalone |
Variables
Template variables overridable with --set. Use --set path.segments.var=value to target a specific context in the composition chain.
| Variable | Default | Origin | Description |
|---|---|---|---|
clusterName | redis-standalone | redis/standalone | Name of the Kind cluster |
imageRepository | redis | redis/standalone | Redis Docker image repository |
imageTag | 7 | redis/standalone | Redis Docker image tag |