I'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've come to the conclusion (after trying kops, kubespray, kubeadm, kubeone, GKE, EKS) that if you're looking for Personally, I'd also consider throwing Portainer in there, which gives you both a nice way to interact with the cluster, as well as things like webhooks: https://www.portainer.io/ With something like Apache, Nginx, Caddy or something else acting as your "ingress" (taking care of TLS, reverse proxy, head…
Bare-Metal Kubernetes, Part I: Talos on Hetzner
31–40 of 79 posts
Re: Bare-Metal Kubernetes, Part I: Talos on Hetzner
#32I'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.
Any sufficiently complicated Docker Swarm, Heroku, Elastic Beanstalk, Nomad or other program contains an ad hoc, informally-specified, bug-ridden, slow implementation of half of vanilla Kubernetes.
Re: Bare-Metal Kubernetes, Part I: Talos on Hetzner
#33I thought it was about talos the power9 system. intrigued by kubernetes on them.
Re: Bare-Metal Kubernetes, Part I: Talos on Hetzner
#34I'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
#35And if you are from a developing country like India, don't even think about it.
Re: Bare-Metal Kubernetes, Part I: Talos on Hetzner
#36I'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.
The docker swarm ecosystem is very poor as far as tooling goes. You're better off using docker-compose (? maybe docker swarm) and then migrating to k3s if you need a cluster. 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 k…
IMO a sufficiently advanced Docker Compose stack is not appreciably simpler than the Kubernetes manifests would be, and you don't get the benefits of Kubernetes' objects and their controllers because Docker Compose is basically just stringing low-level concepts together with light automation.
Re: Bare-Metal Kubernetes, Part I: Talos on Hetzner
#37Earlier quoted context omitted.
Any sufficiently complicated Docker Swarm, Heroku, Elastic Beanstalk, Nomad or other program contains an ad hoc, informally-specified, bug-ridden, slow implementation of half of vanilla Kubernetes.
Unfortunately, the above statement also applies to kubernetes.
Re: Bare-Metal Kubernetes, Part I: Talos on Hetzner
#38I'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
#39Earlier quoted context omitted.
Any sufficiently complicated Docker Swarm, Heroku, Elastic Beanstalk, Nomad or other program contains an ad hoc, informally-specified, bug-ridden, slow implementation of half of vanilla Kubernetes.
Unfortunately, the above statement also applies to kubernetes.
Re: Bare-Metal Kubernetes, Part I: Talos on Hetzner
#40I recently rebuilt my Kubernetes cluster running across three dedicated servers hosted by Hetzner and decided to document the process. It turned into a (so far) 8-part series covering everything from bootstrapping and firewalls to setting up persistent storage with Ceph. Part I: Talos on Hetzner https://datavirke.dk/posts/bare-metal-kubernetes-part-1-talo... Part II: Cilium CNI & Firewalls https://datavirke.dk/posts/…