Start Maria db in a docker container docker-compose.yml version: “3.7” services: mariadb-svc: image: mariadb:10.5 # for debugging enable access to db server ports: – 4002:3306…
Start Maria db in a docker container docker-compose.yml version: “3.7” services: mariadb-svc: image: mariadb:10.5 # for debugging enable access to db server ports: – 4002:3306…
Problem description You want to create a new kubernetes.yml File But mvnw clean package fails when running with quarkus kubernetes Extension. Error: JcaPEMKeyConverter is provided…
Used Software VirtualBox 6.1.30 docker 20.10.7 Ubuntu 20.04.3 LTS openjdk version “11.0.11” 2021-04-20 Quarkus 2.5.0 Quarkus Jib Extension to push images to your repository Quarkus…
Change Settinges for hypervisorlaunchtype For Virtualbox: bcdedit /set hypervisorlaunchtype off For Docker/WSL: bcdedit /set hypervisorlaunchtype auto After changing settings reboot your windows system !! Change…
For new (sub)domains which need Let’s Encrypt authentication, the default Traefik certificate will be used until Traefik is restarted and Let’s Encrypt can reach your…
Change VDI Disk Size on Windows host Validate Format Varaint If Format Variant is fixed we need clone VDI first C:\Users\Helmut>SET PATH=%PATH%;C:\Program Files\Oracle\VirtualBox C:\Users\Helmut>VBoxManage showhdinfo…
Install Kubernetes # curl -sfL https://get.k3s.io | sh -s – root@kubemaster:/media/helmut/VBox_GAs_6.1.28# curl -sfL https://get.k3s.io | sh -s – [INFO] Finding release for channel stable [INFO]…
Prepare your Windows host Environment Hypervisor Type Running WSL bcdedit /set hypervisorlaunchtype auto Running Virtualbox bcdedit /set hypervisorlaunchtype off Install Guest Addition You may need…
Create a Github Personal Access Token For Details read: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token Validate Account via docker login # export CR_PAT=<YOUR-TOKEN> # echo $CR_PAT | /usr/bin/docker login ghcr.io…
Installation Ubuntu 20.04 LTS Open Microsoft Store -> Search for Ubuntu Move a WSL Distro to a non System Drive For Details read: https://github.com/docker/for-win/issues/7348 C:\Users\Helmut>…