Compare commits
10 Commits
6882b75949
...
d9b980e941
Author | SHA1 | Date | |
---|---|---|---|
d9b980e941 | |||
3c2ad8176f | |||
04571c08b9 | |||
6116469ad2 | |||
b6a2eed4de | |||
9cb42093cc | |||
a9e6652f9f | |||
0003be5266 | |||
1863bd8eae | |||
b96482abd3 |
12
CS/K8s.md
Normal file
12
CS/K8s.md
Normal file
@ -0,0 +1,12 @@
|
||||
# HTTPs
|
||||
## [CertManager](https://cert-manager.io)
|
||||
- ACME records
|
||||
|
||||
# Backup & Restore
|
||||
## [Velero](https://velero.io)
|
||||
- [Comparison to K10](https://www.reddit.com/r/kubernetes/comments/vwf88f/kasten_k10_or_velero/)
|
||||
|
||||
# Helm
|
||||
|
||||
## Secrets
|
||||
[How to Handle Secrets in Helm](https://blog.gitguardian.com/how-to-handle-secrets-in-helm/)
|
@ -17,3 +17,7 @@ tags:
|
||||
## Rayon
|
||||
[https://crates.io/crates/rayon](https://crates.io/crates/rayon)
|
||||
- Data parallelism
|
||||
|
||||
# FFI
|
||||
[How to implement long-lived variables/state in a library?](https://stackoverflow.com/questions/59028838/how-to-implement-long-lived-variables-state-in-a-library)
|
||||
[Foreign Function Interface - Rustonomicon](https://doc.rust-lang.org/nomicon/ffi.html#foreign-function-interface)
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tags:
|
||||
- iot
|
||||
---
|
||||
- Highly pervasive
|
||||
- High automated
|
||||
- More decentralised
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
tags:
|
||||
- net
|
||||
- iot
|
||||
---
|
||||
![](../../img/iot-network-types.png)
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
tags:
|
||||
- dev
|
||||
- iot
|
||||
---
|
||||
# Threading
|
||||
*Smallest sequence of programmed instructions that can be managed independently by a [scheduler](https://en.wikipedia.org/wiki/Scheduling_(computing))*
|
||||
|
@ -1,6 +1,11 @@
|
||||
---
|
||||
tags:
|
||||
- linux
|
||||
- iot
|
||||
---
|
||||
- Linux-based
|
||||
- Small memory (~20 kB)
|
||||
- Wide network stacks
|
||||
- Wide network stacks #net
|
||||
- TCP/IP
|
||||
- IPv6
|
||||
- 6LoWPAN
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tags:
|
||||
- iot
|
||||
---
|
||||
- Thin software layer
|
||||
- Basic programming abstractions
|
||||
- Interact with hardware
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tags:
|
||||
- iot
|
||||
---
|
||||
- Large number of heterogeneous devices
|
||||
- Spread physically
|
||||
- Ability to join and leave
|
||||
|
@ -1,12 +1,14 @@
|
||||
- [ ] Nix #linux
|
||||
- [ ] [Nix](../Lab/Linux/Nix.md) #linux
|
||||
- [ ] [FreeBSD](https://docs.freebsd.org/en/books/handbook/)
|
||||
- [ ] launchctl
|
||||
- [ ] launchd
|
||||
- [ ] [Tart](https://tart.run) #infra
|
||||
- [ ] launchctl #mac
|
||||
- [ ] launchd #mac
|
||||
- [ ] Diffusion Models #ai
|
||||
- [ ] WireGuard #net
|
||||
- [ ] RabbitMQ #comms
|
||||
- [ ] OSINT
|
||||
- [ ] K8s #cloud
|
||||
- [ ] [K8s](https://kubernetes.io/) #cloud
|
||||
- [ ] [Helm](https://helm.sh/) #cloud
|
||||
- [ ] LLVM #low-level
|
||||
- [ ] TPM #low-level
|
||||
- [ ] QuickEMU
|
||||
@ -19,7 +21,6 @@
|
||||
- [ ] Powertop
|
||||
- [ ] Timeshift
|
||||
- [ ] NFS/Samba #net
|
||||
- [ ] [CRM](https://pca.st/episode/dd53d5d8-a332-4e56-81cd-20b86fabf33d)
|
||||
- [ ] Jitsi #comms
|
||||
- [ ] Bicep on ARM #cloud
|
||||
- [ ] Quantum Computing #quantum
|
||||
@ -31,5 +32,6 @@
|
||||
- [ ] SecurityHeaders
|
||||
- [ ] Open Graph
|
||||
- [ ] Privacy.com
|
||||
- [ ] Zabbix
|
||||
- [x] Zabbix ✅ 2024-03-12
|
||||
- [ ] Source Generators #dotnet
|
||||
- [ ] [.NET Aspire](https://blog.jetbrains.com/dotnet/2024/02/19/jetbrains-rider-and-the-net-aspire-plugin/) #dotnet #dev #infra #net
|
Loading…
Reference in New Issue
Block a user