Mounting s3 to a docker container without privileged or SYS_ADMIN mode

5/6/2020

I am using apache airflow with Kubernetes. I am able to mount s3 in scheduler and webserver using s3fuse but worker pods don't take container level securityContext which makes it impossible to add privileged mode to the container.

Is there any way to mount s3 to a kubernetes pod/Docker container without the priviledged or SYS_ADMIN mode

-- Bhavani Ravi
airflow
amazon-s3
docker
kubernetes

0 Answers