只需一条命令就能部署 Docker 容器到 Kubernetes 集群

714 阅读1分钟
原文链接: www.sdk.cn

Command line workflow

Spread is a lightweight tool to deploy Docker projects to a Kubernetes cluster with one command.

Simple to install

Spread is open source and works out of the box with any running Kubernetes cluster.

Install on OS X:

$ brew tap redspread/spread 
$ brew install spread

Install on Linux/Windows:

$ go get rsprd.com/spread/cmd/spread

Version control

We're building deployment versioning for containerized applications. Check out our roadmap for what will be built next.