summaryrefslogtreecommitdiff
path: root/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html
diff options
context:
space:
mode:
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.html6
1 files changed, 3 insertions, 3 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 9fe54ab8..7840f06a 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
@@ -142,7 +142,7 @@
<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 />
+<span>I want to know when stuff breaks (ideally before it breaks), so monitoring is a big part of the plan.</span><br />
<br />
<h3 style='display: inline' id='prometheus-and-grafana'>Prometheus and Grafana</h3><br />
<br />
@@ -150,7 +150,7 @@
<br />
<a class='textlink' href='https://prometheus.io'>https://prometheus.io</a><br />
<br />
-<span>For visualization, Grafana will be deployed alongside Prometheus. Grafana lets me build dynamic, customizable dashboards that provide a real-time view of everything from resource utilization to application performance. Whether it&#39;s keeping track of CPU load, memory usage, or the health of Kubernetes pods, Grafana has it covered. This will also make troubleshooting easier, as I can quickly pinpoint where issues are arising.</span><br />
+<span>For visualization, Grafana will be deployed alongside Prometheus. I mostly just want dashboards for CPU, memory, and pod health — the usual stuff. Makes it way easier to figure out what&#39;s going wrong when something inevitably does.</span><br />
<br />
<a class='textlink' href='https://grafana.com'>https://grafana.com</a><br />
<br />
@@ -172,7 +172,7 @@
</ul><br />
<span>For now, though, I&#39;m focused on completing the migration from AWS ECS and getting all my Docker containers running smoothly in k3s.</span><br />
<br />
-<span>What&#39;s your take on self-hosting? Are you planning to move away from managed cloud services? Stay tuned for the second part of this series, where I will likely write about the hardware and the OS setups.</span><br />
+<span>Anyway, stay tuned — in part 2 I&#39;ll probably get into the hardware and OS setup.</span><br />
<br />
<span>Read the next post of this series:</span><br />
<br />