So if we look at the application as being a container. How do we tackle state, the database.
Using a replication controller to act as a babysitter for the mysql application, to keep it up and running. Attach a volume to the mysql database, think this volume is important in a network sense
So if the database is deleted how to we keep the State of the database (aka maintain is data). Taking away the storage from an individual machine.
Injecting configuration files as a singular secret. Similar to ISDP config
Should not have to log into a singular system to debug Kubernetes