Skip to content

Deployed Services & Ecosystem

Science IT deploys and manages a suite of cloud-native infrastructure components to power lab workloads:

ServiceTechnologyDescriptionAccess / URL
User PortalAstro + ReactSelf-service namespace and credential hubberkelium.lbl.gov/portal
Container RegistryHarborHigh-speed local OCI image registry with vulnerability scanningregistry.berkelium.lbl.gov
ObservabilityGrafana + PrometheusLive CPU, memory, NVLink, and GPU thermals dashboardgrafana.berkelium.lbl.gov
Secrets EngineHashiCorp VaultSecure credential and token management for research containersvault.berkelium.lbl.gov
Distributed RayKubeRay OperatorCustom resource definitions (RayCluster, RayJob, RayService)In-cluster CRDs
JupyterHubZero-to-JupyterHubBrowser-based interactive Python/Julia/R notebooksjupyter.berkelium.lbl.gov
Object StoreCeph S3 GatewayHigh-throughput S3-compatible bucket storages3.berkelium.lbl.gov

Berkelium operates an in-cluster Harbor container registry with 100Gbps network connectivity to all compute nodes. Using this registry significantly speeds up pod launch times by caching base images locally:

Terminal window
# Log in with LBNL OneID credentials
docker login registry.berkelium.lbl.gov
# Tag and push your research container
docker tag my-pytorch-model:latest registry.berkelium.lbl.gov/sci-als/pytorch-model:latest
docker push registry.berkelium.lbl.gov/sci-als/pytorch-model:latest