Sonarqube in Kubernetes YAML deployment file (tested with K3D)
k3d cluster create --api-port 127.0.0.1:8484 -p "9090:80@loadbalancer" --volume $(pwd)/volume/:/mnt/data/ -s 1 -a 2 clusterName
kubectl apply -f deployment-app.yaml
Wait the first boot can be long. After few minutes your Sonarqube should be available at http://localhost:9090/