Hi Everyone! :wave: I am currently try to deploy d...
# all-things-deployment
i
Hi Everyone! 👋 I am currently try to deploy datahub into Google Kubernetes Engine. So far I’ve successfully install the datahub by following this guideline (https://github.com/linkedin/datahub/tree/master/contrib/kubernetes), but somehow after installing it, I can not login and when I check the log from GMS pod it says “javax.servlet.UnavailableException: Servlet Not Initialized”. Can anyone help me resolve this issue? Thank you
Here is the list of kube pods
and here is the full log of
datahub-datahub-gms-cc6f6d94b-wfmwr
pods
e
Hey! it looks like the login creds for mysql is incorrect. What is the username you set in global.sql.datasource.username ?
and also the config you used to bring up the mysql. If you used bitnami/mysql to bring it up, it sets admin username to “root”
i
hey @early-lamp-41924, here is my current config for mysql
Copy code
sql:
  datasource:
    host: "10.127.251.66:3306"
    url: "jdbc:<mysql://mysql:3306/datahub?verifyServerCertificate=false&useSSL=true>"
    driver: "com.mysql.jdbc.Driver"
    username: "datahub"
    password:
      secretRef: "mysql"
      secretKey: "mysql-password"
here is my helm command when installing mysql
helm install *mysql* --set auth.username=datahub bitnami/*mysql*
umm I am not quite sure on what you mean on this, so do I need to change mysql username to root? https://datahubspace.slack.com/archives/CV2UVAPPG/p1619150172097200?thread_ts=1619149780.096400&amp;cid=CV2UVAPPG
e
Are you free now for a quick sync?
i
yups I am free now
hi @early-lamp-41924 could you send me your email so that I can invit you to the call. thanks