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

Popular posts from this blog

python3: unpickling error

Azure Data Analytics: Part1: Hosting Data Lake storage: Gen1 and Gen2