60DaysOfK8s – Day 15 Log

Node/pod logging Kubernetes doesn't have a native solution for this. Metric Server is widely used. It's easy to install that. Download the package from git, create all components, then use. kubectl top nodes or kubectl top pods display nodes or pods with CPU memory resources consumption columns. Application logging kubectl logs pod_name # single container … Continue reading 60DaysOfK8s – Day 15 Log