2-Olly
efk-stack
Kind
Cluster 0.yaml

Documentation

 
# Kind Cluster Configuration
 
# multi-node-config.yaml
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
  - role: control-plane
    image: kindest/node:v1.30.4
  - role: worker
    image: kindest/node:v1.30.4
  - role: worker
    image: kindest/node:v1.30.4
  - role: worker
    image: kindest/node:v1.30.4
 
 
# kind create cluster --config CONF_NAME.yaml --name  chat-prod
 
---
# multi nodes path mount 
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
  - role: control-plane
    image: kindest/node:v1.30.4
  - role: worker
    image: kindest/node:v1.30.4
    extraMounts:
      - containerPath: /mnt/data
        hostPath: /mnt/data
        propagation: HostToContainer
  - role: worker
    image: kindest/node:v1.30.4
    extraMounts:
      - containerPath: /mnt/data
        hostPath: /mnt/data
        propagation: HostToContainer
  - role: worker
    image: kindest/node:v1.30.4
    extraMounts:
      - containerPath: /mnt/data
        hostPath: /mnt/data
        propagation: HostToContainer
 
 
# kind create cluster --config kind-cluster-1M-3W-v1.30.yaml --name  chat-prod

💬 Need a Quick Summary?

Hey! Don't have time to read everything? I get it. 😊
Click below and I'll give you the main points and what matters most on this page.
Takes about 5 seconds • Uses Perplexity AI