vault backup: 2025-08-21 05:47:46

This commit is contained in:
falsfour 2025-08-21 05:47:46 +02:00
parent 638a0e61f9
commit 839a05c962
3 changed files with 7 additions and 3 deletions

View File

@ -55,12 +55,12 @@
"state": {
"type": "markdown",
"state": {
"file": "3 - Resources/Smash Ultimate.md",
"file": "temporary.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Smash Ultimate"
"title": "temporary"
}
}
],
@ -208,6 +208,7 @@
"active": "9a8de285fda95cb1",
"lastOpenFiles": [
"3 - Resources/Traveling Checklist.md",
"3 - Resources/Smash Ultimate.md",
"temporary.md",
"Smash Ultimate Robin.md",
"/temporary.md",
@ -219,7 +220,6 @@
"5 - People/Insa Sangs.md",
"1 - Projects/LGA NXT gift for Geert.md",
"4 - Fleet/Dream Journal.md",
"3 - Resources/Smash Ultimate.md",
"CS 2025 Education planning.md",
"1 - Projects/Correct DEKA Address.md",
"2 - Areas/Finance.md",

View File

@ -23,6 +23,7 @@ From Friedberg to Frankfurt to Cologne and back.
- box with "studentenfutter"
- money
- id
- bottle to collect water
- key for apartment
- headphones
- something to store glasses
@ -32,3 +33,4 @@ From Friedberg to Frankfurt to Cologne and back.
- ipad with films
- phone with music and videos
When driving there in the morning, watch a movie. Use ipad or phone when driving back.

View File

@ -38,6 +38,8 @@ Earn IBM Fullstack developer certificate (but afte)
- or change the yaml file and do `kubectl apply -f redis.yaml`
- `kubectl describe pod myapp-pod`
- `kubectl run redis --image=redis123 --dry-run=client -o yaml > redis.yaml` create yaml specification file for a pod
- `kubectl get replicaset` and `kubectl get replicacontroller`
-
- scaling: we create additional pods. a pod can contain multiple containers but one pod shall only contain what is necessary for one instance of the application. we do NOT create additional containers in the same pod
- minikube: bundles master node programs and node programs on one machine. requires virtualization (via hypervisor KVM, VirtualBox... or docker but latter is not recommended)
- ctr: CLI for containerD, not very user friendly and mostly for debugging