/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

devopsdirective.com
| | danielrotter.at
0.6 parsecs away

Travel
| | It was not trivial to setup nginx with php-fpm to run in separate containers in kubernetes. Therefore I want to explain how I got it to work.
| | blog.mariom.pl
0.6 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.
| | haylinmoore.com
0.5 parsecs away

Travel
| | [AI summary] The article explains how to configure GitHub Actions to build Docker images and restart Kubernetes deployments using a Service Account, ClusterRole, and kubeconfig secrets.
| | martinheinz.dev
10.0 parsecs away

Travel
| As your project grows, it might get to the point that it becomes too hard to handle with just single VM or some simple SaaS solution. You can solve tha...