Bare-Metal Kubernetes with K3s
blog.alexellis.io
Bare-Metal Kubernetes with K3s
1–10 of 136 posts
Re: Bare-Metal Kubernetes with K3s
#2One of these guests is alpine with k3s (tried k3os, very limiting in a good way) that allows me to pass a host directory directly into the vm using p9 (tried nfs but lil heavy)
So any storage needs get the benifit of regular snapshots, compression and sync to nas.
Really wish it would be more know that k8 single node is all most people need to get started!
Actual kubernetes deployments and services etc deployed with ansible managed helm
Re: Bare-Metal Kubernetes with K3s
#3i have 3 cheapish VPS with public IPs and no VPC . Am but struggling to find a way to get k3s HA working with MetalLB, I dont have EIP /NodeBalancer resource, and dont want to resort to mere 1master+2agents cluster. Any tips or links are appreciated
Re: Bare-Metal Kubernetes with K3s
#4thanks Alex for all your work in k8s ecosystem! i have 3 cheapish VPS with public IPs and no VPC . Am but struggling to find a way to get k3s HA working with MetalLB, I dont have EIP /NodeBalancer resource, and dont want to resort to mere 1master+2agents cluster. Any tips or links are appreciated
I would probably suggest you go for 3x servers in HA, it uses marginally more memory but can tolerate a failure.
You can always go and use DigitalOcean managed K8s, or self-host at home using inlets that I mention in the post.
Re: Bare-Metal Kubernetes with K3s
#5Re: Bare-Metal Kubernetes with K3s
#6I actually just got a NUC with 64gb ram. Alpine installed to encrypted NVMe zfs zpool. This runs KVM One of these guests is alpine with k3s (tried k3os, very limiting in a good way) that allows me to pass a host directory directly into the vm using p9 (tried nfs but lil heavy) So any storage needs get the benifit of regular snapshots, compression and sync to nas. Really wish it would be more know that k8 single node…
There was a user who was paying 7 USD / mo per site to host 20 side-project sides.. expensive. They switched out to a computer under their desk and saved a lot of money that way.
Re: Bare-Metal Kubernetes with K3s
#7What I'd like to see for change is actually doing the bare metal part itself. I've seen so many k8s showcase posts of this or that, but never actually someone who's running it on actual servers they own and without using any big four cloud API's (I consider Equinix to be part of those too soon...) to handle the LB/Ingress/Network virtualization stuff they provide and still say it is easy to use..
Not sure what you mean re: "network virtualisation" though?
Re: Bare-Metal Kubernetes with K3s
#8Can we have nice things without it being a hook to buy something?
Re: Bare-Metal Kubernetes with K3s
#9I saw Terraform and was out, because I don’t have the money to pour into recurring costs. Can we have nice things without it being a hook to buy something?
Or are you making a metacomment about Terraform being painful at times?
Re: Bare-Metal Kubernetes with K3s
#10I saw Terraform and was out, because I don’t have the money to pour into recurring costs. Can we have nice things without it being a hook to buy something?
If you want to go cheap, you can host at home on old servers or RPis.. there's even links included to help you with that.