Config Map
Everything on SkillVeris tagged Config Map — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
What Is a Kubernetes Secret?
A Kubernetes Secret is an API object used to store and manage small amounts of sensitive data, such as passwords, API keys, or TLS certificates, separately fro…
What is a Kubernetes ConfigMap and How Is It Used?
A Kubernetes ConfigMap is an API object that stores non-sensitive configuration data as key-value pairs, letting you decouple environment-specific configuratio…
What is CoreDNS and Why Does Kubernetes Use It?
CoreDNS is a flexible, plugin-based DNS server written in Go that Kubernetes runs as the default cluster DNS provider, translating Service and Pod names into I…