/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

vadosware.io
| | bryanbende.com
1.2 parsecs away

Travel
| | [AI summary] This blog post explains how to set up and test ingress in a K3s cluster using Traefik and the Klipper load balancer, with an example application demonstrating the setup.
| | blog.mariom.pl
1.2 parsecs away

Travel
| | In my previous post, I shared my my experiences with k3s. Today I will show how easy it is to set up and host a simple static web page. Prerequisites You will need a server (or your computer) and a DNS domain name. For my playground, I used OVH Public Cloud instance - D2-2 with Debian 11, and *.k3s.domain.com domain name. Install k3s Installing k3s is very simple. Just execute curl -sfL https://get.
| | blog.willemmelching.nl
1.2 parsecs away

Travel
| | Using Kubernetes for a small startup adds some complexity, but also has many advantages such as scaling and easy CI/CD. In this post we'll explore a simple AKS Kubernetes setup on Azure using Terraform serving a static page over HTTPS.
| | earthly.dev
10.3 parsecs away

Travel
| Learn how to use canary deployments in Kubernetes to mitigate the risks of application updates and ensure zero downtime for your users. This articl...