DEV Community

Discussion on: I am DevOps Engineer Working With K8s A Lot, Ask Me Anything!

Collapse
 
joehobot profile image
Joe Hobot

Which cloud provider do you use? Because if you use like stateless the volume should be accessible by all nodes so container it self does not matter where it is unless you go by labels.

Say in my example for elk stack , the ebs volume is created and attached to container as volume, if container for es goes down and goes onto another host the volume is still be available as it’s a shared ebs volume.