Live data from Hacker News

Ask HN: What do you think will come after Kubernetes?

news.ycombinator.com

1–10 of 176 posts

Re: Ask HN: What do you think will come after Kubernetes?

#4
An abstract layer to automate the creation of k8s which is an abstract layer to automate application deployment and application management

What we need is an abstract layer to automate the systems underneath so we can leverage that abstraction and create more complexity

There are still some folks who understand the abstraction all the way up and down. We cant have that

Re: Ask HN: What do you think will come after Kubernetes?

#8
There will have to be something to solve all the problems that are created by Kubernetes, which itself exists to solve the problems with Docker, which exists to solve the problems with VMs, which exist to solve the problems with Operating Systems.

I can't wait for the next layer of complexity to be added. It will no doubt be called something like WizzlyBobATron.

Re: Ask HN: What do you think will come after Kubernetes?

#10
I think there will be a rise in monoliths and a trend towards reducing as much distributed state as possible.

I think this will be driven by a few trends:

- Very fast disks to store data SQLite style, auto replicated transparently at the disk level.

- Typed languages becoming more usable (tooling and language improvements), which makes it easier to design and operate systems (stack traces vs distributed debugging/tracing).

- Improvements in Heroku-like systems from AWS/GCP etc.

Post reply on HN