Skip to content

Commit

Permalink
feat: added Kubespray link to Proxmox article
Browse files Browse the repository at this point in the history
  • Loading branch information
ettoreciarcia committed Feb 2, 2024
1 parent 267f481 commit 2f920fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/posts/18-homelabbers-assemble.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ The architecture we aim to achieve looks like this

This configuration may change in the future. I would like to deprecate the creation of nodes done via Terraform for Kubernetes clusters in favor of Cluster API. However, at the moment, I have not been able to set up a fully functional cluster using the two Cluster API providers for Proxmox that I have found


Once we have created our virtual machines, we can use an Ansible playbook (such as [Kubespray](https://github.com/kubernetes-sigs/kubespray)) to install our preferred Kubernetes distribution. As I mentioned, I am not a fan of this approach and Ansible in general. I will try to steer away from VM configuration via Ansible as soon as possible.

### 5.2 Remote state on S3 and locking with DynamoDB

For this project, I will be working alone, but I still want to simulate an environment as close as possible to what I would set up if the infrastructure were critical, especially when the cost of doing so is very close to free.
Expand Down

0 comments on commit 2f920fc

Please sign in to comment.