|
|
|
|
|
by inscrutable
3111 days ago
|
|
I watched the overview video below and the tldr for me is that although serverless is doable now and can be done well, the tooling is not there yet, and you're also locked into AWS. So check back in back in 2-3 years. For me, I think Kubernetes + virtual kubelet (for container instance creation, with per second billing, only on Azure right now) is the safest option. It gives the benefit of easily scalable compute with no need to move to an event driven model or constraints on function duration and resource usage. https://www.youtube.com/watch?v=1fBbSgJJV_g https://github.com/virtual-kubelet/virtual-kubelet |
|
It will also support Kubernetes pods next year.
Disclaimer: I work for AWS.