Skip to content

Latest commit

 

History

History
75 lines (37 loc) · 798 Bytes

AKS Part 5 - Debuggins ANd Monitoring.md

File metadata and controls

75 lines (37 loc) · 798 Bytes

Commands used during AKS Part 5 Hands on Demo

Docker debugging

Docker container logs

docker logs

Docker Inspect Container

docker inspect

Attach to running container

docker attach 

Container resource usage

docker stats

Running processes

docker top 

Kubernetes debugging

Cluster info

kubectl config view

Get current context

kubectl config current-context

kubectl get services

kubectl get services --namespace aks-part4

kubectl get pods --namespace aks-part4

kubectl get pods --namespace aks-part4 --include-uninitialized

kubectl describe nodes aks-nodepool1-99012362-1

kubectl describe pod --namespace aks-part4 techtalksweb-858d956d68-pzlks