vs-kubernetes
provides a Visual Studio Code extension for interacting with Kubernetes clusters.
vs-kubernetes
supports a number of commands for interacting with Kubernetes, they are accessible via the command
menu (ctrl-shift-p
)
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.
Kubernetes Explain
- Use thekubectl explain ...
tool to annotate Kubernetes API objectsKubernetes Create
- Create an object using the current documentKubernetes 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.
Kubernetes Run
- Run the current application as a Kubernetes Deployment
None currently.
Nothing known (plenty unknown ;)
Initial release of vs-kubernetes
Internal revision
- Add
kubernetes sync
which synchronizes your git repo with running containers - Initial release of the extension in the marketplace
Add checking for the kubectl
binary in the PATH
Add support for 'diff' between files and objects on server Add support for exec and terminal into pods