Category Kubernetes

Kubernetes configmap guide

A ConfigMap is a Kubernetes resource that allows you to store configuration data as key-value pairs. You can use ConfigMaps…

Kubernetes secret decode

In Kubernetes, a secret is a way to store sensitive information, such as passwords, tokens, or keys, that can be…