Found something cool today. I am moving more of my Kubernetes workflow into VS Code using the Kubernetes Tools extension.
It handles cluster navigation, log streaming, and resource editing without constant context switching to the CLI. It is much faster for a quick sanity check on a pod.
https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools




