https://github.com/mtgto/hugill
VSCode Remote Container Launcher app for Kubernetes containers
https://github.com/mtgto/hugill
kubernetes remote-container vscode
Last synced: about 2 months ago
JSON representation
VSCode Remote Container Launcher app for Kubernetes containers
- Host: GitHub
- URL: https://github.com/mtgto/hugill
- Owner: mtgto
- License: mit
- Created: 2024-12-03T05:21:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T04:11:05.000Z (over 1 year ago)
- Last Synced: 2025-04-05T05:22:58.703Z (over 1 year ago)
- Topics: kubernetes, remote-container, vscode
- Language: Rust
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugill
Hugill is VSCode Remote Container Launcher app for Kubernetes containers.
Hugill is built with Tauri v2.

## How it works
VSCode supports to open k8s remote container like: `code --folder-uri vscode-remote://k8s-container+context=+podname=+namespace=+name=`
It requires VSCode extension [Remote Container](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) is installed.
## Tech Stack
- [Tauri v2](https://tauri.app/)
- [SvelteKit](https://svelte.dev/)
- [Bulma](https://bulma.io/)
- [kube.rs](https://kube.rs/)
## Related projects
- [mtsmfm/vscode-k8s-quick-attach](https://github.com/mtsmfm/vscode-k8s-quick-attach) VSCode Extension to attach VSCode to k8s Pod
## Production Build
You must register Apple Developer Program and [generate app-specific password](https://support.apple.com/en-us/102654) before build for production.
See for details: https://tauri.app/distribute/sign/macos/#notarization
```console
APPLE_ID= \
APPLE_TEAM_ID= \
APPLE_PASSWORD= \
pnpm tauri build --bundles dmg
```
## License
MIT