ConfigMaps allow you to decouple configuration artifacts from image content to keep containerized applications portable.
How do I automatically restart Kubernetes pods and pods associated with deployments when their configmap is changed/updated? I know …
kubernetes kubernetes-pod configmapAt present I am creating a configmap from the file config.json by executing: kubectl create configmap jksconfig --from-file=config.…
kubernetes minikube kubernetes-helm configmapKubernetes ships with a ConfigMap called coredns that lets you specify DNS settings. I want to modify or patch a …
kubernetes patch configmap corednsI have the documentation regarding the configmap: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#define-container-environment-variables-using-configmap-data From what I understand is …
kubernetes configmapI'm trying to save the contents of a configmap to a file on my local hard drive. Kubectl supports selecting …
kubernetes jsonpath kubectl configmapWe are using one namespace for the develop environment and one for the staging environment. Inside each one of this …
kubernetes namespaces configmapI am trying to delete a configmap from a k8s namespace .. i created the configmap using the command below …
kubernetes kubectl configmapI have an existing configuration file in JSON format, something like below { "maxThreadCount": 10, "trackerConfigs": [{ "url": "https://example1.com/", "username": "username", "…
kubernetes kubernetes-pod configmap kubernetes-secretsIm new at helm. Im building a splunk helm chart with numerous conf files. I currently use something like this …
templates kubernetes splunk configmap kubernetes-helmI'm trying to understand helm and I wonder if someone could ELI5 to me something or help me with something. …
kubernetes grafana kubernetes-helm configmap