Tag: opensource
-
How to Set Up a Two-Node Raspberry Pi K3s Cluster with Portainer and MetalLB
Why Two-Node ? due to some Resources constraints 🙃 The Raspberry Pi has become a go-to platform for learning and building small, powerful projects. One popular use case is running a lightweight Kubernetes cluster with K3s, which is ideal for constrained environments like Raspberry Pi. In this guide, we’ll go through setting up a two-node…
-
Nginx Reverse Proxy with SSL Encryption – On Raspberry Pi
One IP address and many or sometimes too may websites hosted on your environment comes with the problem “How to uses standard SSL / HTTPs or HTTP for all of these instead of custom TCP Ports?”. A Raspberry Pi (B3+) in my case Reverse Proxy provide excellent solution to the problem . It is easy…