Skip to content

A basic repository to expose more details how to use and check your application logs with Kubernetes. You can check more on Kubernetes Documentation: https://kubernetes.io/pt-br/docs/reference/kubectl/cheatsheet/

License

Notifications You must be signed in to change notification settings

Kubernetes-Tutorialz/kubernetes-logging-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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