|
|
|
|
|
by faangguyindia
633 days ago
|
|
Here's the thing, we've code running on VPS in cloud for a decade with any problem When we ran it on kubernets, without touching it, it broke itself in 3 years. Docker is fantastic developement tool, I do see real value in it. But kubernets and whole ecosystem? You must apply updates or your stuff will break one day. Currently I am using docker with docker compose and GCR, it does make things very simply and easy to develop and it's also self documenting. |
|