#kubectl
born to meow forced to kubectl
October 17, 2023 at 11:50 AM
kubectl delete -f this.yaml
November 27, 2025 at 12:48 AM
Open sourcing a new kubectl plugin called `kubectl node-resource` that queries allocations/utilizations for all/subset of the Kubernetes nodes. It has optimizations for large clusters. We've needed this in our set up to quickly answer questions. github.com/ahmetb/kubec...
June 23, 2025 at 9:44 PM
Remember you can create a Kubernetes ingress v1 from the command line using kubectl "kubectl create ing --help"
#CKA
November 18, 2024 at 2:16 AM
play that funky kubectl white boy
March 15, 2024 at 8:53 PM
I thought kubectl describe generated alt text for your clusters
March 26, 2025 at 1:11 AM
definitely need to alias lubectl=kubectl
April 21, 2026 at 9:28 PM
kubectl describe pod

Pod is healthy, but has concerns about the direction of the project.
August 24, 2026 at 6:06 PM
that's why I typed kubectl describe and try to get back
October 30, 2024 at 6:49 PM
kubectl-ai : un plugin open source développé par Google Cloud qui permet d’interagir avec un cluster Kubernetes en langage naturel.

👉 Projet : github.com/GoogleClo...
May 7, 2025 at 6:00 PM
This week, I finally took the time to learn how to efficiently merge multiple Kubernetes configuration files with kubectl. To my surprise, it’s incredibly simple and requires just two steps!

Can't stop wondering how many hours I lost doing this manually 😅

#Kubernetes #DevOps #CloudNative #kubectl
November 23, 2024 at 6:53 AM
🎉 kubectl exec, ok, mais et kubectl debug ?

Je continue de refondre la doc kubectl en petites sections complètes ! Découvrez comment exécuter des cdes dans un pod, ouvrir un shell interactif et utiliser les conteneurs éphémères.

blog.stephane-robert.info/docs/contene...

ko-fi.com/stephanerobe...
Comment débugger avec kubectl exec et kubectl debug
Explorez les commandes `kubectl exec` et `kubectl debug` pour interagir et déboguer efficacement vos applications dans Kubernetes.
blog.stephane-robert.info
February 17, 2025 at 5:16 PM
I think you mean

systemctl
journalctl
kubectl
December 13, 2024 at 5:58 AM
I always knew kubectl was a bdsm thing…
September 23, 2026 at 4:22 PM
What's new in kubectl?
- user preferences with kubectl is still in Beta in order to gather more feedback
- migration spdy to websockets for kubectl apply/exec/port-forward
- bye bye kui and krm-functions
- kubectl multi conditions
-...
#KubeCon
March 24, 2026 at 3:29 PM
Officially passed my CKA certification! Now who wants to kubectl? :3
October 20, 2023 at 11:05 PM
Argo CD 3.0 is officially released! Go git it!

This release contains tons of performance, security, and usability improvements. It distills tons of best practices into new default behavior.

Don't forget to review the upgrade docs to make ready! @argoproj
github.com/argoproj/arg...
Release v3.0.0 · argoproj/argo-cd
Quick Start Non-HA: kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.0/manifests/install.yaml HA: kubectl create namespace argocd k...
github.com
May 8, 2025 at 4:11 AM
My favorite little-known new feature in kubernetes v1.33:

Show me pods with a container running as root.

kubectl get pods -A -o json | jq -r '.items[] | select(.status.containerStatuses[].user.linux.uid == 0) .metadata.name'
May 17, 2025 at 12:42 AM
kubectl delete this
November 30, 2024 at 12:24 AM
KUBECTL TRIVIA
name the kubectl command that handles "--interactive"
November 25, 2024 at 5:14 AM
kubectl-ai by @sozercan (⭐️ 1196)

✨ Kubectl plugin to create manifests with LLMs

#go
September 26, 2026 at 5:06 AM
역시 이런 날에는 가볍게 나가야지
June 14, 2025 at 3:38 AM
Can somebody please run

kubectl scale --replicas=12500 -f wifi.yaml on the wifi cluster 🤷‍♂️

#kubecon
April 2, 2025 at 1:17 PM
How do you pronounce kubectl?

• Cube-cuttle /kjub.kʌt.əl/
• Koob-cuttle /kuːb.kʌt.əl/
• Cue-beck-tel /kju.bɛk.təl/

Since Kubernetes is pronounced "KOO" (/ˌkuːbərˈnɛtiːz/), it seems like it would be koob-cuttle. However, the correct answer is cue-beck-tel.
August 8, 2025 at 4:05 PM
"There are two ways to pronounce kubectl. One of them is cube c t l, and the other one is wrong." #MSIgnite
November 21, 2024 at 9:02 PM