Monitoring your Kubernetes Cluster with Prometheus and Grafana. And here is how to install this. sudo su apt-get update && apt-get install -y build-essential golanggit clone https://github.com/carlosedp/cluster-monitoring.gitcd cluster-monitoring We have to edit the vars.jsonnet file so that this is working on our Kubernetes Cluster. vi vars.jsonnet Find thise settings in the config file and change… Continue reading Prometheus and Grafana on Kubernetes cluster
Portainer on Kubernets Cluster
There are to versions you can install on your Kubernetes Cluster the community edition and the Business version. The business version helm repo add portainer https://portainer.github.io/k8s/helm repo update helm install –create-namespace -n portainer portainer portainer/portainer –set enterpriseEdition.enabled=true https://192.168.0.220:30779/ If you have a domain can you get a free business license for 5 nodes. https://www.portainer.io/pricing/take5 The… Continue reading Portainer on Kubernets Cluster
Kubernetes Cluster install
How to install Kubernetes Cluster on Raspberry 4 Pi with 8GB ram and the new Raspbian Bullseye 64bit. And an SSD drive for the cluster data. The fun part is to build the cluster here some pictures of my cluster build. Image the drives To make it simple – did I give my Raspberry Pi’s… Continue reading Kubernetes Cluster install
Microsoft Access lockes
Microsoft Access has two database formates the old mdb and the new accdb format. I was wondering as I change from mdb to accdb, I got a lot of errors with not enough space on disk and not enough memory and errors by running simple update queries in Access – after updating to accdb. I… Continue reading Microsoft Access lockes
Windows 11 on not supported computers
How to install Windows 11 on an old computer with TPM 2.0 Encryption but with an too old CPU. I have an old computer with Windows 10 and can see it is not possible to upgrade to Windows 11. But I found a way to do this. This is simple, be sure TPM 2.0 is… Continue reading Windows 11 on not supported computers
PXE boot over Ethernet
You can also boot your Raspberry Pi from you NAS drive I use Synology DS420+ and PfSense to manage my DHCP server options. You can not manage DHCP from your standard router. This is only working with ethernet cabel connected not over wifi. And here how to do this. Synology NAS configuration. Create 2 shared… Continue reading PXE boot over Ethernet
Headless installation with wifi and ssh enabled
Choose OS & Choose storage and press “SHIFT+CTRL+X” or the config icon in the new version 1.7 – nice to know we have now 64bit for our Raspberry PI it use more RAM so not use 64bit for the Zero W2 here the 32bit is better. You can boot from sdcard, usb flash drives, hdisks… Continue reading Headless installation with wifi and ssh enabled
Touch screen
This display is working on Rasbian Legacy and Raspian Bullseye OS and the installation process is the same. The easiest way to install a touch screen attached to the GPIO is to use this commands, the Raspberry will make a reboot and you are ready to use you touch screen. Here to enable the 3,5… Continue reading Touch screen