Public Notes

ssh-keygen -t rsa -b 4096 -N "" -C "email@example.com" -f ~/.ssh/id_rsa
git config --global credential.helper "cache --timeout=604800"
topk(10, sum by (namespace, pod) (
  rate(container_cpu_usage_seconds_total{container!="",pod!=""}[5m])
))
kubectl top pod -A --sort-by=cpu