Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Kube FlowNew to Visual Studio Code? Get it now.
Kube Flow

Kube Flow

pklein

|
187 installs
| (1) | Free
By allowing direct manipulation of Kubernetes resources from YAML files, this tool integrates essential kubectl operations into your coding environment, providing a seamless workflow for applying, describing, getting, and deleting Kubernetes resources.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

kube-flow README

Kube Flow

Kube Flow provides CodeLens to Kubernetes YAML resources that apply some basic kubectl commands: apply, describe, get, and delete.

Features

Kube Flow enhances your Kubernetes development workflow by adding CodeLens actions directly to your YAML files. These actions allow you to quickly apply, describe, get, or delete Kubernetes resources without leaving your editor.

Kube Flow in action

Requirements

  • Kubernetes CLI (kubectl) must be installed and configured.
  • A valid kubeconfig file to connect to your Kubernetes cluster.

Extension Settings

This extension contributes the following settings:

  • kubeFlow.enable: Enable/disable Kube Flow.
  • kubeFlow.kubectlPath: Path to the kubectl executable.

Known Issues

  • None at the moment. Please report any issues on the GitHub repository.

Release Notes

0.0.1

Initial release of Kube Flow.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft