How to securely send the connection string to backend application which is running on kubernetes?
You have to use Kubernetes secrets to store the username, passwords, APIs. Create a secret object in Kubernetes in to hold the data and ensure only authorized user have access to them.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.