act_runner/examples/kubernetes
Jason Song 316534996a Build docker image `gitea/act_runner/x.y.z-dind-rootless` (#239)
Follow #208

Reviewed-on: https://gitea.com/gitea/act_runner/pulls/239
Reviewed-by: Zettat123 <zettat123@noreply.gitea.com>
2023-06-15 05:27:35 +00:00
..
README.md implement act_runner rootless image (#208) 2023-06-12 06:35:27 +00:00
dind-docker.yaml Documentation enhancements (#207) 2023-06-05 08:46:15 +00:00
rootless-docker.yaml Build docker image `gitea/act_runner/x.y.z-dind-rootless` (#239) 2023-06-15 05:27:35 +00:00

README.md

Kubernetes Docker in Docker Deployment with act_runner

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.

Files in this directory:

  • dind-docker.yaml How to create a Deployment and Persistent Volume 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.

  • rootless-docker.yaml How to create a rootless Deployment and Persistent Volume 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.