I tried to test whether the URL of MongoDB (client connection string) is correct in the server, it uses Kubernetes with alpine docker, when I tried to install clients, it shows:
bash-5.0# apk add mongodb-client
ERROR: unsatisfiable constraints:
mongodb-client (missing):
required by: world[mongodb-client]
bash-5.0# apk add mongodb-tools
ERROR: unsatisfiable constraints:
mongodb-tools (missing):
required by: world[mongodb-tools]
How to install MongoDB-client only in alpine? usually, I use apk add MySQL-client in but what's the MongoDB client only package?