<data:blog.pageTitle/>

This Page

has moved to a new address:

https://vmvirtual.blog

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service
BIOLNX: Kubernetes Log Pod

martedì 15 ottobre 2019

Kubernetes Log Pod


Per vedere i log di un POD

kubectl logs <POD> -n <NameSpace> -c <Container>

Per eseguire un tail dei log di un POD

kubectl logs --follow <POD> -n <NameSpace> -c <Container>

Etichette: , , , , ,

0 Commenti:

Posta un commento

Iscriviti a Commenti sul post [Atom]



<< Home page