billowy-petabyte-39802
08/17/2023, 8:00 AMacceptable-computer-51491
08/17/2023, 8:12 AMbillowy-petabyte-39802
08/17/2023, 8:16 AMacceptable-computer-51491
08/18/2023, 3:05 PMkubectl get pods -A
Use this to start bash in the frontend pod
kubectl exec -it -n {namespace} {frontend_pod_name} -- //bin/sh
Example :
kubectl exec -n datahub-dev -it datahub-datahub-frontend-78c4f6786b-bxqxc -- //bin/sh
Inside the bash
cat ./datahub-frontend/conf/user.props
And you will get username:password for the admin to loginbillowy-petabyte-39802
08/19/2023, 2:45 PM