Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.27 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.27 KB

license Go Report Card Go Reference Artifact Hub Docker Pulls

kubecache

kubecache forwards HTTP GET requests to another service, cacheing responses in groupcache for 5 minutes (by default).

Build

git clone https://github.com/udhos/kubecache
cd kubecache
./build.sh

Docker image

See: https://hub.docker.com/r/udhos/kubecache

Helm chart

See: https://udhos.github.io/kubecache

Configuration

See supported env vars in configMapProperties in charts/kubecache/values.yaml.

References