Project

General

Profile

The ungleich kubernetes infrastructure » History » Version 185

Nico Schottelius, 06/09/2023 12:47 PM

1 22 Nico Schottelius
h1. The ungleich kubernetes infrastructure and ungleich kubernetes manual
2 1 Nico Schottelius
3 3 Nico Schottelius
{{toc}}
4
5 1 Nico Schottelius
h2. Status
6
7 28 Nico Schottelius
This document is **pre-production**.
8
This document is to become the ungleich kubernetes infrastructure overview as well as the ungleich kubernetes manual.
9 1 Nico Schottelius
10 10 Nico Schottelius
h2. k8s clusters
11
12 123 Nico Schottelius
| Cluster            | Purpose/Setup     | Maintainer | Master(s)                     | argo                                                   | v4 http proxy | last verified |
13
| c0.k8s.ooo         | Dev               | -          | UNUSED                        |                                                        |               |    2021-10-05 |
14
| c1.k8s.ooo         | retired           |            | -                             |                                                        |               |    2022-03-15 |
15
| c2.k8s.ooo         | Dev p7 HW         | Nico       | server47 server53 server54    | "argo":https://argocd-server.argocd.svc.c2.k8s.ooo     |               |    2021-10-05 |
16
| c3.k8s.ooo         | retired           | -          | -                             |                                                        |               |    2021-10-05 |
17
| c4.k8s.ooo         | Dev2 p7 HW        | Jin-Guk    | server52 server53 server54    |                                                        |               |             - |
18
| c5.k8s.ooo         | retired           |            | -                             |                                                        |               |    2022-03-15 |
19
| c6.k8s.ooo         | Dev p6 VM Jin-Guk | Jin-Guk    |                               |                                                        |               |               |
20
| [[p5.k8s.ooo]]     | production        |            | server34 server36 server38    | "argo":https://argocd-server.argocd.svc.p5.k8s.ooo     | -             |               |
21
| [[p5-cow.k8s.ooo]] | production        | Nico       | server47 server51 server55    | "argo":https://argocd-server.argocd.svc.p5-cow.k8s.ooo |               |    2022-08-27 |
22
| [[p6.k8s.ooo]]     | production        |            | server67 server69 server71    | "argo":https://argocd-server.argocd.svc.p6.k8s.ooo     | 147.78.194.13 |    2021-10-05 |
23 184 Nico Schottelius
| [[p6-cow.k8s.ooo]] | production        |            | server134 server135 server136 | "argo":https://argocd-server.argocd.svc.p6in10.k8s.ooo | ?             |    2023-05-17 |
24 177 Nico Schottelius
| [[p10.k8s.ooo]]    | production        |            | server131 server132 server133 | "argo":https://argocd-server.argocd.svc.p10.k8s.ooo    | 147.78.194.12 |    2021-10-05 |
25 123 Nico Schottelius
| [[k8s.ge.nau.so]]  | development       |            | server107 server108 server109 | "argo":https://argocd-server.argocd.svc.k8s.ge.nau.so  |               |               |
26
| [[dev.k8s.ooo]]    | development       |            | server110 server111 server112 | "argo":https://argocd-server.argocd.svc.dev.k8s.ooo    | -             |    2022-07-08 |
27 164 Nico Schottelius
| [[r1r2p15k8sooo|r1.p15.k8s.ooo]] | production | Nico | server120 | | | 2022-10-30 |
28
| [[r1r2p15k8sooo|r2.p15.k8s.ooo]] | production | Nico | server121 | | | 2022-09-06 |
29 162 Nico Schottelius
| [[r1r2p10k8sooo|r1.p10.k8s.ooo]] | production | Nico | server122 | | | 2022-10-30 |
30
| [[r1r2p10k8sooo|r2.p10.k8s.ooo]] | production | Nico | server123 | | | 2022-10-15 |
31
| [[r1r2p5k8sooo|r1.p5.k8s.ooo]] | production | Nico | server137 | | | 2022-10-30 |
32
| [[r1r2p5k8sooo|r2.p5.k8s.ooo]] | production | Nico | server138 | | | 2022-10-30 |
33
| [[r1r2p6k8sooo|r1.p6.k8s.ooo]] | production | Nico | server139 | | | 2022-10-30 |
34
| [[r1r2p6k8sooo|r2.p6.k8s.ooo]] | production | Nico | server140 | | | 2022-10-30 |
35 21 Nico Schottelius
36 1 Nico Schottelius
h2. General architecture and components overview
37
38
* All k8s clusters are IPv6 only
39
* We use BGP peering to propagate podcidr and serviceCidr networks to our infrastructure
40
* The main public testing repository is "ungleich-k8s":https://code.ungleich.ch/ungleich-public/ungleich-k8s
41 18 Nico Schottelius
** Private configurations are found in the **k8s-config** repository
42 1 Nico Schottelius
43
h3. Cluster types
44
45 28 Nico Schottelius
| **Type/Feature**            | **Development**                | **Production**         |
46
| Min No. nodes               | 3 (1 master, 3 worker)         | 5 (3 master, 3 worker) |
47
| Recommended minimum         | 4 (dedicated master, 3 worker) | 8 (3 master, 5 worker) |
48
| Separation of control plane | optional                       | recommended            |
49
| Persistent storage          | required                       | required               |
50
| Number of storage monitors  | 3                              | 5                      |
51 1 Nico Schottelius
52 43 Nico Schottelius
h2. General k8s operations
53 1 Nico Schottelius
54 46 Nico Schottelius
h3. Cheat sheet / external great references
55
56
* "kubectl cheatsheet":https://kubernetes.io/docs/reference/kubectl/cheatsheet/
57
58 117 Nico Schottelius
h3. Allowing to schedule work on the control plane / removing node taints
59 69 Nico Schottelius
60
* Mostly for single node / test / development clusters
61
* Just remove the master taint as follows
62
63
<pre>
64
kubectl taint nodes --all node-role.kubernetes.io/master-
65 118 Nico Schottelius
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
66 69 Nico Schottelius
</pre>
67 1 Nico Schottelius
68 117 Nico Schottelius
You can check the node taints using @kubectl describe node ...@
69 69 Nico Schottelius
70 44 Nico Schottelius
h3. Get the cluster admin.conf
71
72
* On the masters of each cluster you can find the file @/etc/kubernetes/admin.conf@
73
* To be able to administrate the cluster you can copy the admin.conf to your local machine
74
* Multi cluster debugging can very easy if you name the config ~/cX-admin.conf (see example below)
75
76
<pre>
77
% scp root@server47.place7.ungleich.ch:/etc/kubernetes/admin.conf ~/c2-admin.conf
78
% export KUBECONFIG=~/c2-admin.conf    
79
% kubectl get nodes
80
NAME       STATUS                     ROLES                  AGE   VERSION
81
server47   Ready                      control-plane,master   82d   v1.22.0
82
server48   Ready                      control-plane,master   82d   v1.22.0
83
server49   Ready                      <none>                 82d   v1.22.0
84
server50   Ready                      <none>                 82d   v1.22.0
85
server59   Ready                      control-plane,master   82d   v1.22.0
86
server60   Ready,SchedulingDisabled   <none>                 82d   v1.22.0
87
server61   Ready                      <none>                 82d   v1.22.0
88
server62   Ready                      <none>                 82d   v1.22.0               
89
</pre>
90
91 18 Nico Schottelius
h3. Installing a new k8s cluster
92 8 Nico Schottelius
93 9 Nico Schottelius
* Decide on the cluster name (usually *cX.k8s.ooo*), X counting upwards
94 28 Nico Schottelius
** Using pXX.k8s.ooo for production clusters of placeXX
95 9 Nico Schottelius
* Use cdist to configure the nodes with requirements like crio
96
* Decide between single or multi node control plane setups (see below)
97 28 Nico Schottelius
** Single control plane suitable for development clusters
98 9 Nico Schottelius
99 28 Nico Schottelius
Typical init procedure:
100 9 Nico Schottelius
101 28 Nico Schottelius
* Single control plane: @kubeadm init --config bootstrap/XXX/kubeadm.yaml@
102
* Multi control plane (HA): @kubeadm init --config bootstrap/XXX/kubeadm.yaml --upload-certs@
103 10 Nico Schottelius
104 29 Nico Schottelius
h3. Deleting a pod that is hanging in terminating state
105
106
<pre>
107
kubectl delete pod <PODNAME> --grace-period=0 --force --namespace <NAMESPACE>
108
</pre>
109
110
(from https://stackoverflow.com/questions/35453792/pods-stuck-in-terminating-status)
111
112 42 Nico Schottelius
h3. Listing nodes of a cluster
113
114
<pre>
115
[15:05] bridge:~% kubectl get nodes
116
NAME       STATUS   ROLES                  AGE   VERSION
117
server22   Ready    <none>                 52d   v1.22.0
118
server23   Ready    <none>                 52d   v1.22.2
119
server24   Ready    <none>                 52d   v1.22.0
120
server25   Ready    <none>                 52d   v1.22.0
121
server26   Ready    <none>                 52d   v1.22.0
122
server27   Ready    <none>                 52d   v1.22.0
123
server63   Ready    control-plane,master   52d   v1.22.0
124
server64   Ready    <none>                 52d   v1.22.0
125
server65   Ready    control-plane,master   52d   v1.22.0
126
server66   Ready    <none>                 52d   v1.22.0
127
server83   Ready    control-plane,master   52d   v1.22.0
128
server84   Ready    <none>                 52d   v1.22.0
129
server85   Ready    <none>                 52d   v1.22.0
130
server86   Ready    <none>                 52d   v1.22.0
131
</pre>
132
133 41 Nico Schottelius
h3. Removing / draining a node
134
135
Usually @kubectl drain server@ should do the job, but sometimes we need to be more aggressive:
136
137 1 Nico Schottelius
<pre>
138 103 Nico Schottelius
kubectl drain --delete-emptydir-data --ignore-daemonsets serverXX
139 42 Nico Schottelius
</pre>
140
141
h3. Readding a node after draining
142
143
<pre>
144
kubectl uncordon serverXX
145 1 Nico Schottelius
</pre>
146 43 Nico Schottelius
147 50 Nico Schottelius
h3. (Re-)joining worker nodes after creating the cluster
148 49 Nico Schottelius
149
* We need to have an up-to-date token
150
* We use different join commands for the workers and control plane nodes
151
152
Generating the join command on an existing control plane node:
153
154
<pre>
155
kubeadm token create --print-join-command
156
</pre>
157
158 50 Nico Schottelius
h3. (Re-)joining control plane nodes after creating the cluster
159 1 Nico Schottelius
160 50 Nico Schottelius
* We generate the token again
161
* We upload the certificates
162
* We need to combine/create the join command for the control plane node
163
164
Example session:
165
166
<pre>
167
% kubeadm token create --print-join-command
168
kubeadm join p10-api.k8s.ooo:6443 --token xmff4i.ABC --discovery-token-ca-cert-hash sha256:longhash 
169
170
% kubeadm init phase upload-certs --upload-certs
171
[upload-certs] Storing the certificates in Secret "kubeadm-certs" in the "kube-system" Namespace
172
[upload-certs] Using certificate key:
173
CERTKEY
174
175
# Then we use these two outputs on the joining node:
176
177
kubeadm join p10-api.k8s.ooo:6443 --token xmff4i.ABC --discovery-token-ca-cert-hash sha256:longhash --control-plane --certificate-key CERTKEY
178
</pre>
179
180
Commands to be used on a control plane node:
181
182
<pre>
183
kubeadm token create --print-join-command
184
kubeadm init phase upload-certs --upload-certs
185
</pre>
186
187
Commands to be used on the joining node:
188
189
<pre>
190
JOINCOMMAND --control-plane --certificate-key CERTKEY
191
</pre>
192 49 Nico Schottelius
193 51 Nico Schottelius
SEE ALSO
194
195
* https://stackoverflow.com/questions/63936268/how-to-generate-kubeadm-token-for-secondary-control-plane-nodes
196
* https://blog.scottlowe.org/2019/08/15/reconstructing-the-join-command-for-kubeadm/
197
198 53 Nico Schottelius
h3. How to fix etcd does not start when rejoining a kubernetes cluster as a control plane
199 52 Nico Schottelius
200
If during the above step etcd does not come up, @kubeadm join@ can hang as follows:
201
202
<pre>
203
[control-plane] Creating static Pod manifest for "kube-apiserver"                                                              
204
[control-plane] Creating static Pod manifest for "kube-controller-manager"                                                     
205
[control-plane] Creating static Pod manifest for "kube-scheduler"                                                              
206
[check-etcd] Checking that the etcd cluster is healthy                                                                         
207
error execution phase check-etcd: etcd cluster is not healthy: failed to dial endpoint https://[2a0a:e5c0:10:1:225:b3ff:fe20:37
208
8a]:2379 with maintenance client: context deadline exceeded                                                                    
209
To see the stack trace of this error execute with --v=5 or higher         
210
</pre>
211
212
Then the problem is likely that the etcd server is still a member of the cluster. We first need to remove it from the etcd cluster and then the join works.
213
214
To fix this we do:
215
216
* Find a working etcd pod
217
* Find the etcd members / member list
218
* Remove the etcd member that we want to re-join the cluster
219
220
221
<pre>
222
# Find the etcd pods
223
kubectl -n kube-system get pods -l component=etcd,tier=control-plane
224
225
# Get the list of etcd servers with the member id 
226
kubectl exec -n kube-system -ti ETCDPODNAME -- etcdctl --endpoints '[::1]:2379' --cacert /etc/kubernetes/pki/etcd/ca.crt --cert  /etc/kubernetes/pki/etcd/server.crt --key /etc/kubernetes/pki/etcd/server.key member list
227
228
# Remove the member
229
kubectl exec -n kube-system -ti ETCDPODNAME -- etcdctl --endpoints '[::1]:2379' --cacert /etc/kubernetes/pki/etcd/ca.crt --cert  /etc/kubernetes/pki/etcd/server.crt --key /etc/kubernetes/pki/etcd/server.key member remove MEMBERID
230
</pre>
231
232
Sample session:
233
234
<pre>
235
[10:48] line:~% kubectl -n kube-system get pods -l component=etcd,tier=control-plane
236
NAME            READY   STATUS    RESTARTS     AGE
237
etcd-server63   1/1     Running   0            3m11s
238
etcd-server65   1/1     Running   3            7d2h
239
etcd-server83   1/1     Running   8 (6d ago)   7d2h
240
[10:48] line:~% kubectl exec -n kube-system -ti etcd-server65 -- etcdctl --endpoints '[::1]:2379' --cacert /etc/kubernetes/pki/etcd/ca.crt --cert  /etc/kubernetes/pki/etcd/server.crt --key /etc/kubernetes/pki/etcd/server.key member list
241
356891cd676df6e4, started, server65, https://[2a0a:e5c0:10:1:225:b3ff:fe20:375c]:2380, https://[2a0a:e5c0:10:1:225:b3ff:fe20:375c]:2379, false
242
371b8a07185dee7e, started, server63, https://[2a0a:e5c0:10:1:225:b3ff:fe20:378a]:2380, https://[2a0a:e5c0:10:1:225:b3ff:fe20:378a]:2379, false
243
5942bc58307f8af9, started, server83, https://[2a0a:e5c0:10:1:3e4a:92ff:fe79:bb98]:2380, https://[2a0a:e5c0:10:1:3e4a:92ff:fe79:bb98]:2379, false
244
245
[10:48] line:~% kubectl exec -n kube-system -ti etcd-server65 -- etcdctl --endpoints '[::1]:2379' --cacert /etc/kubernetes/pki/etcd/ca.crt --cert  /etc/kubernetes/pki/etcd/server.crt --key /etc/kubernetes/pki/etcd/server.key member remove 371b8a07185dee7e
246
Member 371b8a07185dee7e removed from cluster e3c0805f592a8f77
247 1 Nico Schottelius
248
</pre>
249
250
SEE ALSO
251
252
* We found the solution using https://stackoverflow.com/questions/67921552/re-installed-node-cannot-join-kubernetes-cluster
253 56 Nico Schottelius
254 147 Nico Schottelius
h3. Node labels (adding, showing, removing)
255
256
Listing the labels:
257
258
<pre>
259
kubectl get nodes --show-labels
260
</pre>
261
262
Adding labels:
263
264
<pre>
265
kubectl label nodes LIST-OF-NODES label1=value1 
266
267
</pre>
268
269
For instance:
270
271
<pre>
272
kubectl label nodes router2 router3 hosttype=router 
273
</pre>
274
275
Selecting nodes in pods:
276
277
<pre>
278
apiVersion: v1
279
kind: Pod
280
...
281
spec:
282
  nodeSelector:
283
    hosttype: router
284
</pre>
285
286 148 Nico Schottelius
Removing labels by adding a minus at the end of the label name:
287
288
<pre>
289
kubectl label node <nodename> <labelname>-
290
</pre>
291
292
For instance:
293
294
<pre>
295
kubectl label nodes router2 router3 hosttype- 
296
</pre>
297
298 147 Nico Schottelius
SEE ALSO
299 1 Nico Schottelius
300 148 Nico Schottelius
* https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/
301
* https://stackoverflow.com/questions/34067979/how-to-delete-a-node-label-by-command-and-api
302 147 Nico Schottelius
303 101 Nico Schottelius
h3. Hardware Maintenance using ungleich-hardware
304
305
Use the following manifest and replace the HOST with the actual host:
306
307
<pre>
308
apiVersion: v1
309
kind: Pod
310
metadata:
311
  name: ungleich-hardware-HOST
312
spec:
313
  containers:
314
  - name: ungleich-hardware
315
    image: ungleich/ungleich-hardware:0.0.5
316
    args:
317
    - sleep
318
    - "1000000"
319
    volumeMounts:
320
      - mountPath: /dev
321
        name: dev
322
    securityContext:
323
      privileged: true
324
  nodeSelector:
325
    kubernetes.io/hostname: "HOST"
326
327
  volumes:
328
    - name: dev
329
      hostPath:
330
        path: /dev
331
</pre>
332
333 102 Nico Schottelius
Also see: [[The_ungleich_hardware_maintenance_guide]]
334
335 105 Nico Schottelius
h3. Triggering a cronjob / creating a job from a cronjob
336 104 Nico Schottelius
337
To test a cronjob, we can create a job from a cronjob:
338
339
<pre>
340
kubectl create job --from=cronjob/volume2-daily-backup volume2-manual
341
</pre>
342
343
This creates a job volume2-manual based on the cronjob  volume2-daily
344
345 112 Nico Schottelius
h3. su-ing into a user that has nologin shell set
346
347
Many times users are having nologin as their shell inside the container. To be able to execute maintenance commands within the
348
container, we can use @su -s /bin/sh@ like this:
349
350
<pre>
351
su -s /bin/sh -c '/path/to/your/script' testuser
352
</pre>
353
354
Found on https://serverfault.com/questions/351046/how-to-run-command-as-user-who-has-usr-sbin-nologin-as-shell
355
356 113 Nico Schottelius
h3. How to print a secret value
357
358
Assuming you want the "password" item from a secret, use:
359
360
<pre>
361
kubectl get secret SECRETNAME -o jsonpath="{.data.password}" | base64 -d; echo "" 
362
</pre>
363
364 173 Nico Schottelius
h3. How to upgrade a kubernetes cluster
365 172 Nico Schottelius
366
h4. General
367
368
* Should be done every X months to stay up-to-date
369
** X probably something like 3-6
370
* kubeadm based clusters
371
* Needs specific kubeadm versions for upgrade
372
* Follow instructions on https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/
373
374
h4. Getting a specific kubeadm or kubelet version
375
376
<pre>
377
ARCH=amd64
378
RELEASE=v1.24.9
379 181 Nico Schottelius
RELEASE=v1.25.9
380 182 Nico Schottelius
RELEASE=v1.23.17
381 172 Nico Schottelius
382
curl -L --remote-name-all https://dl.k8s.io/release/${RELEASE}/bin/linux/${ARCH}/{kubeadm,kubelet}
383 182 Nico Schottelius
chmod u+x kubeadm kubelet
384 172 Nico Schottelius
</pre>
385
386
h4. Steps
387
388
* kubeadm upgrade plan
389
** On one control plane node
390
* kubeadm upgrade apply vXX.YY.ZZ
391
** On one control plane node
392
393 173 Nico Schottelius
Repeat for all control planes nodes. The upgrade kubelet on all other nodes via package manager.
394 172 Nico Schottelius
395 157 Nico Schottelius
h2. Reference CNI
396
397
* Mainly "stupid", but effective plugins
398
* Main documentation on https://www.cni.dev/plugins/current/
399 158 Nico Schottelius
* Plugins
400
** bridge
401
*** Can create the bridge on the host
402
*** But seems not to be able to add host interfaces to it as well
403
*** Has support for vlan tags
404
** vlan
405
*** creates vlan tagged sub interface on the host
406 160 Nico Schottelius
*** "It's a 1:1 mapping (i.e. no bridge in between)":https://github.com/k8snetworkplumbingwg/multus-cni/issues/569
407 158 Nico Schottelius
** host-device
408
*** moves the interface from the host into the container
409
*** very easy for physical connections to containers
410 159 Nico Schottelius
** ipvlan
411
*** "virtualisation" of a host device
412
*** routing based on IP
413
*** Same MAC for everyone
414
*** Cannot reach the master interface
415
** maclvan
416
*** With mac addresses
417
*** Supports various modes (to be checked)
418
** ptp ("point to point")
419
*** Creates a host device and connects it to the container
420
** win*
421 158 Nico Schottelius
*** Windows implementations
422 157 Nico Schottelius
423 62 Nico Schottelius
h2. Calico CNI
424
425
h3. Calico Installation
426
427
* We install "calico using helm":https://docs.projectcalico.org/getting-started/kubernetes/helm
428
* This has the following advantages:
429
** Easy to upgrade
430
** Does not require os to configure IPv6/dual stack settings as the tigera operator figures out things on its own
431
432
Usually plain calico can be installed directly using:
433
434
<pre>
435 174 Nico Schottelius
VERSION=v3.25.0
436 149 Nico Schottelius
437 1 Nico Schottelius
helm repo add projectcalico https://docs.projectcalico.org/charts
438 167 Nico Schottelius
helm repo update
439 124 Nico Schottelius
helm upgrade --install --namespace tigera calico projectcalico/tigera-operator --version $VERSION --create-namespace
440 1 Nico Schottelius
</pre>
441 92 Nico Schottelius
442
* Check the tags on https://github.com/projectcalico/calico/tags for the latest release
443 62 Nico Schottelius
444
h3. Installing calicoctl
445
446 115 Nico Schottelius
* General installation instructions, including binary download: https://projectcalico.docs.tigera.io/maintenance/clis/calicoctl/install
447
448 62 Nico Schottelius
To be able to manage and configure calico, we need to 
449
"install calicoctl (we choose the version as a pod)":https://docs.projectcalico.org/getting-started/clis/calicoctl/install#install-calicoctl-as-a-kubernetes-pod
450
451
<pre>
452
kubectl apply -f https://docs.projectcalico.org/manifests/calicoctl.yaml
453
</pre>
454
455 93 Nico Schottelius
Or version specific:
456
457
<pre>
458
kubectl apply -f https://github.com/projectcalico/calico/blob/v3.20.4/manifests/calicoctl.yaml
459 97 Nico Schottelius
460
# For 3.22
461
kubectl apply -f https://projectcalico.docs.tigera.io/archive/v3.22/manifests/calicoctl.yaml
462 93 Nico Schottelius
</pre>
463
464 70 Nico Schottelius
And making it easier accessible by alias:
465
466
<pre>
467
alias calicoctl="kubectl exec -i -n kube-system calicoctl -- /calicoctl"
468
</pre>
469
470 62 Nico Schottelius
h3. Calico configuration
471
472 63 Nico Schottelius
By default our k8s clusters "BGP peer":https://docs.projectcalico.org/networking/bgp
473
with an upstream router to propagate podcidr and servicecidr.
474 62 Nico Schottelius
475
Default settings in our infrastructure:
476
477
* We use a full-mesh using the @nodeToNodeMeshEnabled: true@ option
478
* We keep the original next hop so that *only* the server with the pod is announcing it (instead of ecmp)
479 1 Nico Schottelius
* We use private ASNs for k8s clusters
480 63 Nico Schottelius
* We do *not* use any overlay
481 62 Nico Schottelius
482
After installing calico and calicoctl the last step of the installation is usually:
483
484 1 Nico Schottelius
<pre>
485 79 Nico Schottelius
calicoctl create -f - < calico-bgp.yaml
486 62 Nico Schottelius
</pre>
487
488
489
A sample BGP configuration:
490
491
<pre>
492
---
493
apiVersion: projectcalico.org/v3
494
kind: BGPConfiguration
495
metadata:
496
  name: default
497
spec:
498
  logSeverityScreen: Info
499
  nodeToNodeMeshEnabled: true
500
  asNumber: 65534
501
  serviceClusterIPs:
502
  - cidr: 2a0a:e5c0:10:3::/108
503
  serviceExternalIPs:
504
  - cidr: 2a0a:e5c0:10:3::/108
505
---
506
apiVersion: projectcalico.org/v3
507
kind: BGPPeer
508
metadata:
509
  name: router1-place10
510
spec:
511
  peerIP: 2a0a:e5c0:10:1::50
512
  asNumber: 213081
513
  keepOriginalNextHop: true
514
</pre>
515
516 126 Nico Schottelius
h2. Cilium CNI (experimental)
517
518 137 Nico Schottelius
h3. Status
519
520 138 Nico Schottelius
*NO WORKING CILIUM CONFIGURATION FOR IPV6 only modes*
521 137 Nico Schottelius
522 146 Nico Schottelius
h3. Latest error
523
524
It seems cilium does not run on IPv6 only hosts:
525
526
<pre>
527
level=info msg="Validating configured node address ranges" subsys=daemon
528
level=fatal msg="postinit failed" error="external IPv4 node address could not be derived, please configure via --ipv4-node" subsys=daemon
529
level=info msg="Starting IP identity watcher" subsys=ipcache
530
</pre>
531
532
It crashes after that log entry
533
534 128 Nico Schottelius
h3. BGP configuration
535
536
* The cilium-operator will not start without a correct configmap being present beforehand (see error message below)
537
* Creating the bgp config beforehand as a configmap is thus required.
538
539
The error one gets without the configmap present:
540
541
Pods are hanging with:
542
543
<pre>
544
cilium-bpqm6                       0/1     Init:0/4            0             9s
545
cilium-operator-5947d94f7f-5bmh2   0/1     ContainerCreating   0             9s
546
</pre>
547
548
The error message in the cilium-*perator is:
549
550
<pre>
551
Events:
552
  Type     Reason       Age                From               Message
553
  ----     ------       ----               ----               -------
554
  Normal   Scheduled    80s                default-scheduler  Successfully assigned kube-system/cilium-operator-5947d94f7f-lqcsp to server56
555
  Warning  FailedMount  16s (x8 over 80s)  kubelet            MountVolume.SetUp failed for volume "bgp-config-path" : configmap "bgp-config" not found
556
</pre>
557
558
A correct bgp config looks like this:
559
560
<pre>
561
apiVersion: v1
562
kind: ConfigMap
563
metadata:
564
  name: bgp-config
565
  namespace: kube-system
566
data:
567
  config.yaml: |
568
    peers:
569
      - peer-address: 2a0a:e5c0::46
570
        peer-asn: 209898
571
        my-asn: 65533
572
      - peer-address: 2a0a:e5c0::47
573
        peer-asn: 209898
574
        my-asn: 65533
575
    address-pools:
576
      - name: default
577
        protocol: bgp
578
        addresses:
579
          - 2a0a:e5c0:0:14::/64
580
</pre>
581 127 Nico Schottelius
582
h3. Installation
583 130 Nico Schottelius
584 127 Nico Schottelius
Adding the repo
585 1 Nico Schottelius
<pre>
586 127 Nico Schottelius
587 129 Nico Schottelius
helm repo add cilium https://helm.cilium.io/
588 130 Nico Schottelius
helm repo update
589
</pre>
590 129 Nico Schottelius
591 135 Nico Schottelius
Installing + configuring cilium
592 129 Nico Schottelius
<pre>
593 130 Nico Schottelius
ipv6pool=2a0a:e5c0:0:14::/112
594 1 Nico Schottelius
595 146 Nico Schottelius
version=1.12.2
596 129 Nico Schottelius
597
helm upgrade --install cilium cilium/cilium --version $version \
598 1 Nico Schottelius
  --namespace kube-system \
599
  --set ipv4.enabled=false \
600
  --set ipv6.enabled=true \
601 146 Nico Schottelius
  --set enableIPv6Masquerade=false \
602
  --set bgpControlPlane.enabled=true 
603 1 Nico Schottelius
604 146 Nico Schottelius
#  --set ipam.operator.clusterPoolIPv6PodCIDRList=$ipv6pool
605
606
# Old style bgp?
607 136 Nico Schottelius
#   --set bgp.enabled=true --set bgp.announce.podCIDR=true \
608 127 Nico Schottelius
609
# Show possible configuration options
610
helm show values cilium/cilium
611
612 1 Nico Schottelius
</pre>
613 132 Nico Schottelius
614
Using a /64 for ipam.operator.clusterPoolIPv6PodCIDRList fails with:
615
616
<pre>
617
level=fatal msg="Unable to init cluster-pool allocator" error="unable to initialize IPv6 allocator New CIDR set failed; the node CIDR size is too big" subsys=cilium-operator-generic
618
</pre>
619
620 126 Nico Schottelius
621 1 Nico Schottelius
See also https://github.com/cilium/cilium/issues/20756
622 135 Nico Schottelius
623
Seems a /112 is actually working.
624
625
h3. Kernel modules
626
627
Cilium requires the following modules to be loaded on the host (not loaded by default):
628
629
<pre>
630 1 Nico Schottelius
modprobe  ip6table_raw
631
modprobe  ip6table_filter
632
</pre>
633 146 Nico Schottelius
634
h3. Interesting helm flags
635
636
* autoDirectNodeRoutes
637
* bgpControlPlane.enabled = true
638
639
h3. SEE ALSO
640
641
* https://docs.cilium.io/en/v1.12/helm-reference/
642 133 Nico Schottelius
643 179 Nico Schottelius
h2. Multus
644 168 Nico Schottelius
645
* https://github.com/k8snetworkplumbingwg/multus-cni
646
* Installing a deployment w/ CRDs
647 150 Nico Schottelius
648 169 Nico Schottelius
<pre>
649 176 Nico Schottelius
VERSION=v4.0.1
650 169 Nico Schottelius
651 170 Nico Schottelius
kubectl apply -f https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/${VERSION}/deployments/multus-daemonset-crio.yml
652
</pre>
653 169 Nico Schottelius
654 122 Nico Schottelius
h2. ArgoCD 
655 56 Nico Schottelius
656 60 Nico Schottelius
h3. Argocd Installation
657 1 Nico Schottelius
658 116 Nico Schottelius
* See https://argo-cd.readthedocs.io/en/stable/
659
660 60 Nico Schottelius
As there is no configuration management present yet, argocd is installed using
661
662 1 Nico Schottelius
<pre>
663 60 Nico Schottelius
kubectl create namespace argocd
664 86 Nico Schottelius
665 96 Nico Schottelius
# Specific Version
666
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.3.2/manifests/install.yaml
667 86 Nico Schottelius
668
# OR: latest stable
669 60 Nico Schottelius
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
670 56 Nico Schottelius
</pre>
671 1 Nico Schottelius
672 116 Nico Schottelius
673 1 Nico Schottelius
674 60 Nico Schottelius
h3. Get the argocd credentials
675
676
<pre>
677
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo ""
678
</pre>
679 52 Nico Schottelius
680 87 Nico Schottelius
h3. Accessing argocd
681
682
In regular IPv6 clusters:
683
684
* Navigate to https://argocd-server.argocd.CLUSTERDOMAIN
685
686
In legacy IPv4 clusters
687
688
<pre>
689
kubectl --namespace argocd port-forward svc/argocd-server 8080:80
690
</pre>
691
692 88 Nico Schottelius
* Navigate to https://localhost:8080
693
694 68 Nico Schottelius
h3. Using the argocd webhook to trigger changes
695 67 Nico Schottelius
696
* To trigger changes post json https://argocd.example.com/api/webhook
697
698 72 Nico Schottelius
h3. Deploying an application
699
700
* Applications are deployed via git towards gitea (code.ungleich.ch) and then pulled by argo
701 73 Nico Schottelius
* Always include the *redmine-url* pointing to the (customer) ticket
702
** Also add the support-url if it exists
703 72 Nico Schottelius
704
Application sample
705
706
<pre>
707
apiVersion: argoproj.io/v1alpha1
708
kind: Application
709
metadata:
710
  name: gitea-CUSTOMER
711
  namespace: argocd
712
spec:
713
  destination:
714
    namespace: default
715
    server: 'https://kubernetes.default.svc'
716
  source:
717
    path: apps/prod/gitea
718
    repoURL: 'https://code.ungleich.ch/ungleich-intern/k8s-config.git'
719
    targetRevision: HEAD
720
    helm:
721
      parameters:
722
        - name: storage.data.storageClass
723
          value: rook-ceph-block-hdd
724
        - name: storage.data.size
725
          value: 200Gi
726
        - name: storage.db.storageClass
727
          value: rook-ceph-block-ssd
728
        - name: storage.db.size
729
          value: 10Gi
730
        - name: storage.letsencrypt.storageClass
731
          value: rook-ceph-block-hdd
732
        - name: storage.letsencrypt.size
733
          value: 50Mi
734
        - name: letsencryptStaging
735
          value: 'no'
736
        - name: fqdn
737
          value: 'code.verua.online'
738
  project: default
739
  syncPolicy:
740
    automated:
741
      prune: true
742
      selfHeal: true
743
  info:
744
    - name: 'redmine-url'
745
      value: 'https://redmine.ungleich.ch/issues/ISSUEID'
746
    - name: 'support-url'
747
      value: 'https://support.ungleich.ch/Ticket/Display.html?id=TICKETID'
748
</pre>
749
750 80 Nico Schottelius
h2. Helm related operations and conventions
751 55 Nico Schottelius
752 61 Nico Schottelius
We use helm charts extensively.
753
754
* In production, they are managed via argocd
755
* In development, helm chart can de developed and deployed manually using the helm utility.
756
757 55 Nico Schottelius
h3. Installing a helm chart
758
759
One can use the usual pattern of
760
761
<pre>
762
helm install <releasename> <chartdirectory>
763
</pre>
764
765
However often you want to reinstall/update when testing helm charts. The following pattern is "better", because it allows you to reinstall, if it is already installed:
766
767
<pre>
768
helm upgrade --install <releasename> <chartdirectory>
769 1 Nico Schottelius
</pre>
770 80 Nico Schottelius
771
h3. Naming services and deployments in helm charts [Application labels]
772
773
* We always have {{ .Release.Name }} to identify the current "instance"
774
* Deployments:
775
** use @app: <what it is>@, f.i. @app: nginx@, @app: postgres@, ...
776 81 Nico Schottelius
* See more about standard labels on
777
** https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/
778
** https://helm.sh/docs/chart_best_practices/labels/
779 55 Nico Schottelius
780 151 Nico Schottelius
h3. Show all versions of a helm chart
781
782
<pre>
783
helm search repo -l repo/chart
784
</pre>
785
786
For example:
787
788
<pre>
789
% helm search repo -l projectcalico/tigera-operator 
790
NAME                         	CHART VERSION	APP VERSION	DESCRIPTION                            
791
projectcalico/tigera-operator	v3.23.3      	v3.23.3    	Installs the Tigera operator for Calico
792
projectcalico/tigera-operator	v3.23.2      	v3.23.2    	Installs the Tigera operator for Calico
793
....
794
</pre>
795
796 152 Nico Schottelius
h3. Show possible values of a chart
797
798
<pre>
799
helm show values <repo/chart>
800
</pre>
801
802
Example:
803
804
<pre>
805
helm show values ingress-nginx/ingress-nginx
806
</pre>
807
808 178 Nico Schottelius
h3. Download a chart
809
810
For instance for checking it out locally. Use:
811
812
<pre>
813
helm pull <repo/chart>
814
</pre>
815 152 Nico Schottelius
816 139 Nico Schottelius
h2. Rook + Ceph
817
818
h3. Installation
819
820
* Usually directly via argocd
821
822 71 Nico Schottelius
h3. Executing ceph commands
823
824
Using the ceph-tools pod as follows:
825
826
<pre>
827
kubectl exec -n rook-ceph -ti $(kubectl -n rook-ceph get pods -l app=rook-ceph-tools -o jsonpath='{.items[*].metadata.name}') -- ceph -s
828
</pre>
829
830 43 Nico Schottelius
h3. Inspecting the logs of a specific server
831
832
<pre>
833
# Get the related pods
834
kubectl -n rook-ceph get pods -l app=rook-ceph-osd-prepare 
835
...
836
837
# Inspect the logs of a specific pod
838
kubectl -n rook-ceph logs -f rook-ceph-osd-prepare-server23--1-444qx
839
840 71 Nico Schottelius
</pre>
841
842
h3. Inspecting the logs of the rook-ceph-operator
843
844
<pre>
845
kubectl -n rook-ceph logs -f -l app=rook-ceph-operator
846 43 Nico Schottelius
</pre>
847
848 121 Nico Schottelius
h3. Restarting the rook operator
849
850
<pre>
851
kubectl -n rook-ceph delete pods  -l app=rook-ceph-operator
852
</pre>
853
854 43 Nico Schottelius
h3. Triggering server prepare / adding new osds
855
856
The rook-ceph-operator triggers/watches/creates pods to maintain hosts. To trigger a full "re scan", simply delete that pod:
857
858
<pre>
859
kubectl -n rook-ceph delete pods -l app=rook-ceph-operator
860
</pre>
861
862
This will cause all the @rook-ceph-osd-prepare-..@ jobs to be recreated and thus OSDs to be created, if new disks have been added.
863
864
h3. Removing an OSD
865
866
* See "Ceph OSD Management":https://rook.io/docs/rook/v1.7/ceph-osd-mgmt.html
867 77 Nico Schottelius
* More specifically: https://github.com/rook/rook/blob/release-1.7/cluster/examples/kubernetes/ceph/osd-purge.yaml
868 99 Nico Schottelius
* Then delete the related deployment
869 41 Nico Schottelius
870 98 Nico Schottelius
Set osd id in the osd-purge.yaml and apply it. OSD should be down before.
871
872
<pre>
873
apiVersion: batch/v1
874
kind: Job
875
metadata:
876
  name: rook-ceph-purge-osd
877
  namespace: rook-ceph # namespace:cluster
878
  labels:
879
    app: rook-ceph-purge-osd
880
spec:
881
  template:
882
    metadata:
883
      labels:
884
        app: rook-ceph-purge-osd
885
    spec:
886
      serviceAccountName: rook-ceph-purge-osd
887
      containers:
888
        - name: osd-removal
889
          image: rook/ceph:master
890
          # TODO: Insert the OSD ID in the last parameter that is to be removed
891
          # The OSD IDs are a comma-separated list. For example: "0" or "0,2".
892
          # If you want to preserve the OSD PVCs, set `--preserve-pvc true`.
893
          #
894
          # A --force-osd-removal option is available if the OSD should be destroyed even though the
895
          # removal could lead to data loss.
896
          args:
897
            - "ceph"
898
            - "osd"
899
            - "remove"
900
            - "--preserve-pvc"
901
            - "false"
902
            - "--force-osd-removal"
903
            - "false"
904
            - "--osd-ids"
905
            - "SETTHEOSDIDHERE"
906
          env:
907
            - name: POD_NAMESPACE
908
              valueFrom:
909
                fieldRef:
910
                  fieldPath: metadata.namespace
911
            - name: ROOK_MON_ENDPOINTS
912
              valueFrom:
913
                configMapKeyRef:
914
                  key: data
915
                  name: rook-ceph-mon-endpoints
916
            - name: ROOK_CEPH_USERNAME
917
              valueFrom:
918
                secretKeyRef:
919
                  key: ceph-username
920
                  name: rook-ceph-mon
921
            - name: ROOK_CEPH_SECRET
922
              valueFrom:
923
                secretKeyRef:
924
                  key: ceph-secret
925
                  name: rook-ceph-mon
926
            - name: ROOK_CONFIG_DIR
927
              value: /var/lib/rook
928
            - name: ROOK_CEPH_CONFIG_OVERRIDE
929
              value: /etc/rook/config/override.conf
930
            - name: ROOK_FSID
931
              valueFrom:
932
                secretKeyRef:
933
                  key: fsid
934
                  name: rook-ceph-mon
935
            - name: ROOK_LOG_LEVEL
936
              value: DEBUG
937
          volumeMounts:
938
            - mountPath: /etc/ceph
939
              name: ceph-conf-emptydir
940
            - mountPath: /var/lib/rook
941
              name: rook-config
942
      volumes:
943
        - emptyDir: {}
944
          name: ceph-conf-emptydir
945
        - emptyDir: {}
946
          name: rook-config
947
      restartPolicy: Never
948
949
950 99 Nico Schottelius
</pre>
951
952 1 Nico Schottelius
Deleting the deployment:
953
954
<pre>
955
[18:05] bridge:~% kubectl -n rook-ceph delete deployment rook-ceph-osd-6
956 99 Nico Schottelius
deployment.apps "rook-ceph-osd-6" deleted
957
</pre>
958 185 Nico Schottelius
959
h3. Placement of mons/osds/etc.
960
961
See https://rook.io/docs/rook/v1.11/CRDs/Cluster/ceph-cluster-crd/#placement-configuration-settings
962 98 Nico Schottelius
963 145 Nico Schottelius
h2. Ingress + Cert Manager
964
965
* We deploy "nginx-ingress":https://docs.nginx.com/nginx-ingress-controller/ to get an ingress
966
* we deploy "cert-manager":https://cert-manager.io/ to handle certificates
967
* We independently deploy @ClusterIssuer@ to allow the cert-manager app to deploy and the issuer to be created once the CRDs from cert manager are in place
968
969
h3. IPv4 reachability 
970
971
The ingress is by default IPv6 only. To make it reachable from the IPv4 world, get its IPv6 address and configure a NAT64 mapping in Jool.
972
973
Steps:
974
975
h4. Get the ingress IPv6 address
976
977
Use @kubectl -n ingress-nginx get svc ingress-nginx-controller -o jsonpath='{.spec.clusterIP}'; echo ''@
978
979
Example:
980
981
<pre>
982
kubectl -n ingress-nginx get svc ingress-nginx-controller -o jsonpath='{.spec.clusterIP}'; echo ''
983
2a0a:e5c0:10:1b::ce11
984
</pre>
985
986
h4. Add NAT64 mapping
987
988
* Update the __dcl_jool_siit cdist type
989
* Record the two IPs (IPv6 and IPv4)
990
* Configure all routers
991
992
993
h4. Add DNS record
994
995
To use the ingress capable as a CNAME destination, create an "ingress" DNS record, such as:
996
997
<pre>
998
; k8s ingress for dev
999
dev-ingress                 AAAA 2a0a:e5c0:10:1b::ce11
1000
dev-ingress                 A 147.78.194.23
1001
1002
</pre> 
1003
1004
h4. Add supporting wildcard DNS
1005
1006
If you plan to add various sites under a specific domain, we can add a wildcard DNS entry, such as *.k8s-dev.django-hosting.ch:
1007
1008
<pre>
1009
*.k8s-dev         CNAME dev-ingress.ungleich.ch.
1010
</pre>
1011
1012 76 Nico Schottelius
h2. Harbor
1013
1014 175 Nico Schottelius
* We user "Harbor":https://goharbor.io/ as an image registry for our own images. Internal app reference: apps/prod/harbor.
1015
* The admin password is in the password store, it is Harbor12345 by default
1016 76 Nico Schottelius
* At the moment harbor only authenticates against the internal ldap tree
1017
1018
h3. LDAP configuration
1019
1020
* The url needs to be ldaps://...
1021
* uid = uid
1022
* rest standard
1023 75 Nico Schottelius
1024 89 Nico Schottelius
h2. Monitoring / Prometheus
1025
1026 90 Nico Schottelius
* Via "kube-prometheus":https://github.com/prometheus-operator/kube-prometheus/
1027 89 Nico Schottelius
1028 91 Nico Schottelius
Access via ...
1029
1030
* http://prometheus-k8s.monitoring.svc:9090
1031
* http://grafana.monitoring.svc:3000
1032
* http://alertmanager.monitoring.svc:9093
1033
1034
1035 100 Nico Schottelius
h3. Prometheus Options
1036
1037
* "helm/kube-prometheus-stack":https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack
1038
** Includes dashboards and co.
1039
* "manifest based kube-prometheus":https://github.com/prometheus-operator/kube-prometheus
1040
** Includes dashboards and co.
1041
* "Prometheus Operator (mainly CRD manifest":https://github.com/prometheus-operator/prometheus-operator
1042
1043 171 Nico Schottelius
h3. Grafana default password
1044
1045
* If not changed: @prom-operator@
1046
1047 82 Nico Schottelius
h2. Nextcloud
1048
1049 85 Nico Schottelius
h3. How to get the nextcloud credentials 
1050 84 Nico Schottelius
1051
* The initial username is set to "nextcloud"
1052
* The password is autogenerated and saved in a kubernetes secret
1053
1054
<pre>
1055 85 Nico Schottelius
kubectl get secret RELEASENAME-nextcloud -o jsonpath="{.data.PASSWORD}" | base64 -d; echo "" 
1056 84 Nico Schottelius
</pre>
1057
1058 83 Nico Schottelius
h3. How to fix "Access through untrusted domain"
1059
1060 82 Nico Schottelius
* Nextcloud stores the initial domain configuration
1061 1 Nico Schottelius
* If the FQDN is changed, it will show the error message "Access through untrusted domain"
1062 82 Nico Schottelius
* To fix, edit /var/www/html/config/config.php and correct the domain
1063 1 Nico Schottelius
* Then delete the pods
1064 165 Nico Schottelius
1065
h3. Running occ commands inside the nextcloud container
1066
1067
* Find the pod in the right namespace
1068
1069
Exec:
1070
1071
<pre>
1072
su www-data -s /bin/sh -c ./occ
1073
</pre>
1074
1075
* -s /bin/sh is needed as the default shell is set to /bin/false
1076
1077 166 Nico Schottelius
h4. Rescanning files
1078 165 Nico Schottelius
1079 166 Nico Schottelius
* If files have been added without nextcloud's knowledge
1080
1081
<pre>
1082
su www-data -s /bin/sh -c "./occ files:scan --all"
1083
</pre>
1084 82 Nico Schottelius
1085 1 Nico Schottelius
h2. Infrastructure versions
1086 35 Nico Schottelius
1087 57 Nico Schottelius
h3. ungleich kubernetes infrastructure v5 (2021-10)
1088 1 Nico Schottelius
1089 57 Nico Schottelius
Clusters are configured / setup in this order:
1090
1091
* Bootstrap via kubeadm
1092 59 Nico Schottelius
* "Networking via calico + BGP (non ECMP) using helm":https://docs.projectcalico.org/getting-started/kubernetes/helm
1093
* "ArgoCD for CD":https://argo-cd.readthedocs.io/en/stable/
1094
** "rook for storage via argocd":https://rook.io/
1095 58 Nico Schottelius
** haproxy for in IPv6-cluster-IPv4-to-IPv6 proxy via argocd
1096
** "kubernetes-secret-generator for in cluster secrets":https://github.com/mittwald/kubernetes-secret-generator
1097
** "ungleich-certbot managing certs and nginx":https://hub.docker.com/repository/docker/ungleich/ungleich-certbot
1098
1099 57 Nico Schottelius
1100
h3. ungleich kubernetes infrastructure v4 (2021-09)
1101
1102 54 Nico Schottelius
* rook is configured via manifests instead of using the rook-ceph-cluster helm chart
1103 1 Nico Schottelius
* The rook operator is still being installed via helm
1104 35 Nico Schottelius
1105 57 Nico Schottelius
h3. ungleich kubernetes infrastructure v3 (2021-07)
1106 1 Nico Schottelius
1107 10 Nico Schottelius
* rook is now installed via helm via argocd instead of directly via manifests
1108 28 Nico Schottelius
1109 57 Nico Schottelius
h3. ungleich kubernetes infrastructure v2 (2021-05)
1110 28 Nico Schottelius
1111
* Replaced fluxv2 from ungleich k8s v1 with argocd
1112 1 Nico Schottelius
** argocd can apply helm templates directly without needing to go through Chart releases
1113 28 Nico Schottelius
* We are also using argoflow for build flows
1114
* Planned to add "kaniko":https://github.com/GoogleContainerTools/kaniko for image building
1115
1116 57 Nico Schottelius
h3. ungleich kubernetes infrastructure v1 (2021-01)
1117 28 Nico Schottelius
1118
We are using the following components:
1119
1120
* "Calico as a CNI":https://www.projectcalico.org/ with BGP, IPv6 only, no encapsulation
1121
** Needed for basic networking
1122
* "kubernetes-secret-generator":https://github.com/mittwald/kubernetes-secret-generator for creating secrets
1123
** Needed so that secrets are not stored in the git repository, but only in the cluster
1124
* "ungleich-certbot":https://hub.docker.com/repository/docker/ungleich/ungleich-certbot
1125
** Needed to get letsencrypt certificates for services
1126
* "rook with ceph rbd + cephfs":https://rook.io/ for storage
1127
** rbd for almost everything, *ReadWriteOnce*
1128
** cephfs for smaller things, multi access *ReadWriteMany*
1129
** Needed for providing persistent storage
1130
* "flux v2":https://fluxcd.io/
1131
** Needed to manage resources automatically