How can I retrieve a Kubernetes secret from inside a pod hosting jupyterlab? I need to access a secret that holds information needed for spark executor pod configurations. I tried using the answer given here:
k8s/python: How do I read a secret using the Kubernetes Python client?
But I'm running into issues with it. Are there other ways or is there something not specifically mentioned in this answer that is necessary for it to work?