Highly available Kubernetes with batteries for small business
31–40 of 69 posts
Re: Highly available Kubernetes with batteries for small business
#32Highly available web-server with batteries for small business: 1. Goto digitalocean.com or linode.com 2. Buy the smallest instance. 3. Install FreeBSD. 4. Let it run for the next 2 decades without ever needing to touch it.
What about security patches, how does it work in the FreeBSD world?
Re: Highly available Kubernetes with batteries for small business
#33Highly available web-server with batteries for small business: 1. Goto digitalocean.com or linode.com 2. Buy the smallest instance. 3. Install FreeBSD. 4. Let it run for the next 2 decades without ever needing to touch it.
Re: Highly available Kubernetes with batteries for small business
#34What is the value for a small business in Kubernetes?
- IaC, no servers to manage (Terraform + kubectl/helm)
- reasonable HA with minimal effort
- easily configurable metrics (prometheus)
- automated/minimal effort horizontal scaling
- easy SSL certificate installation and automated renewal
- operate multiple low traffic sites from a single cluster
- quickly access your environment through a single ide (https://k8slens.dev/)
Re: Highly available Kubernetes with batteries for small business
#35We created the Kubernetes Production Runtime helps streamline the installation of a lot of the components mentioned in the article (nginx as ingress controller, grafana, cert-manager, etc. ). It is open source, check it out: https://kubeprod.io
Re: Highly available Kubernetes with batteries for small business
#36Re: Highly available Kubernetes with batteries for small business
#37Highly available web-server with batteries for small business: 1. Goto digitalocean.com or linode.com 2. Buy the smallest instance. 3. Install FreeBSD. 4. Let it run for the next 2 decades without ever needing to touch it.
I am a huge FreeBSD nerd, but bro, that isn't even remotely true. Telling people BS like this actively harms FreeBSD and the community that uses/supports it.
Get someone to host (and backup) your PostgreSQL database for you and don't sweat literally everything else. 99.999% uptime is for Walmart.
Re: Highly available Kubernetes with batteries for small business
#38> Kindie (Kubernetes Individual) is an opinionated Kubernetes cluster setup for individuals or small business. I do think small business and individual shouldn't use kubernetes because it's too much overhead. Even if it's managed in a public cloud. It has too many issues with too little benefits. It's simply not worth it. Of course if writing YAML files in YAML and golang templates, or having to deal with network err…
But you also have an easy way to scale, in a lucky chance you have to.
Re: Highly available Kubernetes with batteries for small business
#39> Kindie (Kubernetes Individual) is an opinionated Kubernetes cluster setup for individuals or small business. I do think small business and individual shouldn't use kubernetes because it's too much overhead. Even if it's managed in a public cloud. It has too many issues with too little benefits. It's simply not worth it. Of course if writing YAML files in YAML and golang templates, or having to deal with network err…
Once you know it, it's not really an overhead anymore, you do the same tasks as fast as without it. But you also have an easy way to scale, in a lucky chance you have to.
Re: Highly available Kubernetes with batteries for small business
#40What is the value for a small business in Kubernetes?
A lot if you are using a managed Kubernetes solution. It is surprisingly easy and affordable to setup nowadays. We're currently running on DO and it is a pure joy. - IaC, no servers to manage (Terraform + kubectl/helm) - reasonable HA with minimal effort - easily configurable metrics (prometheus) - automated/minimal effort horizontal scaling - easy SSL certificate installation and automated renewal - operate multiple…
So what's the issue, you ask? Well, if you're averaging over one week, and one of these jobs ran for exactly one hour with 1.0 CPU, then the average for that particular job is 1.0/24/7 = 0.00595! Now imagine averaging these numbers and wondering WTF has gone wrong.