Show Menu
Cheatography

Infra for dev Cheat Sheet by

Infra for dev , command line

Kubernetes

log stream
kubectl logs {name} -n billing -f
log file
kubectl logs {name} -n billing > k8s.log
log cat since 0s
kubectl logs {name} -n billing --since=0s
log cat since 0s with timestamps
kubectl logs {name} -n billing --since=0s --time­stamps

Docker

 
 

MAC

alias
vi ~/.bas­h_p­rofile
           
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          Kubectl Cheat Sheet