Skip to main content

Inspecting deployed services

This page gives an overview on how to inspect deployed services. The only Global Dcc specific part is the choice of AKS (Azure Kubernetes Services) cluster to connect to.

Why

A "deployed gDcc" consists of several interacting services (docker containers) running in some cluster. It may therefore be hard to reproduce or diagnose some problems locally (or even impossible). Having access to status, logs, resource usage, metrics and trace information of deployed services can help a lot.

We expect more tools to be provided by DevOps via work item 367544.

Until then, we have to rely on

  • ArgoCD, owned by DevOps, very easy to use
  • OpenLens, an open source tool that needs to be pre-configured

Both tools allows us to see the status of ongoing deployment and running pods (incl. logs).