diff --git a/.obsidian/workspace-mobile.json b/.obsidian/workspace-mobile.json index 824233a..1e639bd 100644 --- a/.obsidian/workspace-mobile.json +++ b/.obsidian/workspace-mobile.json @@ -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", diff --git a/3 - Resources/Traveling Checklist.md b/3 - Resources/Traveling Checklist.md index a4c0649..d60546f 100644 --- a/3 - Resources/Traveling Checklist.md +++ b/3 - Resources/Traveling Checklist.md @@ -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. + diff --git a/temporary.md b/temporary.md index 00c320f..73cbd9b 100644 --- a/temporary.md +++ b/temporary.md @@ -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