github.com/uber/kraken@v0.1.4/examples/k8s/README.md (about) 1 ## 1. Run 2 3 `$ helm install --name=kraken-demo ./helm` 4 5 This command starts 3 trackers, origins and build-index pods, 1 proxy pod and an agent daemonset. 6 7 Once deployed, every node will have a docker registry API exposed on port 30081. The port number is 8 configurable. 9 10 ## 2. Pulling from Docker Hub Library 11 12 A simple registry storage backend is provided for read-only access to Docker registry. A library 13 image can be pulled from Kraken agent by specifying `127.0.0.1:30081` in the image name in pod 14 spec. For example spec, see [example](demo.json). 15 16 Note, this backend is used only for all `library/.*` repositories. `library` is the default 17 namespace for Docker Hub's standard public repositories. To use your own registry as the backend, 18 please update origin and build-index configs accordingly.