Commit 24cb86ad authored by Prout, Ryan's avatar Prout, Ryan
Browse files

update readme

parent 58263894
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -12,6 +12,19 @@ NOTE: This example will be done on Slate's Marble Cluster. Marble resides in OLC
- You have the OC tool isntalled and can log into Slate (Marble or Onyx cluster) via the CLI
- You have helm3 installed

Please refer to the Slate user documentation (link coming soon) if you have any questions.

## 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:

- [Pods](https://kubernetes.io/docs/concepts/workloads/pods/pod/)
- [Services](https://kubernetes.io/docs/concepts/services-networking/service/)
- [Deployments](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/)
- [Persistent Volume Claims](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)

In the following we will create the pieces of our Minio Standalone application, that use the above core components.

### Create the Persistent Volume Claim