Ask HN: What do you think will come after Kubernetes?
31–40 of 176 posts
Re: Ask HN: What do you think will come after Kubernetes?
#32I think Kubernetes will be a part of things (as Docker still is) but it'll be the next level of abstraction -- the thing that turns Kubernetes into Heroku. There's been a few popping up recently, time will tell who wins
What have you seen in that space so far?
and Porter https://news.ycombinator.com/item?id=26993421
were the ones I've seen recently, although admittedly on re-look I may have misunderstood Space Cloud and I could have sworn there was a third
Re: Ask HN: What do you think will come after Kubernetes?
#33Re: Ask HN: What do you think will come after Kubernetes?
#34Disclaimer: I have not Kubernetes experience, show a few documents and opted for Nomad with great success so far.
Re: Ask HN: What do you think will come after Kubernetes?
#35A declarative solution that combines terraform + k8s + hardware management, that elegantly partitions between stateful and stateless resources. Stateful resources will have well defined, easy to understand modes of behavior, explicitly describing caching policies and persistence layers.
Re: Ask HN: What do you think will come after Kubernetes?
#36Kubernetes automates and standardizes some of the best practices around building reliable systems in a platform agnostic way. We never got there with VMs: Amazon ec2 instances are not the same as GCE instances are not the same as VMware VMs but a kubernetes api is the same everywhere (and providers are incentivized to standardize their offerings). Whatever comes next would have to be something that can standardize ev…
This is true but is that such a huge deal? We successfully moved from AWS to GCP and it wasn't a massive deal; just different terminology for the same concepts.
Re: Ask HN: What do you think will come after Kubernetes?
#37Re: Ask HN: What do you think will come after Kubernetes?
#38Why don't do the same for a typical Kubernetes setup with Hasura, API server, Gateway, load balancer, Postgresql, Redis, and a couple of services for logs and monitoring all in one, with all the networking stuff already setup? Just give me an image or template made by someone else, maintained on Github, and ready to customise and develop for my needs.
Re: Ask HN: What do you think will come after Kubernetes?
#39Re: Ask HN: What do you think will come after Kubernetes?
#40Something much, much, simpler. I'm not convinced that /for most companies/ k8s adds enough value when compared to all the added complexity (not to mention the yaml soup!).