Skip to content

Visual Studio Code Extension for Kubernetes [alpha!]

Notifications You must be signed in to change notification settings

davefellows/vs-kubernetes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vs-kubernetes README

vs-kubernetes provides a Visual Studio Code extension for interacting with Kubernetes clusters.

Features

vs-kubernetes supports a number of commands for interacting with Kubernetes, they are accessible via the command menu (ctrl-shift-p)

General commands

  • Kubernetes Load - Load a resource from the Kubernetes API and create a new editor window.
  • Kubernetes Get - Get the status for a specific resource.
  • Kubernetes Logs - Get logs for a pod in an output window.

Commands while viewing a Kubernetes file

  • Kubernetes Explain - Use the kubectl explain ... tool to annotate Kubernetes API objects
  • Kubernetes Create - Create an object using the current document
  • Kubernetes Delete - Delete an object contained in the current document.
  • Kubernetes Apply - Apply changes to an object contained in the current document.
  • Kubernetes Expose - Expose the object in the current document as a service.

Commands for application directories

  • Kubernetes Run - Run the current application as a Kubernetes Deployment

Extension Settings

None currently.

Known Issues

Nothing known (plenty unknown ;)

Release Notes

0.0.1

Initial release of vs-kubernetes

0.0.2

Internal revision

0.0.3

  • Add kubernetes sync which synchronizes your git repo with running containers
  • Initial release of the extension in the marketplace

0.0.4

Add checking for the kubectl binary in the PATH

0.0.5

Add support for 'diff' between files and objects on server Add support for exec and terminal into pods

About

Visual Studio Code Extension for Kubernetes [alpha!]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%