diff options
| author | 2024-04-27 21:21:51 +0200 | |
|---|---|---|
| committer | 2024-04-27 21:21:04 +0100 | |
| commit | de9307796340070c0b44e6325a902184ad65492a (patch) | |
| tree | f7a873d1a4b14281580b0450ba77ee9290b22c3c /docs/meeting_notes/2022-archive/2022-10-19.md | |
| parent | Use same indent for all fail2ban options (diff) | |
Move documentation to Hugo
Shortly before merge, the repository settings need to be updated to
set GitHub Actions as the deployment source, to prevent GitHub from
trying to build with Jekyll.
Diffstat (limited to 'docs/meeting_notes/2022-archive/2022-10-19.md')
| -rw-r--r-- | docs/meeting_notes/2022-archive/2022-10-19.md | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/meeting_notes/2022-archive/2022-10-19.md b/docs/meeting_notes/2022-archive/2022-10-19.md deleted file mode 100644 index f572446..0000000 --- a/docs/meeting_notes/2022-archive/2022-10-19.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -layout: default -title: "2022-10-19: Devops Meeting" -parent: Meeting notes - 2022 archive -nav_order: 4 ---- - -# DevOps Meeting Notes - -*Migrated from Notion*. - -## Agenda - -- One hour of gartic phone, for team spirit. -- Created user accounts for Sofi and Hassan -- Joe created an architecture diagram of the NGINX setup - - _This is still in Notion_ -- Joe explained his NGINX plans: - > “It’s not actually that hard, right? So you spawn 5 instances of nginx in a - > DaemonSet, because then one gets deployed to every node okay, following? - > Then we get NodePort, instead of LoadBalancers or whatever, which will get - > a random port allocatead in the 35000 range, and that will go to nginx, and - > on each of those ports, it will go to nginx, right? And then we poll the - > Kubernetes API and what is the port that each of these nginx instances is - > running on, and add that into a roundrobin on the fifth node. Right? Yeah. - > That’s correct. That won’t do TLS though, so that will just HAProxy. Yeah.” -- Joe will terminate our JumpCloud account -- Chris reset the Minecraft server -- Email alerting needs to be configured - - -<!-- vim: set textwidth=80 sw=2 ts=2: --> |