#Kubectl
Today at #KubeCon we demystified building AI-assisted DevOps tools. The LLM prompts don't need to be uber fancy. Don't need a lot of tools. It can be kubectl CLI wrapped in a tool object. MCP servers have their place, but they can't be thin API wrappers because LLMs will struggle to use those.
November 11, 2025 at 10:14 PM
Fun Fact: Argo CD doesn’t use kubectl diff 🤔.

Instead, it relies on its own internal diffing library to detect differences between your desired and live states.

At #ArgoCon Atlanta, Gerald Nunn and Andrew Block explored exactly how this works in their talk, “What the Diff?”
November 10, 2025 at 3:56 PM
kubectl apply > vm boot > cloud-init > clone kalilix > build flake

She's alive!!!!! 🐉🍦
November 9, 2025 at 11:45 PM
🎯 Scenario #10 — Use kubectl diff to Preview Changes Before Applying in Kubernetes https://cstu.io/37e8ef #techie #gaming #robotics
🎯 Scenario #10 — Use kubectl diff to Preview Changes Before Applying in Kubernetes
This scenario teaches you how to see what will change in the cluster BEFORE applying YAML, similar to...
cstu.io
November 9, 2025 at 10:03 AM
🎯 Scenario #10 — Use kubectl diff to Preview Changes Before Applying in Kubernetes This scenario teaches you how to see what will change in the cluster BEFORE applying YAML, similar to Git dif...

#kubernetes #devops #cicd #containers

Origin | Interest | Match
🎯 Scenario #10 — Use kubectl diff to Preview Changes Before Applying in Kubernetes
This scenario teaches you how to see what will change in the cluster BEFORE applying YAML, similar to...
dev.to
November 9, 2025 at 10:18 AM
kubectl get job --all-namespaces
November 7, 2025 at 8:26 PM
This project implements a bare-metal autoscaler that scales by doing `kubectl drain` + `poweroff` on underutilized nodes and using Wake-on-LAN / IPMI to power nodes up

It treats node types by labels instead of predefined “node groups.”

https://ku.bz/jXnFwTRbR
November 7, 2025 at 2:41 PM
k8s-doctor is a kubectl cluster triage plugin that helps you diagnose cluster issues — like `brew doctor` but for Kubernetes ➜ https:// ku.bz/HnlyQp074

Interest | Match | Feed
Origin
learnk8s.news
November 6, 2025 at 5:43 PM
k8s-doctor is a kubectl cluster triage plugin that helps you diagnose cluster issues — like `brew doctor` but for Kubernetes ➜ https:// ku.bz/HnlyQp074

Interest | Match | Feed
Origin
learnk8s.news
November 6, 2025 at 5:43 PM
k8s-doctor is a kubectl cluster triage plugin that helps you diagnose cluster issues — like `brew doctor` but for Kubernetes

https://ku.bz/HnlyQp074
November 6, 2025 at 5:06 PM
systemdもさ、kubectl run ... --dry-runでマニフェストのひな形が出力できるように、せっかくsystemd-runコマンドあるんだからこれで--dry-runつけたらUnitファイルのひな形出てきたらめちゃ便利そうだよね
November 6, 2025 at 2:48 AM
systemdもさ、kubectl run … –dry-runでマニフェストのひな形が出力できるように、せっかくsystemd-runコマンドあるんだからこれで–dry-runつけたらUnitファイルのひな形出てきたらめちゃ便利そうだよね
November 6, 2025 at 2:48 AM
github-actions pushed builder github-actions[bot] bot pushed to metadata in pkgforge-go/builder · November 4, 2025 22:11 2 commits to metadata 5abfddd Pushed Metadata (kubectl-explore-19083455465-...

Origin | Interest | Match
Comparing 59d4dcf98c...5fc88e260f · pkgforge-go/builder
📦 The Largest Collection of Pre-Compiled Go Static Binaries for Soar: The Modern, Bloat-Free Distro-Independent Package Manager - Comparing 59d4dcf98c...5fc88e260f · pkgforge-go/builder
github.com
November 4, 2025 at 10:17 PM
KUBECTL RECYCLE NODE: How to Reallocate Resources on a Kubernetes Node All about recycling https:// ibizaund.wordpress.com/2025/10 /28/kubectl-recycle-node-how-to-reallocate-resources-on-a-kubernetes-node/

Interest | Match | Feed
Origin
mastodon.social
November 3, 2025 at 5:46 PM
mcp-server-kubernetes exposes a complete Kubernetes management layer via Model Context Protocol (MCP), letting tools like Claude Desktop and mcp-chat run kubectl and Helm commands securely ➤ https:// ku.bz/gdfy-l6q7

Interest | Match | Feed
Origin
learnk8s.news
November 1, 2025 at 5:06 PM
mcp-server-kubernetes exposes a complete Kubernetes management layer via Model Context Protocol (MCP), letting tools like Claude Desktop and mcp-chat run kubectl and Helm commands securely

https://ku.bz/gdfy-l6q7
November 1, 2025 at 5:06 PM
time kubectl completion bash
...
real 0m5.118s
user 0m0.119s
sys 0m0.034s

I know this is a slow machine, but ugh.
November 1, 2025 at 9:07 AM
kubectl-find is a #kubectl plugin that helps you find #Kubernetes resources based on various criteria (including custom jq filters) and perform some actions.

GitHub repo: github.com/alikhil/kube...

// Source: #Kubernative Telegram channel
GitHub - alikhil/kubectl-find: Missing kubectl UNIX-find-like plugin to find resources and perform action on them
Missing kubectl UNIX-find-like plugin to find resources and perform action on them - alikhil/kubectl-find
github.com
October 30, 2025 at 4:29 PM
kubectl-ai acts as an intelligent interface, translating user intent into precise Kubernetes operations and making Kubernetes management more accessible and efficient ➤ https:// ku.bz/c7DkSr1qv

Interest | Match | Feed
Origin
learnk8s.news
October 29, 2025 at 7:10 PM
kubectl-ai acts as an intelligent interface, translating user intent into precise Kubernetes operations and making Kubernetes management more accessible and efficient ➤ https:// ku.bz/c7DkSr1qv

Interest | Match | Feed
Origin
learnk8s.news
October 29, 2025 at 7:07 PM
kubectl-ai acts as an intelligent interface, translating user intent into precise Kubernetes operations and making Kubernetes management more accessible and efficient

https://ku.bz/c7DkSr1qv
October 29, 2025 at 7:06 PM
Kubetail is a bash script aggregating (tail/follow) logs from multiple pods into one stream

This is the same as running `kubectl logs -f` but for multiple pods

https://ku.bz/9BypVmZBZ
October 29, 2025 at 5:06 PM
Вчора розгортав grafana/meta-monotoring на свому іграшковому k3s кластері з віртуальних машин.

- kubectl nodeA cordon/drain
- додати до ВМ CPU/memory, бо поди не стартують через тиск на памʼять/цп
- kubectl uncordon nodeA

🔁 для всіх ВМ. Один под захотів аж 8Гб памʼяті 🤕
October 29, 2025 at 8:54 AM
Can't get host id to ip mapping error Hello, I am new to scylladb. I set up all the prerequisite on gke using GitOps (kubectl) | ScyllaDB Docs and all the component are up and running. Now I am...

Origin | Interest | Match
Awakari App
awakari.com
October 29, 2025 at 7:56 AM
can't get host id to ip mapping error Hello, I am new to scylladb. I set up all the prerequisite on gke using GitOps (kubectl) | ScyllaDB Docs and all the component are up and running. Now I am...

Origin | Interest | Match
Awakari App
awakari.com
October 29, 2025 at 7:07 AM