-
how to get username and password when accessing database from outside the cluster ? |
Beta Was this translation helpful? Give feedback.
Answered by
ymmt2005
Sep 17, 2021
Replies: 1 comment 1 reply
-
You can create a user for external access with You may obtain the passwords for |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
northboys
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can create a user for external access with
kubectl moco
as described here.https://cybozu-go.github.io/moco/usage.html#mysql-users
You may obtain the passwords for
moco-admin
,moco-writable
, ormoco-readonly
userthrough
kubectl moco credential
.