@@ -4,33 +4,28 @@ This Chart provides an example that deploys a standalone [MinIO](https://min.io/
This example is a derivative of the [MinIO provided example](https://github.com/minio/minio/blob/master/docs/orchestration/kubernetes/k8s-yaml.md) to target Slate specifically.
We will look at the individual [template files](https://code.ornl.gov/ryu/slate_helm_examples/-/tree/prout-dev/charts%2Fminio-standalone%2Ftemplates) in this minio-standalone chart, to gain basic familiarity with the application/chart building blocks, then deploy the application in your Slate namespace.
Feel free to look at the individual [template files](./templates), in this minio-standalone chart, to gain basic familiarity with the application/chart building blocks. The details of these file is covered below.
**NOTE:** The main objective of this example is to show how the smaller, individual core, components come together to create a simple application deployment. This example can be used to build off of, for a variety of data applications, but it is not meant to be a production deployment. A production deployment may require more thought and robust configurations.
**NOTE:** The main objective of this example is to show how the smaller, individual core, components come together to create a simple application deployment. This example can be used to build off of, for a variety of data applications, but it is not necessarily meant to be a production deployment. A production deployment may require more thought and robust configurations.
## Prerequisites
## Prerequisites to use this chart
**NOTE:** This example will be done on Slate's Marble Cluster. Marble resides in OLCF's Moderate enclave, a peripheral system to Summit.
Please follow the Slate user docs to use this Chart on Marble (link will be provided soon).
- You have a Slate project allocation
- You have the OC tool isntalled
- You can log into Slate's Marble cluster via the OC CLI
- You have helm3 installed
## Core Components of the MinIO Standalone Server on Slate
Please refer to the Slate user documentation (link coming soon) if you have any questions.
This section describes the building blocks of the standalone MinIO server chart.
## Deploying the MinIO Standalone Server on Slate
This section describes the process to deploy a standalone MinIO server on Slate. The deployment uses the [official MinIO Docker image](https://hub.docker.com/r/minio/minio/) from Docker Hub.
This example uses these core components of Kubernetes: