Kubernetes Storage with Saad Ali

10/06/2019 53 min
Kubernetes Storage with Saad Ali

Listen "Kubernetes Storage with Saad Ali"

Episode Synopsis

Containers are made to fail gracefully. When your container shuts down due to a hardware or software failure, your distributed application should be able to tolerate that failure. One simple way to be able to tolerate such a failure is to make all of your application logic “stateless.” If your application does not maintain state,
The post Kubernetes Storage with Saad Ali appeared first on Software Engineering Daily.