https://github.com/k8shell-io/charts
k8shell Helm charts
https://github.com/k8shell-io/charts
helm workspaces
Last synced: 2 days ago
JSON representation
k8shell Helm charts
- Host: GitHub
- URL: https://github.com/k8shell-io/charts
- Owner: k8shell-io
- License: agpl-3.0
- Created: 2026-04-10T16:06:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-26T08:01:30.000Z (9 days ago)
- Last Synced: 2026-06-26T08:22:46.001Z (9 days ago)
- Topics: helm, workspaces
- Language: Shell
- Homepage: https://docs.k8shell.io/configuration/helm-charts/
- Size: 186 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/k8shell-io/charts/actions/workflows/chart-k8shell.yaml)
[](https://github.com/k8shell-io/charts/actions/workflows/chart-k8shell-bundle.yaml)
[](https://github.com/k8shell-io/charts/actions/workflows/chart-idp-github.yaml)
[](https://github.com/k8shell-io/charts/actions/workflows/chart-idp-gitlab.yaml)
[](https://github.com/k8shell-io/charts/actions/workflows/chart-ssh-shield.yaml)
[](https://github.com/k8shell-io/charts/actions/workflows/chart-vault-secrets.yaml)
# charts
Helm charts for [k8shell](https://k8shell.io) — Cloud-native Development Environment.
## Charts
| Chart | Description |
|-------|-------------|
| [k8shell](./k8shell) | Core k8shell platform — open-source components (ssh-proxy, identity, provisioner) plus extended services (api-server, authz, session, frontend). |
| [k8shell-bundle](./k8shell-bundle) | Umbrella chart deploying k8shell together with PostgreSQL, NATS, and Vault-backed secrets. |
| [idp-github](./idp-github) | GitHub Identity Provider — authenticates users via GitHub OAuth. |
| [idp-gitlab](./idp-gitlab) | GitLab Identity Provider — authenticates users via GitLab OAuth. |
| [ssh-shield](./ssh-shield) | SSH Shield service — policy enforcement proxy for SSH sessions. |
| [vault-secrets](./vault-secrets) | Maps HashiCorp Vault secrets to Kubernetes secrets. |
`k8shell-bundle`, `idp-github`, `idp-gitlab`, and `ssh-shield` are available under the [Early Access Program](https://docs.k8shell.io/licensing#early-access).
## Requirements
- Helm v3+
- kubectl configured against a running cluster
## Quickstart
```bash
./bin/quickstart.sh
```
Installs k8shell into your cluster with sensible defaults. Run with `--help` for available options.
See [k8shell documentation](https://docs.k8shell.io) for full configuration reference.
## License
AGPL-3.0-or-later. See [LICENSE](LICENSE).