Skip to content

Instantly share code, notes, and snippets.

View lamhoangtung's full-sized avatar
👨‍💻
Working ...

Hoàng Tùng Lâm (Linus) lamhoangtung

👨‍💻
Working ...
View GitHub Profile
@lamhoangtung
lamhoangtung / running-minio-in-minikube.md
Last active September 8, 2022 15:58 — forked from balamurugana/running-minio-in-minikube.md
Running minio in minikube

Minio FS mode:

  1. Deploy minio in fs mode with below yaml in a file like $ kubectl create -f my-minio-fs.yaml
## Create persistent volume claim for minio to store data.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  name: my-minio-fs-pvc
spec: