Using K3S: Overcoming CGNAT with Cloudflare Tunnel

If you want to deploy with Terraform, look here.

I purchased three mini computers on Black Friday to use for K3S learning and self hosting. Naturaly, I want to access the cluster from the internet but there are some issues. The house only has copper run to it so the only internet options are cellular and Starlink. In both cases, port forwarding is next to impossible due to firmware restrictions and CGNAT. I will be explaining how I accessed the HTTP services via Cloudflare Tunnel.

Importing a Vultr VPS into Terraform

Terraform is a powerful infrastructure-as-code tool that allows you to define and manage your cloud resources. While Terraform provides built-in support for various cloud providers, importing existing resources into Terraform can sometimes be a challenge. This article will guide you through the process of importing a Vultr instance into Terraform, addressing the issue of missing instance IDs in Vultr’s web interface.

Intro

Hello