Skip to content
/ hugill Public

VSCode Remote Container Launcher app for Kubernetes containers

License

Notifications You must be signed in to change notification settings

mtgto/hugill

Repository files navigation

Hugill

Hugill is VSCode Remote Container Launcher app for Kubernetes containers.

Hugill is built with Tauri v2.

demo

How it works

VSCode supports to open k8s remote container like: code --folder-uri vscode-remote://k8s-container+context=<context>+podname=<pod_name>+namespace=<namespace>+name=<container_name><remote_full_path>

It requires VSCode extension Remote Container is installed.

Tech Stack

Related projects

Production Build

You must register Apple Developer Program and generate app-specific password before build for production. See for details: https://tauri.app/distribute/sign/macos/#notarization

APPLE_ID=<Your Apple ID> \
APPLE_TEAM_ID=<Your Team ID> \
APPLE_PASSWORD=<Your App-Specific Password> \
pnpm tauri build --bundles dmg

License

MIT