/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

mikebell.io
| | mherman.org
5.6 parsecs away

Travel
| | This tutorial demonstrates how to spin up a Kubernetes cluster on Ubuntu 18.04.
| | haseebmajid.dev
5.0 parsecs away

Travel
| | In this post, we will go over how we can deploy K3S on our PI cluster we have set up. Which is running NixOS, and we can also pass secrets using sops nix based on the previous parts of this series. Some of you maybe wondering what is K3S, it is a Kubernetes distribution which is tiny i.e. the binary is only 50 MB. It also has fewer dependencies. Make it perfect our PI cluster and home lab and IoT apps. I am still going to work out how to manage the Kubernetes cluster itself, perhaps I will use Pulumi you could also terraform if you wanted a reproducible PI cluster.
| | nsirap.com
5.4 parsecs away

Travel
| | How to get Kubernetes work with Google Docker Container Registry, set read access to the registry
| | www.neerajsidhaye.com
17.6 parsecs away

Travel
| Creating optimized docker image for GO application using multi stage build - using alpine image and then produce a small image with only binary in a scratch image. Let's read further...