<rickhull>
for sure, but we chopped a layer FTW :)
<rickhull>
that said, dropping the OS means losing e.g. easy SSH stuff (I presume)
<rickhull>
and I'm so dang SSH oriented, I haven't quite wrapped my head around the alternative. probably Kafka events or something
<manveru>
i just like to keep things simple, so just deploying to bare metal is nicer
<rickhull>
I've probably given up on dealing with bare metal, in my vision. I think pretty much in terms of AWS VMs -- but I don't think I want to run all of Linux in a VM
<manveru>
but we occasionally run a few thousand machines on AWS...
<simpson>
I prefer Kubernetes. AWS is painfully primitive at this point.
<simpson>
When working in terms of VMs, yeah, kernel concerns still matter a lot. But container-only deployments are 100% app only.
<rickhull>
yes, that vision makes sense. but the docker tech behind it bugs me a little bit
<simpson>
I have yet to really like any of the serverless tools for Kubernetes though. kubeless is alright-ish, I guess?
<rickhull>
I just want to minimize the stack between my app and the (V)M
<rickhull>
while maintaining immutable infra as code
<rickhull>
and yeah, docker is pretty well situated for that
<rickhull>
but it still seems a little heavy, both in terms of docker images and also needing the full linux stack