Re: New idea & POC for a Kubernetes/Clojure interface

2018-05-22 Thread Blake Miller
Yes, kops has a tutorial that walks you through it: https://github.com/kubernetes/kops/blob/master/docs/aws.md You just need an AWS account to start. HTH On Tue, May 22, 2018 at 1:20 PM, Punit Naik wrote: > Is there any documentation around spinning up K8s cluster on Amazon EC2 > instances? >

Re: New idea & POC for a Kubernetes/Clojure interface

2018-05-22 Thread Punit Naik
Is there any documentation around spinning up K8s cluster on Amazon EC2 instances? On Tuesday, November 7, 2017 at 8:34:35 AM UTC+5:30, Blake Miller wrote: > > Here's a little something I cooked up this weekend, to interact with a > Kubernetes cluster from Clojure: > > https://github.com/blak3mi

New idea & POC for a Kubernetes/Clojure interface

2017-11-06 Thread Blake Miller
Here's a little something I cooked up this weekend, to interact with a Kubernetes cluster from Clojure: https://github.com/blak3mill3r/keenest-rube It abstracts away the K8s API calls completely. Instead, you get the state of the cluster as a value in an atom. Changes to the state of the cluste