Kube Helper is a wrapper for common kubectl commands that simplifies Kubernetes management by providing quick access to common kubectl commands directly within VSCode.
List Kubernetes resources such as Pods and services within a cluster directly from VSCode.
Edit the definitions of Kubernetes resources like pods and deployments from within VSCode, enhancing the ability to manage them efficiently without leaving the code editor.
View logs of Kubernetes resources directly in VSCode, providing easier access to diagnose and monitor application performance.
Execute commands inside Kubernetes containers from VSCode, providing a seamless interface for interacting with containerized applications.
Port forward resources to access them locally from within VSCode, facilitating development and debugging of Kubernetes applications.