Secretless Kubernetes workspaces for AI coding agents
Teams that want coding agents to touch internal databases, SSH hosts, HTTP APIs, Kubernetes clusters, or mTLS services need a workspace pattern where the agent can act under an identity without receiving long-lived secrets. Cordium shows a concrete design: rootless Kubernetes workspaces, declarative environment definitions, and Octelium-mediated access where API keys, passwords, SSH private keys, and kubeconfigs stay at the identity-aware proxy.
A practical pilot would put one agent workflow and one human remote-dev workflow on the same sandbox setup, then audit whether every internal request is tied to a workspace identity and policy decision. The useful test is narrow: can the agent run a real maintenance task against an internal service with no secret copied into the container, while security teams still get OpenTelemetry logs for each request. Cordium also claims VolumeSnapshot templates reduce cold startup time for heavy environments, so the pilot should measure startup latency alongside access-control coverage.