檢視pod下面某一個容器的日誌

lucky_tomato發表於2024-05-28
 kubectl logs -f  <POD-name> -n <nameSpace> -c  <container_name> 

  

相關文章