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
|
## Rayon
|
||||||
[https://crates.io/crates/rayon](https://crates.io/crates/rayon)
|
[https://crates.io/crates/rayon](https://crates.io/crates/rayon)
|
||||||
- Data parallelism
|
- 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
|
- Highly pervasive
|
||||||
- High automated
|
- High automated
|
||||||
- More decentralised
|
- More decentralised
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- net
|
- net
|
||||||
|
- iot
|
||||||
---
|
---
|
||||||
![](../../img/iot-network-types.png)
|
![](../../img/iot-network-types.png)
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- dev
|
- dev
|
||||||
|
- iot
|
||||||
---
|
---
|
||||||
# Threading
|
# Threading
|
||||||
*Smallest sequence of programmed instructions that can be managed independently by a [scheduler](https://en.wikipedia.org/wiki/Scheduling_(computing))*
|
*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
|
- Linux-based
|
||||||
- Small memory (~20 kB)
|
- Small memory (~20 kB)
|
||||||
- Wide network stacks
|
- Wide network stacks #net
|
||||||
- TCP/IP
|
- TCP/IP
|
||||||
- IPv6
|
- IPv6
|
||||||
- 6LoWPAN
|
- 6LoWPAN
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- iot
|
||||||
|
---
|
||||||
- Thin software layer
|
- Thin software layer
|
||||||
- Basic programming abstractions
|
- Basic programming abstractions
|
||||||
- Interact with hardware
|
- Interact with hardware
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- iot
|
||||||
|
---
|
||||||
- Large number of heterogeneous devices
|
- Large number of heterogeneous devices
|
||||||
- Spread physically
|
- Spread physically
|
||||||
- Ability to join and leave
|
- 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/)
|
- [ ] [FreeBSD](https://docs.freebsd.org/en/books/handbook/)
|
||||||
- [ ] launchctl
|
- [ ] [Tart](https://tart.run) #infra
|
||||||
- [ ] launchd
|
- [ ] launchctl #mac
|
||||||
|
- [ ] launchd #mac
|
||||||
- [ ] Diffusion Models #ai
|
- [ ] Diffusion Models #ai
|
||||||
- [ ] WireGuard #net
|
- [ ] WireGuard #net
|
||||||
- [ ] RabbitMQ #comms
|
- [ ] RabbitMQ #comms
|
||||||
- [ ] OSINT
|
- [ ] OSINT
|
||||||
- [ ] K8s #cloud
|
- [ ] [K8s](https://kubernetes.io/) #cloud
|
||||||
|
- [ ] [Helm](https://helm.sh/) #cloud
|
||||||
- [ ] LLVM #low-level
|
- [ ] LLVM #low-level
|
||||||
- [ ] TPM #low-level
|
- [ ] TPM #low-level
|
||||||
- [ ] QuickEMU
|
- [ ] QuickEMU
|
||||||
@ -19,7 +21,6 @@
|
|||||||
- [ ] Powertop
|
- [ ] Powertop
|
||||||
- [ ] Timeshift
|
- [ ] Timeshift
|
||||||
- [ ] NFS/Samba #net
|
- [ ] NFS/Samba #net
|
||||||
- [ ] [CRM](https://pca.st/episode/dd53d5d8-a332-4e56-81cd-20b86fabf33d)
|
|
||||||
- [ ] Jitsi #comms
|
- [ ] Jitsi #comms
|
||||||
- [ ] Bicep on ARM #cloud
|
- [ ] Bicep on ARM #cloud
|
||||||
- [ ] Quantum Computing #quantum
|
- [ ] Quantum Computing #quantum
|
||||||
@ -31,5 +32,6 @@
|
|||||||
- [ ] SecurityHeaders
|
- [ ] SecurityHeaders
|
||||||
- [ ] Open Graph
|
- [ ] Open Graph
|
||||||
- [ ] Privacy.com
|
- [ ] Privacy.com
|
||||||
- [ ] Zabbix
|
- [x] Zabbix ✅ 2024-03-12
|
||||||
- [ ] Source Generators #dotnet
|
- [ ] 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