This kind of thing terrifies me, so we made a conscious decision not to have any permanent data stored in the cluster, and avoid PVCs whenever possible. Having a “stateless” cluster actually has some other benefits, upgrading to new K8s versions are easy, we just spin up a new EKS cluster and terminate the old one in a blue/green process.
h
Hugo Pinheiro
08/28/2023, 1:34 PM
We do the same thing as well
d
DanK
08/31/2023, 10:38 PM
I've had software engineers tell me "K8s is pretty simple" and "you can set it up in a day"
Just because something can be set up quickly does not make it simple!
h
Hugo Pinheiro
08/31/2023, 10:43 PM
Day 1 can be simple, day 2 well that's were the hard journey begins 😂