runner/examples/kubernetes
miladiir 4f4ec159f0
All checks were successful
/ example-docker-compose (pull_request) Successful in 1m51s
checks / build and test (pull_request) Successful in 1m10s
checks / runner exec tests (pull_request) Successful in 51s
/ cascade (pull_request) Has been skipped
Update kubernetes dind example
This fixes a small mistake, where the secret ref and the secret had different names.
2024-03-29 22:30:30 +00:00
..
dind-docker.yaml Update kubernetes dind example 2024-03-29 22:30:30 +00:00
README.md update kubernetes examples to match version 3.0.0 images 2023-08-26 12:19:06 +02:00

Kubernetes Docker in Docker Deployment

Registers Kubernetes pod runners using offline registration, allowing the scaling of runners as needed.

NOTE: Docker in Docker (dind) requires elevated privileges on Kubernetes. The current way to achieve this is to set the pod SecurityContext to privileged. Keep in mind that this is a potential security issue that has the potential for a malicious application to break out of the container context.

dind-docker.yaml creates a deployment and secret for Kubernetes to act as a runner. The Docker credentials are re-generated each time the pod connects and does not need to be persisted.