hi community
currently, in our team we are running SonarQbe 9.9 LTS Enterprise version
and we are running on a single VM machine where we have installed the database as well as the sonar instance. With this setup, our License is tied to the Server ID which is tied to the current VM and Database.
We want to move away from his VM machine and deploy Sonar in our Openshift Cluster but we have some questions
what is the recommended install process to run Sonarqbe Enterprise in Kubernetes, in order not to invalidate the license?
what is the process to request a new Sonar License in this case?
in case we install our database as a Kubernetes service using persistence volumes,
in case the pod restarts will this invalidate the license? will the ServerId change?
can you please help me understand the behavior of serverId value in a dockerized environment?
in case we install our Postgres database as a Kubernetes service using persistence volumes,
in case the database pod restarts will this invalidate the license? will the ServerId change?