Here's my prediction: DevOps is dead. In 5 to 10 years developers will no longer be mentioned in articles like this. There will be specialisation once again, because it makes absolutely no sense to make people whose main job it is to think about use cases, business logic and user interfaces to also deal with stuff like this.
Why Kubernetes Is the New Application Server
41–50 of 208 posts
Re: Why Kubernetes Is the New Application Server
#42Here's my prediction: DevOps is dead. In 5 to 10 years developers will no longer be mentioned in articles like this. There will be specialisation once again, because it makes absolutely no sense to make people whose main job it is to think about use cases, business logic and user interfaces to also deal with stuff like this.
What does "DevOps is dead" mean?
Re: Why Kubernetes Is the New Application Server
#43Here's my prediction: DevOps is dead. In 5 to 10 years developers will no longer be mentioned in articles like this. There will be specialisation once again, because it makes absolutely no sense to make people whose main job it is to think about use cases, business logic and user interfaces to also deal with stuff like this.
What does "DevOps is dead" mean?
Re: Why Kubernetes Is the New Application Server
#44At least 50% of the neckbeard kvetching about containers is because they don't want to let go of their lovingly hand-crafted servers and mountains of bash scripts and config management crap that they've built over the past 20 years. edit: btw, I'm one of those (former) neckbeards...
Re: Why Kubernetes Is the New Application Server
#45Re: Why Kubernetes Is the New Application Server
#46Here's my prediction: DevOps is dead. In 5 to 10 years developers will no longer be mentioned in articles like this. There will be specialisation once again, because it makes absolutely no sense to make people whose main job it is to think about use cases, business logic and user interfaces to also deal with stuff like this.
Yes it makes no sense for developers to understand the underlying systems that run their applications. /sarcasm
Re: Why Kubernetes Is the New Application Server
#47It's all about saving money on DR. When these companies realize that developers can't handle doing ops AND complex business logic, maybe they'll rethink it. Until then I expect this trend to spread rapidly as companies look for ways to abstract away DR costs.
Re: Why Kubernetes Is the New Application Server
#48Earlier quoted context omitted.
the linux world is slowly (and badly) recreating technology that has existed in FreeBSD and Solaris/Illumos for decades.
You probably never heard or used - Linux VServer. Available from the later version of the 2.4 kernel. https://en.wikipedia.org/wiki/Linux-VServer
FreeBSD jails date from 2000
Solaris zones date from 2004
https://us-east.manta.joyent.com/bcantrill/public/ppwl-cantr...
https://us-east.manta.joyent.com/bcantrill/public/ppwl-cantr...
Re: Why Kubernetes Is the New Application Server
#49I think what a lot of people forget is that this is being driven by costs. Companies don't want to pay for disaster recovery, and it's cheaper to set up a k8's platform. The platform itself performs disaster recovery, so now that's one less cost for the company. It's all about saving money on DR. When these companies realize that developers can't handle doing ops AND complex business logic, maybe they'll rethink it.…
Assuming you have a similar definition how does Kubernetes solve that problem?