Skip to content

Debugging

General kubernetes

Try https://k9scli.io/

$ dev-cli ssh kubectl
# OR
$ ssh zcdn@kubectl1.smartweb.io

# This will show you a overview of production
$ k9s

# This will show you a over of staging
$ k9s --context kube2clu3-dk2-virtualdatacenter-nu

Try checking the helm release

$ dev-cli ssh kubectl
# OR
$ ssh zcdn@kubectl1.smartweb.io

# See all helm resources
$ kubectl get helmreleases

# See the helm status
$ kubectl describe helmreleases [service-name]

See all logs for a service

# Show all logs based on label
$ kubectl logs --tail 1000 -f -l app.kubernetes.io/name=blogs