Tools - nlpie/nlp-adapt-kube GitHub Wiki

Determine on which node a particular pod is running

  1. kubectl get pod -o wide

View Docker real time stats

  1. docker stats

ssh into a pod

  • kubectl run -it --rm --image=<docker image name> <aliased name> # from image
  • kubectl exec -it <running pd> -- /bin/bash # from running pod

Argo dashboard UI

  • for minikube kubectl patch svc argo-ui -n kube-system -p '{"spec": {"type": "LoadBalancer"}}'
    minikube service -n kube-system --url argo-ui
  • for multi-node cluster

Kubernetes dashboard UI

kubectl top

AMQ console

⚠️ **GitHub.com Fallback** ⚠️