Skip to content

Instantly share code, notes, and snippets.

View Nilubkal's full-sized avatar
🎯
Focusing

Nikolay Kalaydzhiev Nilubkal

🎯
Focusing
View GitHub Profile
@davidteren
davidteren / nerd_fonts.md
Last active April 24, 2025 06:26
Install Nerd Fonts via Homebrew [updated & fixed]
@so0k
so0k / kubectl.md
Last active February 4, 2025 17:16
Playing with kubectl output

Kubectl output options

Let's look at some basic kubectl output options.

Our intention is to list nodes (with their AWS InstanceId) and Pods (sorted by node).

We can start with:

kubectl get no