Skip to content

Instantly share code, notes, and snippets.

View taking's full-sized avatar
🐈
Focusing

taking taking

🐈
Focusing
View GitHub Profile

Rook Ceph Installation with Helm

Minimum Requirement

  • Cluster 3EA (8G RAM↑)

Prerequisites

  • Kubernetes 1.19+
  • Helm 3.2.0+
  • lvm2 pacakge (apt install lvm2 -y)
  • 각 vm 마다 추가 vdb 디스크 마운트 (파티션 X)

Authentik Installation with Helm

  • postrges, redis 이미지는 bitnami 를 이용하기 때문에 arm 환경에서는 사용 불가

Prerequisites

  • Kubernetes 1.19+
  • Helm 3.2.0+
  • pwgen package (apt-get install pwgen)
  • geoIP Account

SECRET KEY

Istio Installation with Helm

Prerequisites

  • Kubernetes 1.19+
  • Helm 3.2.0+

helm update

helm repo add istio https://istio-release.storage.googleapis.com/charts
helm repo update

Harbor Installation with Helm

Repo

Prerequisites

  • Kubernetes 1.19+
  • Helm 3.2.0+
  • [If enabled] A persistent storage resource and RW access to it
  • [If enabled] Kubernetes StorageClass for dynamic provisioning