kubectl hacks

R V Sai
Apr 21, 2021

Now a days everyone start using k8. it’s important that we how to use effectively kubectl to interact with cluster. here is few short cuts i always use in daily opeations.

events:
instead of running describe to particular resource/release. use event(namespaced) command to check events to events from all resource. but these only from last one hour

--

--