app like that
kube-helper-vscode-ext
kube-helper-vscode-ext

Kube Helper is a wrapper for common kubectl commands that simplifies Kubernetes management by providing quick access to common kubectl commands directly within VSCode.

Features

List Resources

List Kubernetes resources such as Pods and services within a cluster directly from VSCode.

Edit Resource Definitions

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

View logs of Kubernetes resources directly in VSCode, providing easier access to diagnose and monitor application performance.

Exec into Containers

Execute commands inside Kubernetes containers from VSCode, providing a seamless interface for interacting with containerized applications.

Port Forwarding

Port forward resources to access them locally from within VSCode, facilitating development and debugging of Kubernetes applications.