Skip to content

Instantly share code, notes, and snippets.

View taking's full-sized avatar
🐈
Focusing

taking taking

🐈
Focusing
View GitHub Profile

kubespray in containerd

  • kubespray in containerd

Prerequisites

  • containerd

installation

git clone https://github.com/kubernetes-sigs/kubespray.git
cd kubespray
@taking
taking / argv.json
Last active August 13, 2022 12:52
Visual Studio Code (Server Only) Settings.json
{
"locale": "ko"
}

eck-operator Installation with Helm

  • Elasticsearch, Kibana, APM Server, Enterprise Search, and Beats on Kubernetes

Step

  1. Deploy an eck-operator
  2. Deploy an Elasticsearch
  3. Deploy an Kibana

Repo

Ingress-nginx Installation with Helm

Prerequisites

  • Kubernetes 1.19+
  • Helm 3.2.0+

helm update

helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm repo update

Longhorn Installation with Helm

Prerequisites

  • Kubernetes 1.19+
  • Helm 3.2.0+
  • (All Nodes) mkdir -p /data/longhorn

helm update

helm repo add longhorn https://charts.longhorn.io