Skip to main content

volume

Kubernetes: Mount a file in your Pod using a ConfigMap
·275 words·2 mins
kubernetes azure config map volume
Lately I’ve been learning Go and this week I started a side project named kube-sherlock. The purpose of this small program is to list any pod that does not have the labels that your organization requires. For kube-sherlock I created a dockerfile were both the program (kube-sherlock) and the default configuration (config.yaml) are placed in the app folder: