If you are using Kubernetes version >= 1.31 PVC on AWS EKS, by default will add finalizer kubernetes.io/pvc-protection. This is a…
Author: Edward

Self host OpenVAS on Docker Debian
OpenVASÂ play a crucial role in preventing cyber attacks that could cause significant damage to physical infrastructure, disrupt essential services, and…

Cilium Gateway API with K0s and hubble web UI obserevability
Install k0s on 1 cluster and 2 worker nodes Prepare `k0sctl` on your local machine, I use Mac for example.…

Fail2ban startup fail on Debian
Error message The key message: Failed during configuration: Have not found any log file for sshd jail Solution Edit /etc/fail2ban/jail.local…

Repair Kopia rclone remote repository blob error
When I migrate from remote SFTP kopia repository via rclone to Pcloud drive instead, I got this error after rclone…
MicroK8s resize default storage Persistent Volumes
By default microk8s will create 20GiB disk space, If you need to expand it, you will have to Describe pv…
k3s install on Debian
ks3 install Wait for node in ready state Describe the node token Add to kubectl on local machine Check connection…

GL-inet TTL to 65
Here are some command that I use that works properly on my device Devices that I use Remember check your…

Turn off taint on k0s kubernetes
Here is the error when I run Nginx on k0s When I played with k0s on bare metal server, I…

Add Samba on Debian
Samba is an open-source utility that enables file sharing between machines running on a single network. It enables Linux machines…