Yes this is simple – nice to have the newest version installed ;O)
Autoscale on Kubernetes
Here a simple way to autoscale applications on your Kubernetes Cluster. Here I autoscale my SearXNG Search Engine so I have min. 2 running and max. 3. The autoscaler will ensure enough instances are running to maintain an avarage CPU usage across all instances. To change or remove the autoscaling can you take a look… Continue reading Autoscale on Kubernetes
SearXNG on Kubernetes
How to install your own private metasearch engine on Kubernetes cluster. No ads, no tracking your own private search enginge. https://medevel.com/searxng/ But how to install SearXNG on a Raspberry pi Kubernetes Cluster. SearXNG is now installed but the port 8080 is not exposed over Loadbalancer so we also have to do this. Here a look… Continue reading SearXNG on Kubernetes
Pi-hole on Kubernetes
How to install Pi-hole on kubernetes. The ad-blocker for your network. Change the DNS on your router to ip of your Kubernetes cluster. You can also make the DNS change on your computer – if you not like to change the DNS for all devices on your router. Not all devices support DNS change like… Continue reading Pi-hole on Kubernetes
NodeRed on Kubernetes
Here is how to install NodeRed on your Kubernetes cluster. helm repo add node-red https://schwarzit.github.io/node-red-chart/helm repo update kubectl create ns noderedhelm install nodered node-red/node-red –namespace nodered –set service.type=LoadBalancer –set persistence.enabled=true Here you have to change the ip to your Kubernetes cluster ip. http://192.168.0.220:1880 I use NodeRed to automatic restart my fiberbox, when the connection is… Continue reading NodeRed on Kubernetes
Minecraft on Kubernetes
How to install Minecraft Vanilla 1.18.2 on Kubernetes. helm repo add itzg https://itzg.github.io/minecraft-server-charts/helm repo update kubectl create ns minecrafthelm install –namespace minecraft minecraft -f minecraft.yaml –set minecraftServer.eula=true itzg/minecraft We also need to make the minecraft.yaml file for the installation here is the content. If you like to see some information about the installation can you… Continue reading Minecraft on Kubernetes
Windows security
Here some tips to secure your Windows Computer. Use the build in Firewall and Antivirus this is the best option. Install “uBlock Origin” in your internet browser. Use a secure DNS service provider like Quad9 or Cloudflare. Don’t download ISO files or programs from untrusted sources. Keep your Windows up-to-date. Use webmail don’t install mail… Continue reading Windows security
Uninstall Internet Explorer 11
It is time to uninstall the old Internet Explorer 11 in Windows 10. Press Windows Key + R to open the Run dialog, type “optionalfeatures”. Uncheck “Internet Explorer 11” and press ok. Now Windows will uninstall the old and not more used Internet Explorer 11.
Cryptographic accelerator Netgate 1100
Take a look on your status dashboard. SafeXcel require choosing the appropriate module under System > Advanced on the Miscellaneous tab. Choose the appropriate module to match the hardware for Cryptographic Hardware and then Save. The module will be loaded and available immediately. This is not activated by default. Now we have hardware acceleration for… Continue reading Cryptographic accelerator Netgate 1100
Auto backup pfSense
Remember to activate auto backup this is a free service for pfSense. Remember to write down your password and also your device see you can see under “Backup now”. I have now 10 backups to keep and pfSense will automatic take backups on my changes. You can still make a manual backup and download this… Continue reading Auto backup pfSense