Posit on EKS, on the prefix foundation.
The same reproducible stack the bare-metal chain builds — delivered a second way.
Posit Workbench / Connect / Package Manager
run in containers on
Amazon EKS
, and every session mounts
/cvmfs/software.ndexr.io/…/current
and enters the stack the one way:
source hpc-env.sh
→
ml R/4.6.1-foss-2024a
. Deployed from a pinned
helmfile
;
hpc.ndexr.io
remains the control plane.
The cloud chain
The track
The north star, inside a pod
A pod with only a thin base image + the CSI mount can
ml R/…
and
install.packages()
with zero host/image leakage — proven with the same
readelf
loader/RPATH checks the build chain enforces (
bin/90-verify-prefix.sh
). The container is the borrowed layer; nothing of its userland enters a loaded binary.