Biswaraj Sahoobiswaraj333.hashnode.dev·Aug 7, 2023DevOps(Day-35) : Mastering ConfigMaps and Secrets in KubernetesTABLE OF CONTENTS ConfigMaps Secrets Task-1: Create ConfigMap for your Deployment Task-2 : Secrets in K8s ConfigMaps The ConfigMap API resource holds key-value pairs of configuration data that can be consumed in pods or used to store configurat...Kubernetes