Project

General

Profile

The ungleich kubernetes infrastructure » History » Version 16

Nico Schottelius, 07/18/2021 11:45 AM

1 1 Nico Schottelius
h1. The ungleich kubernetes infrastructure
2
3 3 Nico Schottelius
{{toc}}
4
5 1 Nico Schottelius
h2. Status
6
7
This document is **pre-production**
8
9 10 Nico Schottelius
h2. k8s clusters
10
11 13 Nico Schottelius
| Cluster | Purpose | Init/Notes |
12
| c0.k8s.ooo | Dev | @kubeadm init --config k8s/c0/kubeadm.yaml --upload-certs@ |
13 15 Nico Schottelius
| c1.k8s.ooo | undef | Dev | | 
14 13 Nico Schottelius
| c2.k8s.ooo | Demo/Semiprod | @kubeadm init --config k8s/c2/kubeadm.yaml --upload-certs@ |
15 14 Nico Schottelius
| p5.k8s.ooo | Prod | Place5 |
16 15 Nico Schottelius
| p6.k8s.ooo | Prod | Place6 |
17 16 Nico Schottelius
| p7.k8s.ooo | Prod | Place7 |
18 10 Nico Schottelius
19 1 Nico Schottelius
h2. General architecture and components overview
20
21
* All k8s clusters are IPv6 only
22
* We use BGP peering to propagate podcidr and serviceCidr networks to our infrastructure
23 2 Nico Schottelius
* The main / public repository is "ungleich-k8s":https://code.ungleich.ch/ungleich-public/ungleich-k8s
24 1 Nico Schottelius
25
h2. ungleich kubernetes infrastructure v1
26
27
We are using the following components:
28
29 6 Nico Schottelius
* "Calico as a CNI":https://www.projectcalico.org/ with BGP, IPv6 only, no encapsulation
30 1 Nico Schottelius
* "kubernetes-secret-generator":https://github.com/mittwald/kubernetes-secret-generator for creating secrets
31
* "ungleich-certbot":https://hub.docker.com/repository/docker/ungleich/ungleich-certbot to get certificates
32 2 Nico Schottelius
* "rook with ceph rbd + cephfs":https://rook.io/ for storage
33
** rbd for almost everything, *ReadWriteOnce*
34
** cephfs for smaller things, multi access *ReadWriteMany*
35 3 Nico Schottelius
36 8 Nico Schottelius
h3. Persistent storage setup 
37
38
* 3 or 5 monitors
39
40 9 Nico Schottelius
h3. Cluster types
41 1 Nico Schottelius
42 9 Nico Schottelius
| **Type/Feature** | **Development** | **Production** |
43
| Min No. nodes | 3 (1 master, 3 worker) | 5 (3 master, 3 worker) |
44
| Recommended minimum | 4 (dedicated master, 3 worker) | 8 (3 master, 5 worker) |
45
| Separation of control plane | optional | recommended |
46
| Persistent storage | required | required |
47
| Number of storage monitors | 3 | 5 |
48 10 Nico Schottelius
49
h2. Operations
50
51
h3. Installing a new k8s cluster
52
53
* Decide on the cluster name (usually *cX.k8s.ooo*), X counting upwards
54
* Use cdist to configure the nodes with requirements like crio
55
* Decide between single or multi node control plane setups (see below)
56
* Setup DNS delegation and glue records:
57
** kube-dns.kube-system.svc.cX AAAA ...
58
** kube-dns.kube-system.svc.cX A ...
59
** cX NS kube-dns.kube-system.svc.cX
60
61 9 Nico Schottelius
62 8 Nico Schottelius
63 3 Nico Schottelius
h2. Open Issues / To be discussed
64
65
* "Maybe add Autoscaling support?":https://github.com/kubernetes-sigs/metrics-server
66
** https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
67
** https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler/
68
* Certainly deploy in-cluster monitoring
69
** "prometheus-operator":https://github.com/prometheus-operator/prometheus-operator CR
70
** "kube-prometheus":https://github.com/prometheus-operator/kube-prometheus complete example, based on prometheus-operator
71 4 Nico Schottelius
** "kubernetes dashboard":https://github.com/kubernetes/dashboard generic cluster overview, basically kubectl for a broswer + graphs
72 5 Nico Schottelius
** "kube-prometheus-stack via helm":https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack#kube-prometheus-stack
73
*** Looks most fitting, testing it in #9468
74 7 Nico Schottelius
* Matrix/Notification bot
75
** Informing about changes in the cluster