Scanning applications running on Kubernetes

Hi,
We are using an on-prem version of sonarqube 6.7 Community edition. It is accessible only within the intranet and not available online. Recently the Devops team migrated the applications to Kubernets and the code is being built in a hosted linux machine. How can I enable sonarqube to scan the code which is built on a hosted machine.

Regards,
Pradeep

Hi Pradeep,

Welcome to the community!

It really doesn’t matter where the code is built, the build/analysis procedure should be the same. Just make sure your scanner of choice is installed in the environment and configured with your SonarQube URL, and you should be able to analyze with the same commands you used before.

 
HTH,
Ann