Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 194 Bytes

17-LOGGING.md

File metadata and controls

8 lines (6 loc) · 194 Bytes

How to create kubectl alias (optional):

  • alias k=kubectl

Show the POD logs:

  • k logs pod-name

When you have more then onde container inside the POD:

  • k logs pod-name -c container-name