Install Sonarqube, a code quality inspector on k8s cluster using helm chart.

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • In this video, I'll showcase how to install helm, sonarqube - continuous inspection of code quality, in a kubernetes cluster. Do let me know if you have any doubts.
    Important links:
    Helm installer:
    helm.sh/docs/i...
    Installation of sonarqube helm chart:
    github.com/Son...

ความคิดเห็น • 9

  • @goodgameplays9571
    @goodgameplays9571 4 หลายเดือนก่อน +1

    for me it says password authentication for user mySonar failed, any ideas?

    • @ShiveshAbhishek
      @ShiveshAbhishek  4 หลายเดือนก่อน

      Your default credentials is also not working?
      admin
      admin

  • @dianarosebutuhan6095
    @dianarosebutuhan6095 10 หลายเดือนก่อน

    Hi, is this using docker?

    • @ShiveshAbhishek
      @ShiveshAbhishek  10 หลายเดือนก่อน

      Hi @dianarosebutuhan6095, this sonarqube is installed on k8s cluster and consuming cluster's resources. Can you please clarify which component you are asking about?

  • @fonkengfelix134
    @fonkengfelix134 5 หลายเดือนก่อน +1

    Nice demo..
    If I do not want to expose the NodePort IP and I want to use a URL (URL........) to access sonarqube how can I achieve this please ?

    • @ShiveshAbhishek
      @ShiveshAbhishek  5 หลายเดือนก่อน

      For that, you need to have a load balancer in place. And a URL.
      Are you using any cloud provider?

    • @fonkengfelix134
      @fonkengfelix134 5 หลายเดือนก่อน +1

      @@ShiveshAbhishek Yes, AWS is my cloud provider.

    • @ShiveshAbhishek
      @ShiveshAbhishek  5 หลายเดือนก่อน +1

      @@fonkengfelix134 I don't have that video created yet. Meanwhile, you can follow this official tutorial aws.amazon.com/blogs/containers/exposing-kubernetes-applications-part-1-service-and-ingress-resources/
      I will create a video on exposing a service publicly in AWS soon.

    • @fonkengfelix134
      @fonkengfelix134 5 หลายเดือนก่อน +1

      @@ShiveshAbhishek okay thank you, please do!!