Handling File System Changes in Operator-based Installation
This guide explains how to manage file system operations in Digital.ai Release when using Operator-based installation. By default, containers run with read-only file systems for enhanced security. Learn how to configure various storage options including temporary storage, persistent volumes, and custom mounts to meet your application's needs while maintaining security best practices.
Security Configuration
All containers in the Operator-based installation of Digital.ai Release are configured with:
readOnlyRootFilesystem: true
- The file system is mounted as read-onlyrunAsNonRoot: true
- The container runs as a non-root user
These settings enhance security by preventing unauthorized access and modifications to the file system.
Exception
The volume-permission containers that set mounted volume permissions run as root and can be removed after permission configuration.