Hacker News new | ask | show | jobs
by mfburnett 3744 days ago
Oh haven't seen this! Is it compatible with Kubernetes 1.2? Not a huge fan of scripting - we think it breaks the abstraction of a container.
2 comments

> Not a huge fan of scripting - we think it breaks the abstraction of a container.

Mind elaborating on what you mean?

Speaking about scripting, look at the Vagrant cluster scripts. A lot of bash [0] (I like bash). But there have been so many issues. I've been using K8s for so long and I tried so long to help vagrant work, but it sucks. Anyways, went to use GCE and GKE instead and have never looked back since. Yes it does suck conceptually to rely on remote GCE for repo development but it is so seamless and I spend less time wrestling and waiting for booting clusters in VMs locally.

[0] https://github.com/kubernetes/kubernetes/tree/master/cluster...

I had good success with the CoreOS Kubernetes Vagrant boxes [1]. However, I switched once Kubernetes became usable via Docker because the latter gives me super fast setups and teardowns, allowing me to iterate quickly on infrastructure code.

[1] https://coreos.com/kubernetes/docs/latest/kubernetes-on-vagr...

Both my fork: https://github.com/huggsboson/docker-compose-kubernetes

And vyshane's rename of this for 1.2 are compatible: https://github.com/vyshane/kid

I'm gonna work with him to get us merged.