ZeroTierOne
ZeroTierOne copied to clipboard
[Feature Request] Create an official Helm Chart
I think ZT needs an official Helm Chart for installing into Kubernetes clusters.
It should ideally be installed as a Deployment and be documented on how where to set how many replicasets to run with and launch with a read-only root filesystem with writable files only allowed in /tmp.
I would suggest using Dockerfile.debian as a base image but simplify this further and run it as a distroless container to maximize the efficiency of the final container image.
Good idea! I'm working on our packaging pipeline right now... I can add this once its ready