summaryrefslogtreecommitdiff
path: root/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-11-16 23:46:34 +0200
committerPaul Buetow <paul@buetow.org>2024-11-16 23:46:34 +0200
commit7a7ef162df96f002f020d52a1442954797abdd26 (patch)
treef980eadc53ad0884fc1fc3cc43360e427d50eb29 /gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html
parentaa537daac823aed148824f583f745755b691ebbe (diff)
Update content for html
Diffstat (limited to 'gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html')
-rw-r--r--gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html
index 5915150b..dbdb737a 100644
--- a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html
+++ b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html
@@ -35,9 +35,9 @@
<li>⇢ <a href='#data-integrity'>Data integrity</a></li>
<li>⇢ ⇢ <a href='#periodic-backups'>Periodic backups</a></li>
<li>⇢ ⇢ <a href='#power-protection'>Power protection</a></li>
-<li>⇢ <a href='#monitoring-keeping-an-eye-on-everything'>Monitoring: Keeping an Eye on Everything</a></li>
+<li>⇢ <a href='#monitoring-keeping-an-eye-on-everything'>Monitoring: Keeping an eye on everything</a></li>
<li>⇢ ⇢ <a href='#prometheus-and-grafana'>Prometheus and Grafana</a></li>
-<li>⇢ ⇢ <a href='#gogios-my-custom-alerting-system'>Gogios: My Custom Alerting System</a></li>
+<li>⇢ ⇢ <a href='#gogios-my-custom-alerting-system'>Gogios: My custom alerting system</a></li>
<li>⇢ <a href='#what-s-after-this-all'>What&#39;s after this all?</a></li>
</ul><br />
<h2 style='display: inline' id='why-this-setup'>Why this setup?</h2><br />
@@ -124,7 +124,7 @@
<br />
<span>Power outages are regularly in my area, so a UPS keeps the infrastructure running during short outages and protects the hardware. I&#39;m still trying to decide which hardware to get, and I still need one, as my previous NAS is simply an older laptop that already has a battery for power outages. However, there are plenty of options to choose from. My main criterion is that the UPS should be silent, as the whole setup will be installed in an upper shelf unit in my daughter&#39;s room. ;-)</span><br />
<br />
-<h2 style='display: inline' id='monitoring-keeping-an-eye-on-everything'>Monitoring: Keeping an Eye on Everything</h2><br />
+<h2 style='display: inline' id='monitoring-keeping-an-eye-on-everything'>Monitoring: Keeping an eye on everything</h2><br />
<br />
<span>Robust monitoring is vital to any infrastructure, especially one as distributed as mine. I&#39;ve thought about a setup that ensures I&#39;ll always be aware of what&#39;s happening in my environment.</span><br />
<br />
@@ -138,7 +138,7 @@
<br />
<a class='textlink' href='https://grafana.com'>https://grafana.com</a><br />
<br />
-<h3 style='display: inline' id='gogios-my-custom-alerting-system'>Gogios: My Custom Alerting System</h3><br />
+<h3 style='display: inline' id='gogios-my-custom-alerting-system'>Gogios: My custom alerting system</h3><br />
<br />
<span>Alerts generated by Prometheus are forwarded to Alertmanager, which I will configure to work with Gogios, a lightweight monitoring and alerting system I wrote myself. Gogios runs on one of my OpenBSD VMs. At regular intervals, Gogios scrapes the alerts generated in the k3s cluster and notifies me via Email.</span><br />
<br />
@@ -148,7 +148,7 @@
<br />
<h2 style='display: inline' id='what-s-after-this-all'>What&#39;s after this all?</h2><br />
<br />
-<span>This setup is just the beginning. Some ideas I&#39;m thinking about for the future:</span><br />
+<span>This setup may be just the beginning. Some ideas I&#39;m thinking about for the future:</span><br />
<br />
<ul>
<li>Adding more FreeBSD nodes (in different physical locations, maybe at my wider family&#39;s places?) for better redundancy. (HA storage then might be trickier)</li>