Show HN: Redspread (YC W16) – CLI to deploy Docker to Kubernetes in one command
1–10 of 44 posts
Re: Show HN: Redspread (YC W16) – CLI to deploy Docker to Kubernetes in one command
#2Our mission is to enable people to own their own deployment processes and infrastructure, and we're very passionate about that (see our philosophy.md).
Would love your angry bug reports, feature requests, and feedback!
Re: Show HN: Redspread (YC W16) – CLI to deploy Docker to Kubernetes in one command
#3Re: Show HN: Redspread (YC W16) – CLI to deploy Docker to Kubernetes in one command
#4Congrats on the launch! Why the choice to build on Kubernetes?
Re: Show HN: Redspread (YC W16) – CLI to deploy Docker to Kubernetes in one command
#5Re: Show HN: Redspread (YC W16) – CLI to deploy Docker to Kubernetes in one command
#6cool to see this open source - readme talks about versioning; is that like deployment versioning for kube objects? how is that different than what's coming out in 1.2?
For us, we see the big use case for full deployment versioning when there are multiple kube objects and config files to track. Already this is introducing some complication into developer workflows - ex: I have a bunch of services, rc's, and secrets. They are parameterized by this configuration. Now I've updated the configuration. I want to propagate that configuration to my cluster "with no downtime” - right now there isn't an easy way to do this.
Re: Show HN: Redspread (YC W16) – CLI to deploy Docker to Kubernetes in one command
#7Re: Show HN: Redspread (YC W16) – CLI to deploy Docker to Kubernetes in one command
#8Re: Show HN: Redspread (YC W16) – CLI to deploy Docker to Kubernetes in one command
#9So what exactly is Kubernetes?
I wrote a blog post that breaks down basic Kube architecture, if you're interested: https://blog.redspread.com/2015/12/31/basic-kubernetes-vocab...
A little history - it's an open source project by Google, modeled after Google's infrastructure (Borg/Omega). Many of the engineers who designed Borg/Omega are chief architects of Kubernetes.