AWS-specific plugin sidecar and Helm charts for jupyter-k8s deployments.
| Component | Description |
|---|---|
| aws-plugin | SSM-based remote access sidecar, deployed alongside the jupyter-k8s controller |
| aws-hyperpod | Helm chart: plugin + SSM remote access + web UI for SageMaker HyperPod |
| aws-oidc | Helm chart: Traefik reverse proxy + Dex OIDC + OAuth2-Proxy (no Go code) |
jupyter-k8s ──────────► jupyter-k8s-plugin ◄──────── jupyter-k8s-aws
(operator) (shared SDK) (sidecar + charts)
Both jupyter-k8s and jupyter-k8s-aws import the plugin SDK as a leaf dependency.
There is no direct dependency between the operator and this repository.
See charts/aws-hyperpod/ or charts/aws-oidc/ for chart-specific instructions.
See CONTRIBUTING.md.