Hi Foilks, i am facing a challenge ..i have a dotnet framework application..whe . . .

rachin singh:
Hi Foilks, i am facing a challenge …i have a dotnet framework application…where all configurtaion keys are managed in web config,(app setting , DB string etc), so to deploy single image to multiple clients where i can change web config keys in kubernets

abx abx:
Hi you need a mix of secrets and configmap, please store all senstive data into secrets, and configuration related into configmap, also please note that secrets are only hash coded i.e base64. and finally if you configuration or secrets are larger then approx 1 mb then you should consider to split up the configuration. the max size of a secret/configmap is 1mb.