/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
| | 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.
| | 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.
| | nsirap.com
0.5 parsecs away

Travel
| | How to get Kubernetes work with Google Docker Container Registry, set read access to the registry
| | scvalex.net
7.8 parsecs away

Travel
| A thing I've been missing is the ability to easily share files with insecure devices. I've tried a bunch of solutions over the years, including using Syncthing and Nextcloud, but they were neither nice to use nor run. Recently, a friend found a much better trade-off in terms of setup complexity and ease-of-use. So, let's build such a file-sharing service with rclone, Nginx, and Kubernetes.