An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Hugill

Hugill is VSCode Remote Container Launcher app for Kubernetes containers.

Hugill is built with Tauri v2.

![demo](https://github.com/user-attachments/assets/8a338f0f-12d0-419d-a356-665be429f1af)

## 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