Securely Deploy SearxNG on Kubernetes
I am sure it is not news for anyone at this point, that the major search engine providers (namely Google Search, Micro$oft Bing etc) hoover up all the data they…
The World Will Turn If You're Ready or Not
I am sure it is not news for anyone at this point, that the major search engine providers (namely Google Search, Micro$oft Bing etc) hoover up all the data they…
When deploying an Nginx pod for the sake of making some files available on the internet (because why use S3 or Minio, keep it simple... and private). Standard procedure with…
It is enticing to publicly expose your KubeAPI endpoint. For ease of access, using cloud based automation services (i.e GitHub Workflows) or just plain laziness. Authentication exists for sure, but…
The k3s binary allows for supplying vanilla Kubernetes args using the `--kubelet-arg=` switch. Two of these are useful in tuning Kubernetes built in garbage collection for pruning old unused container…
K3s, as a lightweight Kubernetes distribution, packs a surprising amount of features. Among them, a etcd backup and restore feature.