I am debugging an app running in a k8s pod using telepresence. That app mounts several different config maps and I have to mimic it on my client machine, which is annoying, because these config maps may change from time to time.
Is there a way to "mount" these config maps on my client machine? I could probably write a script that does it, but I do not want to invent a wheel.
I recommend checking out mirrord:
https://mirrord.dev
It makes a local process mimic a running pod, including environment variables, so should cover your config map use case. It also proxies incoming and outgoing traffic and file access, but this can be disabled via configuration if not required.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With