Mongo Express Error while using Basic Auth in Kubernetes
问题 I am deploying a mongo-express pod in my kubernetes cluster in order to have a quick view of my db data. I can use mongo-express normally if I do not config basic auth. However, when I add the basic auth configuration to my Deployment yaml file. It has the below error that showing on website directly. Error: Server Error The server encountered a temporary error and could not complete your request. Please try again in 30 seconds. I am using Kubernetes cluster and I use Ingress to expose mongo