remove references for deprecated dockerfiles and deployment styles (#9675)

This commit is contained in:
Harshavardhana
2020-05-22 08:40:59 -07:00
committed by GitHub
parent 7d79c723e5
commit e45c90060f
16 changed files with 17 additions and 745 deletions

View File

@@ -10,8 +10,6 @@ There are multiple options to deploy MinIO on Kubernetes:
- Helm Chart: MinIO Helm Chart offers customizable and easy MinIO deployment with a single command. Refer [MinIO Helm Chart documentation](https://github.com/helm/charts/tree/master/stable/minio) for more details.
- YAML File: MinIO can be deployed with `YAML` files via `kubectl`. Refer to the [MinIO `YAML` file documentation](https://github.com/minio/minio/blob/master/docs/orchestration/kubernetes/k8s-yaml.md) for more details.
## Monitoring MinIO in Kubernetes
MinIO server exposes un-authenticated readiness and liveness endpoints so Kubernetes can natively identify unhealthy MinIO containers. MinIO also exposes Prometheus compatible data on a different endpoint to enable Prometheus users to natively monitor their MinIO deployments.