Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-kubernetes-logsNew to Visual Studio Code? Get it now.
vscode-kubernetes-logs

vscode-kubernetes-logs

Sandip Chitale

|
12,401 installs
| (0) | Free
Directly run kubectl logs command
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-kubernetes-logs README

Directly invoke kubectl logs [-f] pod-name command. This basically implements

UX: Bring back one click Follow Logs and Logs context menu command

Features

The following commands are available on following Kubernetes Explorer tree nodes:

  • Pod
  • Container nodes (needs extension: Kubernetes Pod File System Explorer)
Command Description
vscode-kubernetes-logs.followLogs In a terminal invokes kubectl logs -f pod-name [-c container-name] on the selected pod or container
vscode-kubernetes-logs.logs In a terminal invoke kubectl logs pod-name [-c container-name] on the selected pod or container
vscode-kubernetes-logs.logsOutputToEditor Invoke kubectl logs pod-name [-c container-name] on the selected pod or container and load output in editor

Requirements

Requires vscode-kubernetes-tools extension.

Known Issues

None.

Release Notes

Users appreciate release notes as you update your extension.

1.0.3

Initial release.

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