< Data Platform < Systems < DataHub

Data Platform/Systems/DataHub/Administration

Datahub Service Details

datahub-next
AttributeValue
OwnerData Platform SRE
Kubernetes Clusterdse-k8s-eqiad
Kubernetes Namespacedatahub-next
Charthttps://gerrit.wikimedia.org/r/plugins/gitiles/operations/deployment-charts/+/master/charts/datahub/
Helmfileshttps://gerrit.wikimedia.org/r/plugins/gitiles/operations/deployment-charts/+/master/helmfile.d/dse-k8s-services/datahub-next/
Docker imagehttps://gitlab.wikimedia.org/repos/data-engineering/datahub
Internal service DNSdatahub-next.svc.eqiad.wmnet
Public service URLdatahub-next.wikimedia.org
Logsdatahub-next combined App Logs (Kubernetes)
Metricshttps://grafana.wikimedia.org/d/hyl18XgMk/kubernetes-container-details?orgId=1&var-datasource=thanos&var-site=eqiad&var-cluster=k8s-dse&var-namespace=datahub-next&var-container=All
Monitorshttps://gerrit.wikimedia.org/r/plugins/gitiles/operations/alerts/+/refs/heads/master/team-data-platform/datahub-availability.yaml
Application documentationhttps://datahubproject.io/docs/features
Pagingfalse
Deployment Phabricator ticketT361185
datahub
AttributeValue
OwnerData Platform SRE
Kubernetes Clusterdse-k8s-eqiad
Kubernetes Namespacedatahub
Charthttps://gerrit.wikimedia.org/r/plugins/gitiles/operations/deployment-charts/+/master/charts/datahub/
Helmfileshttps://gerrit.wikimedia.org/r/plugins/gitiles/operations/deployment-charts/+/master/helmfile.d/dse-k8s-services/datahub/
Docker imagehttps://gitlab.wikimedia.org/repos/data-engineering/datahub
Internal service DNSdatahub.svc.eqiad.wmnet
Public service URLdatahub-wikimedia.org
Logsdatahub-frontend production App logs
Logsdatahub-gms production App logs
Logsdatahub-mce-consumer production App logs
Logsdatahub-mae-consumer production App logs
Metricshttps://grafana.wikimedia.org/d/hyl18XgMk/kubernetes-container-details?orgId=1&var-datasource=thanos&var-site=eqiad&var-cluster=k8s-dse&var-namespace=datahub&var-container=All
Monitorshttps://gerrit.wikimedia.org/r/plugins/gitiles/operations/alerts/+/refs/heads/master/team-data-platform/datahub-availability.yaml
Application documentationhttps://datahubproject.io/docs/features
Pagingfalse
Deployment Phabricator ticketT361185

Deployment

As per Kubernetes/Deployments, we deploy these services from the deployment server, using helmfile.

datahub-next

kube_env datahub-next-deploy dse-k8s-eqiad
cd /srv/deployment-charts/helmfile.d/dse-k8s-services/datahub-next
helmfile -e dse-k8s-eqiad -i apply

datahub

kube_env datahub-deploy dse-k8s-eqiad
cd /srv/deployment-charts/helmfile.d/dse-k8s-services/datahub
helmfile -e dse-k8s-eqiad -i apply

Alerting

The app isn't running

If you're getting paged because the app isn't running, investigate if something in the `datahub-gms-production` logs could explain the crash. In case of a recurring crash, the pod would be in CrashloopBackoff state in Kubernetes. To check whether this is the case, ssh to the deployment server and run the following commands

kube_env datahub-deploy dse-k8s-eqiad
kubectl get pods
kubectl logs -f datahub-gms-production-<hash> -c datahub-gms-production

If no pod at all is displayed, re-deploy the app by following the deployment instructions above.

This article is issued from Wikimedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.