Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

A Plea NOT to Use ConfigMaps!

Sumit Rawal answered on June 23, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • ConfigMap#
  • ConfigMaps
  • ConfigMap - Secret
  • The ConfigMap template
  • Extracting Configs to a ConfigMap
  • Creating a ConfigMap from multiple files#
  • Creating a ConfigMap from a directory#
  • Names of all the configMaps
  • Creating ConfigMap using literals#
  • Why No ConfigMaps?#
  • From which of the following source(s) ConfigMaps can be create?
  • Which of the following command is used to create ConfigMaps?
  • create configmap

  • A Plea NOT to Use ConfigMaps!

    0

    Why No ConfigMaps?

    Finding out the Best Way

    When to Use ConfigMaps?

    Why No ConfigMaps?

    ConfigMaps, in our experience, are overused.

    If you have a configuration that is the same across multiple clusters, or if you have only one cluster, all you should do is include it in your Dockerfile and forget it ever existed. When there are no variations of a config, there’s no need to have a configuration file. At least, not outside an immutable image.

    Unfortunately, that is not always the case. To be more precise, it’s almost never the case. We tend to make things more complicated than they should be. That, among other things, often means an endless list of configuration options hardly anyone ever uses. Still, some things usually do change, from one cluster to another, and we might need to look into alternatives to configurations baked into images. 

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on Jun 23 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10

    Closely Related Answers



    0

    Why No ConfigMaps?

    Finding out the Best Way

    When to Use ConfigMaps?

    Why No ConfigMaps?

    ConfigMaps, in our experience, are overused.

    If you have a configuration that is the same across multiple clusters, or if you have only one cluster, all you should do is include it in your Dockerfile and forget it ever existed. When there are no variations of a config, there’s no need to have a configuration file. At least, not outside an immutable image.

    Unfortunately, that is not always the case. To be more precise, it’s almost never the case. We tend to make things more complicated than they should be. That, among other things, often means an endless list of configuration options hardly anyone ever uses. Still, some things usually do change, from one cluster to another, and we might need to look into alternatives to configurations baked into images. 

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on Jun 23 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.