/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

juffalow.com
| | blog.willemmelching.nl
0.8 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.
| | nodogmablog.bryanhogan.net
0.7 parsecs away

Travel
| | In my previous post I showed how to run a single instance of a Web API application in Kubernetes using Minikube. In this post, I will show you how to deploy the same application, but this time there will be 3 instances of the application, with a load balancer routing traffic to each of the instances.
| | blog.mariom.pl
0.7 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.
| | navendu.me
9.2 parsecs away

Travel
| A tutorial on using Ingress in your Kubernetes cluster with Apache APISIX.