Has the following:
- Cassandra docker compose
- Cockroach docker compose
- minio helm chart
To run install the minio helm chart use the following command:
helm install minio minio-chart/To forward relevant ports you can use kubectl
# For applications
kubectl port-forward pod/minio-0 9000:9000
# for the dashboard
kubectl port-forward pod/minio-0 9001:9001