Recent Posts

Vim cheatsheet

12 minute read

Cursor movement h - move cursor left j - move cursor down k - move cursor up l - move cursor right H - move to top of screen M - move to middle of screen L -...

Kafka cheatsheet

less than 1 minute read

Send kafka messages to the topic kafka-console-producer --broker-list localhost:9092 --topic {topic} >send >wow

k8s cheatsheet

less than 1 minute read

Get all resources in the given context # resources: deployment,pods,services,configmaps,secrets,ingress kubectl --context {context} get pods