Statefule Sets and Config Map
ConfigMap is an API object that allows you to store non-confidential data as key value pairs. It allows to decouple environment specific information from your container images making them more portable. Pods can consume config maps as environment variables, command line arguments or config files in volumes.
Stateful set is workload API object used to manage stateful applications.
Comments
Post a Comment