integrate sonarqube with kubernetes
-
I am trying to integrate sonarqube on kubernetes , my sonarqube service is up and running in when i do "kubectl get services". but i am unable to fetch that url i.e. (Poratal access url). For deployment purpose i used sonar image which is present inside docker hub https://hub.docker.com/_/sonarqube%5B!%5Benter image description here] https://i.stack.imgur.com/f4S8V.png ] https://i.stack.imgur.com/f4S8V.png
-
Assuming you created your
sonarqube
Service in thedefault
namespace, and using SonarQube default ports, your portal URL would behttp://sonarqube.default.svc:9000
.