vault backup: 2025-08-21 05:47:46
This commit is contained in:
parent
638a0e61f9
commit
839a05c962
6
.obsidian/workspace-mobile.json
vendored
6
.obsidian/workspace-mobile.json
vendored
@ -55,12 +55,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "3 - Resources/Smash Ultimate.md",
|
"file": "temporary.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Smash Ultimate"
|
"title": "temporary"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -208,6 +208,7 @@
|
|||||||
"active": "9a8de285fda95cb1",
|
"active": "9a8de285fda95cb1",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"3 - Resources/Traveling Checklist.md",
|
"3 - Resources/Traveling Checklist.md",
|
||||||
|
"3 - Resources/Smash Ultimate.md",
|
||||||
"temporary.md",
|
"temporary.md",
|
||||||
"Smash Ultimate Robin.md",
|
"Smash Ultimate Robin.md",
|
||||||
"/temporary.md",
|
"/temporary.md",
|
||||||
@ -219,7 +220,6 @@
|
|||||||
"5 - People/Insa Sangs.md",
|
"5 - People/Insa Sangs.md",
|
||||||
"1 - Projects/LGA NXT gift for Geert.md",
|
"1 - Projects/LGA NXT gift for Geert.md",
|
||||||
"4 - Fleet/Dream Journal.md",
|
"4 - Fleet/Dream Journal.md",
|
||||||
"3 - Resources/Smash Ultimate.md",
|
|
||||||
"CS 2025 Education planning.md",
|
"CS 2025 Education planning.md",
|
||||||
"1 - Projects/Correct DEKA Address.md",
|
"1 - Projects/Correct DEKA Address.md",
|
||||||
"2 - Areas/Finance.md",
|
"2 - Areas/Finance.md",
|
||||||
|
|||||||
@ -23,6 +23,7 @@ From Friedberg to Frankfurt to Cologne and back.
|
|||||||
- box with "studentenfutter"
|
- box with "studentenfutter"
|
||||||
- money
|
- money
|
||||||
- id
|
- id
|
||||||
|
- bottle to collect water
|
||||||
- key for apartment
|
- key for apartment
|
||||||
- headphones
|
- headphones
|
||||||
- something to store glasses
|
- something to store glasses
|
||||||
@ -32,3 +33,4 @@ From Friedberg to Frankfurt to Cologne and back.
|
|||||||
- ipad with films
|
- ipad with films
|
||||||
- phone with music and videos
|
- phone with music and videos
|
||||||
When driving there in the morning, watch a movie. Use ipad or phone when driving back.
|
When driving there in the morning, watch a movie. Use ipad or phone when driving back.
|
||||||
|
|
||||||
|
|||||||
@ -38,6 +38,8 @@ Earn IBM Fullstack developer certificate (but afte)
|
|||||||
- or change the yaml file and do `kubectl apply -f redis.yaml`
|
- or change the yaml file and do `kubectl apply -f redis.yaml`
|
||||||
- `kubectl describe pod myapp-pod`
|
- `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 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
|
- 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)
|
- 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
|
- ctr: CLI for containerD, not very user friendly and mostly for debugging
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user