Earlier quoted context omitted.
Just running docker-compose on load balanced machines is pretty close to having all k8s features (that would give you an endpoint, scaling, running pods[containers],heartbeats and nodes[vms]). If you run Kubernetes on GCP you will see it's just a wrapper of GCP vms, load balancers, instance groups and disks. EG: GCP k8's autoscaling for the nodes isn't any better than just simple GCP load balancers and instance group…
Off the top of my head, deployments and sidecars are both missing, which are incredibly useful.
Why is Kubernetes getting so popular?
301–310 of 681 posts
Re: Why is Kubernetes getting so popular?
#302http://www.smashcompany.com/technology/my-final-post-regardi...
Re: Why is Kubernetes getting so popular?
#303I honestly couldn't tell you. What I can tell you, is that the unbelievable bloat in the complexity of our systems is going to bite us in the ass. I'll never forget when I joined a hip fintech company, and the director of eng told us in orientation that we should think of their cloud of services as a thousand points of light, out in space. I knew my days were numbered at exactly that moment. This company had 200k uni…
> I'll never forget when I joined a hip fintech company, and the director of eng told us in orientation that we should think of their cloud of services as a thousand points of light Let's be real, if you are old enough to get that reference without Googling, you probably would not have lasted that long at a hip fintech company anyways :-P
Re: Why is Kubernetes getting so popular?
#304Because Google is an advertising company, their search engine controls what people believe in and they also have some good engineers but they are probably not well known. There is very little they couldn't advertise into popularity. Whenever you see overcomplicated software or infrastructure its always a way to waste executive function, create frustration and create unnecessary mental overhead. If the technology you'…
Please don't criticize, condemn, or complain if you don't have anything constructive to add.
Re: Why is Kubernetes getting so popular?
#305Earlier quoted context omitted.
I remember back in the day we were deploying a production video streaming server at a customer site, and a team from IBM deployed their analytics suite alongside us. We had over 8Gbps coming out of a single 1U server. The IBM installed a separate server for every Java process that their application needed, which was something like 8. It was ridiculous.
IBM charged the customer for each server.
Re: Why is Kubernetes getting so popular?
#306Earlier quoted context omitted.
> I'll never forget when I joined a hip fintech company, and the director of eng told us in orientation that we should think of their cloud of services as a thousand points of light Let's be real, if you are old enough to get that reference without Googling, you probably would not have lasted that long at a hip fintech company anyways :-P
Sorry, what's the reference?
Re: Why is Kubernetes getting so popular?
#307Earlier quoted context omitted.
my pubkeys are below, send me an ip address and port to an ssh server https://github.com/cameronnemo.keys
Now set it up in 30 data centers around the world, with the ability for dozens of different teams to add and change their applications, and across multiple staging and QA environments.
Re: Why is Kubernetes getting so popular?
#308Earlier quoted context omitted.
my pubkeys are below, send me an ip address and port to an ssh server https://github.com/cameronnemo.keys
Now set it up in 30 data centers around the world, with the ability for dozens of different teams to add and change their applications, and across multiple staging and QA environments.
1 rack in a datacenter is plenty for a database backed web app with a million users.
Re: Why is Kubernetes getting so popular?
#309There is some tech so simple that you just learn it and start using it, others that you know you can pick up when the time is right.
And software you would be happy to invest time in... as long as someone is paying you to do it, software you fear might keep you from getting a job if you don't invest in it.
There is software so simple it might be right (it isn't) and software so complicated that it must be important if people are using it/working on it.
So it's not that Kubernetes is good, it's just that it makes people neurotic enough to jump on the bandwagon. Been a few of those in my career. A few have stuck, most have not.