Bare-Metal Kubernetes, Part I: Talos on Hetzner
11–20 of 79 posts
Re: Bare-Metal Kubernetes, Part I: Talos on Hetzner
#12Re: Bare-Metal Kubernetes, Part I: Talos on Hetzner
#13I've come to the conclusion (after trying kops, kubespray, kubeadm, kubeone, GKE, EKS) that if you're looking for Docker swarm is to Kubernetes what SQLite is to PostgreSQL. To some extent.
Re: Bare-Metal Kubernetes, Part I: Talos on Hetzner
#14I've come to the conclusion (after trying kops, kubespray, kubeadm, kubeone, GKE, EKS) that if you're looking for Docker swarm is to Kubernetes what SQLite is to PostgreSQL. To some extent.
Re: Bare-Metal Kubernetes, Part I: Talos on Hetzner
#15I've come to the conclusion (after trying kops, kubespray, kubeadm, kubeone, GKE, EKS) that if you're looking for Docker swarm is to Kubernetes what SQLite is to PostgreSQL. To some extent.
I didn’t try anything but kubeadm and it worked just fine for me for my 1 node cluster.
That's where the author also has following to say:
>My conclusion at this point is that if you can afford it, both in terms of privacy/GDPR and dollarinos then managed is the way to go.
And I agree. Kubernetes managed is also really hard for those of offering it and have to manage it for you behind the scenes.[0]
Re: Bare-Metal Kubernetes, Part I: Talos on Hetzner
#16Re: Bare-Metal Kubernetes, Part I: Talos on Hetzner
#17I've come to the conclusion (after trying kops, kubespray, kubeadm, kubeone, GKE, EKS) that if you're looking for Docker swarm is to Kubernetes what SQLite is to PostgreSQL. To some extent.
I agree in part - the features and simplicity of Docker Swarm are very appealing over k8s, but it also feels like so neglected that I'd be waiting every day for the EOL announcement.
I see more risk of docker engine as a whole pulling some terraform/elastic search licensing someday as investors get desperate to cash out.
Re: Bare-Metal Kubernetes, Part I: Talos on Hetzner
#18I've come to the conclusion (after trying kops, kubespray, kubeadm, kubeone, GKE, EKS) that if you're looking for Docker swarm is to Kubernetes what SQLite is to PostgreSQL. To some extent.
Re: Bare-Metal Kubernetes, Part I: Talos on Hetzner
#19Re: Bare-Metal Kubernetes, Part I: Talos on Hetzner
#20I've come to the conclusion (after trying kops, kubespray, kubeadm, kubeone, GKE, EKS) that if you're looking for Docker swarm is to Kubernetes what SQLite is to PostgreSQL. To some extent.
My docker swarm config files are nearly the same craziness as my k3s config files so I figured I might as well benefit from the tooling in Kubernetes.
Edit for more random thoughts: being able to use helm to deploy services helped me switch to k3s from swarm.