deploy: d6be3d0ac71c6a751f3f1d2e8cfa9bc02636d34f

This commit is contained in:
davegallant
2021-09-11 22:47:26 +00:00
parent 253f37fdf6
commit fc09e37bcb
31 changed files with 220 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
<meta property="og:description" content="A homelab can be an inexpensive way to host a multitude of internal/external services and learn a lot in the process.">
<meta property="og:url" content="/blog/2021/09/06/what-to-do-with-a-homelab/">
<meta property="og:site_name" content="davegallant">
<meta property="og:type" content="article"><meta property="article:section" content="post"><meta property="article:tag" content="tailscale"><meta property="article:tag" content="homelab"><meta property="article:tag" content="netdata"><meta property="article:tag" content="jellyfin"><meta property="article:tag" content="plex"><meta property="article:tag" content="pihole"><meta property="article:tag" content="virtualization"><meta property="article:tag" content="adguard"><meta property="article:published_time" content="2021-09-06T01:12:54-04:00"><meta property="article:modified_time" content="2021-09-06T01:12:54-04:00"><meta name=twitter:card content="summary">
<meta property="og:type" content="article"><meta property="article:section" content="post"><meta property="article:tag" content="tailscale"><meta property="article:tag" content="homelab"><meta property="article:tag" content="netdata"><meta property="article:tag" content="jellyfin"><meta property="article:tag" content="plex"><meta property="article:tag" content="pihole"><meta property="article:tag" content="virtualization"><meta property="article:tag" content="adguard"><meta property="article:tag" content="grafana"><meta property="article:published_time" content="2021-09-06T01:12:54-04:00"><meta property="article:modified_time" content="2021-09-06T01:12:54-04:00"><meta name=twitter:card content="summary">
<meta name=generator content="Hugo 0.88.0">
<title>What To Do With A Homelab • davegallant</title>
<link rel=canonical href=/blog/2021/09/06/what-to-do-with-a-homelab/>
@@ -46,6 +46,8 @@ tech blog
</li><li>
<a href=/tags/dotfiles/ style=font-size:1em>dotfiles</a>
</li><li>
<a href=/tags/grafana/ style=font-size:1em>grafana</a>
</li><li>
<a href=/tags/home-manager/ style=font-size:1em>home-manager</a>
</li><li>
<a href=/tags/homelab/ style=font-size:1em>homelab</a>
@@ -161,13 +163,13 @@ Containers have much less overhead in terms of boot time and storage allocation.
<h2 id=monitoring>Monitoring</h2>
<p>Monitoring can become an important aspect of your homelab after it starts to become something that is relied upon. One of the simplest ways to setup some monitoring is using <a href=https://www.netdata.cloud/>netdata</a>. It can be installed on individual containers, VMs, and also a hypervisor (such as Proxmox). All of the monitoring works out of the box by detecting disks, memory, network interfaces, etc.</p>
<p>Additionally, all of these different agents can be connected to <em>netdata cloud</em>, which can alert you when some of your infrastructure is down or in a degraded state. Adding additional nodes to netdata cloud is as simple as a 1 line shell command.</p>
<p><a href=https://prometheus.io/>Prometheus</a> metrics combined with <a href=https://grafana.com/>Grafana</a> is another popular way of visualizing metrics as well as setup alerting. These are powerful tools that many companies use in production systems. If you are looking for inspiration, check out <a href=https://home.cern/>CERN</a>&rsquo;s <a href=https://monit-grafana-open.cern.ch/>public Grafana</a>.</p>
<p><a href=https://grafana.com/>Grafana</a> is another open source analytics and monitoring solution. It is a powerful tool that many companies use in production. If you are looking for ideas, check out <a href=https://www.wikimedia.org/>Wikimedia</a>&rsquo;s <a href=https://grafana.wikimedia.org/>public Grafana</a>.</p>
<h2 id=in-summary>In Summary</h2>
<p>Building out a homelab can be incredibly rewarding and it doesn&rsquo;t always require buying a rack full of expensive servers to get a significant amount of utility.</p>
</div>
<footer class=entry-footer>
<div class="container sep-before"><div class=tags><svg class="icon" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" aria-hidden="true"><path d="M20.59 13.41l-7.17 7.17a2 2 0 01-2.83.0L2 12V2H12l8.59 8.59a2 2 0 010 2.82z"/><line x1="7" y1="7" x2="7" y2="7"/></svg>
<span class=screen-reader-text>Tags: </span><a class=tag href=/tags/tailscale/>tailscale</a>, <a class=tag href=/tags/homelab/>homelab</a>, <a class=tag href=/tags/netdata/>netdata</a>, <a class=tag href=/tags/jellyfin/>jellyfin</a>, <a class=tag href=/tags/plex/>plex</a>, <a class=tag href=/tags/pihole/>pihole</a>, <a class=tag href=/tags/virtualization/>virtualization</a>, <a class=tag href=/tags/adguard/>adguard</a></div>
<span class=screen-reader-text>Tags: </span><a class=tag href=/tags/tailscale/>tailscale</a>, <a class=tag href=/tags/homelab/>homelab</a>, <a class=tag href=/tags/netdata/>netdata</a>, <a class=tag href=/tags/jellyfin/>jellyfin</a>, <a class=tag href=/tags/plex/>plex</a>, <a class=tag href=/tags/pihole/>pihole</a>, <a class=tag href=/tags/virtualization/>virtualization</a>, <a class=tag href=/tags/adguard/>adguard</a>, <a class=tag href=/tags/grafana/>grafana</a></div>
</div>
</footer>
</article>