This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-17
Channels
- # aleph (3)
- # announcements (12)
- # beginners (80)
- # boot (3)
- # braveandtrue (16)
- # calva (3)
- # cider (82)
- # clojure (100)
- # clojure-art (3)
- # clojure-dev (79)
- # clojure-estonia (1)
- # clojure-europe (4)
- # clojure-finland (15)
- # clojure-indonesia (1)
- # clojure-italy (20)
- # clojure-nl (4)
- # clojure-spec (24)
- # clojure-sweden (2)
- # clojure-switzerland (1)
- # clojure-uk (99)
- # clojurescript (145)
- # cursive (8)
- # data-science (7)
- # datomic (26)
- # emacs (4)
- # figwheel-main (20)
- # fulcro (8)
- # graphql (3)
- # hoplon (2)
- # jobs (1)
- # kaocha (5)
- # leiningen (2)
- # liberator (19)
- # off-topic (16)
- # pathom (9)
- # perun (1)
- # portkey (2)
- # re-frame (17)
- # reitit (1)
- # shadow-cljs (26)
- # spacemacs (7)
- # vim (49)
Morning
@mccraigmccraig yeah, EKS looks pretty good. DCOS ended up being too much of a pain and didn't buy us enough (we never really did spin up spark/hadoop jobs on it)
Good to see some anti DC/OS sentiment here. We’re leaning to move away from it also. Mostly due to cost.
@otfrom so far EKS is playing nicely with an existing environment, and you can expose services which are reachable directly (pods have real IPs not just overlay IPs, and services (which have overlay IPs) can have NodePort proxies) - and the EBS (storageclasses) and ELB (ingresses) integrations are a breath of fresh air. deployment is much simpler too, with auto-scaling groups for groups of workers
@mccraigmccraig - I shall watch with interest; EKS was always going to be my Production environment if it was available in Ireland in time...
integrated EBS sounds great as storage is always an issue. Tho I suppose in AWS you've got S3 and EMR to fall back on (or other databases)
I did some stuff with ECS earlier this year b/c EKS wasn't available
assuming it's similar to AKS (which is surprisingly mature compared to, well, everything else on Azure) then it's probably a winner
I've posted in #jobs, but here we go again: https://s3-eu-west-1.amazonaws.com/cervest-public/Cervest-JobDescription-SeniorSoftwareEngineer-Clojure.pdf
that has to be one of the best job descriptions evva @maleghast
I like the alternative partnership references too and from you as well @otfrom, Thanks! They will come in handy fro v2.0...
Oh @maleghast you’ve set @otfrom off now 🙂
unfortunately a portmanteau of stalker and fan, but I feel the connotation is someone who is a fan despite potential resistance of others
luckily I know so little about Laura Dern that I'm able to separate the art from the artist
(Yes, I see myself as Cordelia, but in her improved, Angel self, not High School Bitch Queen)
https://originalnoise.files.wordpress.com/2011/08/tackheadfriendlyhandgrenadesml.jpg
that is perfect @lady3janepl
^ that last one has not aged well
> I totally stan for Vice Admiral Holdo I knew there was a reason I like your twittersona
(although, isn't stan a reference to the Eminem song? or is otfrom more 'with it' than me? not hard, I'll admit...)
the thing is tho, obviously not to the same degree as in Fight Club but I feel that gif would be relevant for any two people in the world at any time in their lives
¯\(ツ)/¯
maybe somebody somewhere is having a Very Normal Time that I don't know about
You know, I’m thinking, we clearly have a better life situation than a lot of people previously. But were they happier because they had a more stable “normal”?
> Or maybe it’s “may you live in interesting times” all the way down. 💯
don't get me wrong, I like being at a strange time in my life
I just figured it wouldn't be the normal state of affairs, heh
well that was easy@maleghast - just got a kafka cluster configured on EKS using the https://strimzi.io/ operator - it came down to this config and it's deployed brokers and zk on EBS persistent volumes https://gist.github.com/8ccbdbfb1abdd4d5e192fcf8ced7b852
k8s operators are pretty cool - they seem quite like DC/OS frameworks, will deploy a complex service for you and there are quite a lot of them for many different services - https://github.com/operator-framework/awesome-operators
@mccraigmccraig - Thx, will investigate more fully in the morning; just getting on a big metal bird...
@mccraigmccraig you'll have to tell us if that Kafka cluster is easier to admin than before
it looks not that much different @otfrom - the DC/OS framework gave you the dcos kafka
command... this operator lets you mod the config files, and includes a topic operator which can (re)configure topics for you