kube: coral

This commit is contained in:
2025-08-02 14:41:36 +03:00
parent 057d602db4
commit 0ed97f0263
2 changed files with 44 additions and 15 deletions

View File

@@ -60,21 +60,19 @@ all:
# Kubernetes cluster setup documented at
# https://git.k-space.ee/k-space/kube
kubernetes:
external.kube.k-space.ee:
ansible_host: 172.21.3.101
children:
masters:
hosts:
master1.kube.k-space.ee:
ansible_host: 172.21.3.51
master2.kube.k-space.ee:
ansible_host: 172.21.3.52
master3.kube.k-space.ee:
ansible_host: 172.21.3.53
kubelets:
hosts:
nvr.kube.k-space.ee:
ansible_host: 172.21.3.100
children:
# Workers run bulk of the applications
masters:
hosts:
master1.kube.k-space.ee:
ansible_host: 172.21.3.51
master2.kube.k-space.ee:
ansible_host: 172.21.3.52
master3.kube.k-space.ee:
ansible_host: 172.21.3.53
workers:
hosts:
worker1.kube.k-space.ee:
@@ -85,6 +83,11 @@ all:
ansible_host: 172.21.3.83
worker4.kube.k-space.ee:
ansible_host: 172.21.3.84
children:
coralworkers:
hosts:
worker91.kube.k-space.ee:
snaible_host: 172.21.8.91
# This is Raspberry Pi 400 arm64 worker, it died and has been removed from cluster.
# worker9.kube.k-space.ee:
# ansible_host: 172.21.3.89