Sanchit Panditsanchitpandit.hashnode.dev·Feb 14, 2024Kubectl Cheat Sheet – 15 Kubernetes Commands & ObjectsCommon Options In kubectl you can specify optional flags for use with various commands. alias – Set an alias for kubectl. alias k=kubectl echo 'alias k=kubectl' >>~/.bashrc -o=json – Output format in JSON. kubectl get pods -o=json -o=yaml – Output ...Kubernetes
Matt Poguethesoloadmin.hashnode.dev·Sep 6, 2022Users Aren't the Enemy - They're Your First Line of DefenseIn IT, security is always at the back of your mind, ceaselessly reminding you how easily everything you've built can come crashing down around you. And if you don't feel this way, there's nothing like a company-wide incident to bring security sharply...Security