Skip to main content

ArgoCD

Introduction

Argo CD is a delivery tool for Kubernetes.

Global DCC containers can be monitored in Argo CD.

Shortcuts

Tutorial

Finding back-end for roadnet 'DK'

  1. Browse Argo CD URL.
  2. Log in with AMCS credentials.
  3. Search for 'Global DCC'.
  4. Show 'Pods' view (top right corner).
  5. Find the 'DK' back-end (you can hover on all pods).
    1. A pod is a collection of containers.

Show DCC log of back-end for roadnet 'DK'

  1. Click on the pods and click 'Logs'

Tricks:

  • Filter the log for logs containing "Log::", so only DCC logs are showns
    • Remember, when all is fine, DCC will not log anything. So the log might be empty.
  • Click on "Show timestamps", it helps.

img

Restart DCC back-end for roadnet 'DK'

  1. Click on the pods and click 'Delete'. It will be recreated.
    1. If this is unauthorized, raise a DevOps ticket.