Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 464 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 464 Bytes

kubernetes-logging-commands

A basic repository to expose more details how to use and check your application logs with Kubernetes

# kubectl get nodes
NAME                 STATUS   ROLES           AGE   VERSION
kubernetes-cluster   Ready    control-plane   8d    v1.24.2
kubernetes-node01    Ready    <none>          8d    v1.24.1
kubernetes-node02    Ready    <none>          8d    v1.24.1
kubernetes-node03    Ready    <none>          8d    v1.24.1