Hacker News new | ask | show | jobs
by andrewmutz 1458 days ago
What does that have to do with kubernetes? Nginx runs fast on kubernetes also.
2 comments

fly is not based on k8s or docker https://fly.io/blog/docker-without-docker/

they just use docker api, hence why I don't think there is the resource waste typical of k8s

I haven't run benchmarks but speed wise containers shouldn't slow down app requests (except in a few cases with very specific kernels, which I unfortunately experienced in production - but I was told it was just bugs)

I'm assuming Fly.io offering is powered by K8.