minio-operator-sidecar
Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
10K+
Container Documentation for Minio-Operator-Sidecar
MinIO Operator Sidecar container provides essential functionality for managing and orchestrating MinIO deployments in Kubernetes environments. It facilitates automated operations, monitoring, and maintenance of MinIO instances while ensuring high availability and scalability for enterprise object storage solutions.
📌 Base Foundation: Security-hardened, minimal base OS designed for enterprise containerized environments from Cleanstart Registry.
Image Path: Cleanstart/minio-operator-sidecar
Key Features Core capabilities and strengths of this container
Common Use Cases Typical scenarios where this container excels
Pull Latest Image Download the container image from the registry
docker pull cleanstart/minio-operator-sideca
r:latest
docker pull cleanstart/minio-operator-sidecar:latest-dev
Basic Run Run the container with basic configuration
docker run -it --name minio-operator-sidecar cleanstart/minio-operator-sidecar:latest
Production Deployment Deploy with production security settings
docker run -d --name minio-operator-sidecar-prod \
--read-only \
--security-opt=no-new-privileges \
--user 1000:1000 \
-e MINIO_OPERATOR_TLS_ENABLE=true \
-e MINIO_OPERATOR_CLUSTER_NAME=prod-cluster \
cleanstart/minio-operator-sidecar:latest
Volume Mount Mount local directory for persistent data
docker run -v $(pwd)/config:/opt/minio-operator/config \
-v $(pwd)/certs:/opt/minio-operator/certs \
cleanstart/minio-operator-sidecar:latest
Environment Variables Configuration options available through environment variables
| Variable | Default | Description |
|---|---|---|
| MINIO_OPERATOR_TLS_ENABLE | false | Enable TLS for operator communications |
| MINIO_OPERATOR_CLUSTER_NAME | minio-cluster | Name of the MinIO cluster |
| MINIO_OPERATOR_NAMESPACE | minio-operator | Kubernetes namespace for operator |
| MINIO_OPERATOR_IMAGE_PULL_SECRET | '' | Image pull secret for private registries |
Security Best Practices Recommended security configurations and practices
Kubernetes Security Context Recommended security context for Kubernetes deployments
securityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
seccompProfile:
type: RuntimeDefault
Documentation Resources Essential links and resources for further information
Vulnerability Disclaimer
CleanStart offers Docker images that include third-party open-source libraries and packages maintained by independent contributors. While CleanStart maintains these images and applies industry-standard security practices, it cannot guarantee the security or integrity of upstream components beyond its control.
Users acknowledge and agree that open-source software may contain undiscovered vulnerabilities or introduce new risks through updates. CleanStart shall not be liable for security issues originating from third-party libraries, including but not limited to zero-day exploits, supply chain attacks, or contributor-introduced risks.
Security remains a shared responsibility: CleanStart provides updated images and guidance where possible, while users are responsible for evaluating deployments and implementing appropriate controls.
Content type
Image
Digest
sha256:f2689a6bd…
Size
74.5 MB
Last updated
about 14 hours ago
docker pull cleanstart/minio-operator-sidecar:7.1.1-arm64