kube helper
Simplify Kubernetes management within VSCode
Listed in categories:
Open SourceText EditorsGitHub


Description
Kube Helper is a wrapper for common kubectl commands that simplifies Kubernetes management by providing quick access to common kubectl commands directly within VSCode.
How to use kube helper?
To use Kube Helper, download the vsix file from the Releases section and install it using the command: code install extension kubehelper.version.vsix. Once installed, click on the sidebar icon to activate the extension and start managing your Kubernetes resources directly from VSCode.
Core features of kube helper:
1️⃣
List resources like Pods, services, etc. in a cluster
2️⃣
Edit definitions of resources like pods and deployments from VSCode
3️⃣
View logs directly in VSCode
4️⃣
Execute commands into Containers
5️⃣
Port forward resources
Why could be used kube helper?
# | Use case | Status | |
---|---|---|---|
# 1 | Streamline Kubernetes management for developers using VSCode | ✅ | |
# 2 | Quickly access and manage Kubernetes resources without leaving the IDE | ✅ | |
# 3 | Enhance productivity by viewing logs and executing commands directly in the development environment | ✅ |
Who developed kube helper?
Kube Helper is developed by pratheeshrussell, focusing on enhancing the Kubernetes management experience within Visual Studio Code.