diff --git a/blog/2021/09/06/what-to-do-with-a-homelab/index.html b/blog/2021/09/06/what-to-do-with-a-homelab/index.html index 4b3f94f9..c4525510 100644 --- a/blog/2021/09/06/what-to-do-with-a-homelab/index.html +++ b/blog/2021/09/06/what-to-do-with-a-homelab/index.html @@ -162,10 +162,10 @@ Containers have much less overhead in terms of boot time and storage allocation.

You could certainly setup and manage your own VPN by using something like OpenVPN, but there is also something else you can try: tailscale. It is a very quick way to create fully-encrypted connections between clients. And by using its MagicDNS, it is a truly magical solution. If one of your nodes has a hostname of plex, you can simply access it by referring to its hostname (i.e ssh plex@plex). This way you can create a secure tunnel to your homelab from anywhere in the world!

Monitoring

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 netdata. 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.

-

Additionally, all of these different agents can be connected to netdata cloud, 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.

-

Grafana 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 Wikimedia’s public Grafana.

+

Additionally, agents installed on different machines can all be centrally viewed in netdata, and it can alert you when some of your infrastructure is down or in a degraded state. Adding additional nodes to netdata is as simple as a 1-line shell command.

+

Grafana is another open source analytics and monitoring solution. If you are looking for ideas, check out Wikimedia’s public Grafana.

In Summary

-

Building out a homelab can be incredibly rewarding and it doesn’t always require buying a rack full of expensive servers to get a significant amount of utility.

+

Building out a homelab can be a rewarding experience and it doesn’t require buying a rack full of expensive servers to get a significant amount of utility. There are many services you can run that require very minimal setup, so it’s possible to get a server up and running in a short period of time, with monitoring that can be securely connected to from anywhere.