Metrics Server

  • Collect and store metrics in-memory
    1
    2
    3
    4
    # Install files
    git clone https://github.com/kubernetes-incubator/metrics-server.git
    # Check
    kubectl top node/pod

Logging

1
kubectl logs -f pod-name [container-name]