§ tagged · category

#Cloud Engineering

4 entries tagged with Cloud Engineering.

2023-12-06
Personal Projects

Using KeepassXC with Terraform

Using KeepassXC with Terraform A personal Vault instance or paying for AWS secrets manager is overkill for personal projects, especially ones with local or mixed environment setups. A local encrypted file, like a .enc Ansible can use, is annoying to edit. KeepassXC offers a GUI, …

Secrets ManagementTerraformKeepass
2023-12-05
Personal Projects

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 …

KubernetesCloudflare
2023-05-11
Cloud Engineering

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 …

TerraformVultr