|
|
|
|
|
by StreamBright
2332 days ago
|
|
Right. There are some cases when developers want Kubernetes because it is easy to deploy their application on it and autoscale it but in my experience, this is almost as easy with many other options that do not mean to pull in a giant black box dependency into your project. For those who think Kubernetes is not a black box, just wait for the first outage and measure the time how fast you can recover and what steps are involved. In my limited experience, it is much simpler to recover an autoscaling application on AWS or other cloud platforms that do not have Kubernetes. Why? Because there are significantly fewer things that can go wrong. Some people are ok to trade operational complexity for developer experience. I am fine with that. |
|