Skip to content

defenseunicorns/uds-package-minio-operator

Repository files navigation

🏭 UDS Minio Operator Package

Made for UDS Latest Release Build Status OpenSSF Scorecard

Note

uds-package-minio-operator is only a Bronze package and does not support all minio-operator features yet! If you would like to improve the package we welcome PRs! (see Contributing below)

This package is designed for use as part of a UDS Software Factory bundle deployed on UDS Core.

The MinIO Operator simplifies the deployment and management of MinIO object storage clusters on Kubernetes. It automates the provisioning, scaling, and maintenance of MinIO instances, ensuring high availability and performance.

Prerequisites

This package requires a Kubernetes Cluster providing a Storage Class that has UDS Core installed into it. You can learn more about configuring this package in the configuration documentation

Releases

The released packages can be found in ghcr.

UDS Tasks (for local dev and CI)

*For local dev, this requires you install uds-cli

Tip: To get a list of tasks to run you can use uds run --list!

Contributing

Please see the CONTRIBUTING.md

Development

When developing this package it is ideal to utilize the json schemas for UDS Bundles, Zarf Packages and Maru Tasks. This involves configuring your IDE to provide schema validation for the respective files used by each application. For guidance on how to set up this schema validation, please refer to the guide in uds-common.