k8sgpt : Scan vulnerabilities with Trivy using AI

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2024

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

  • @nilesh-gule
    @nilesh-gule  8 หลายเดือนก่อน +2

    k8sGPT is a powerful tool which leverages AI capabilities to diagonise issues with Kubernetes cluster. Check out this related video to know how to setup k8sGPT with Azure openAI backend service.
    th-cam.com/video/OBsiku52Cjg/w-d-xo.html
    Do let me know in the comments what other things you would like to be covered on this channel.

  • @lekhrajawasthi8272
    @lekhrajawasthi8272 8 หลายเดือนก่อน +1

    In the world of software development, vulnerabilities are like hidden landmines waiting to be discovered.

  • @antoniomartinez-r7z
    @antoniomartinez-r7z หลายเดือนก่อน +1

    Have you integrated the K8SGPT operator with the Trivy operator?
    something like this:
    integrations:
    trivy:
    enabled: true
    namespace: trivy-system

    • @nilesh-gule
      @nilesh-gule  หลายเดือนก่อน

      hi Antonio,
      I have integrated with Trivy operator using the Helm chart. You can check the details of the steps I perfromed to get theis working in this video
      th-cam.com/video/O37MNWhRA3I/w-d-xo.html

  • @antoniomartinez-r7z
    @antoniomartinez-r7z หลายเดือนก่อน

    Can you get the the trivy VulnerabilityReport in the k8sgpt results?

    • @nilesh-gule
      @nilesh-gule  หลายเดือนก่อน +1

      I tried Trivy integration in the operator but it was not working for me at that time. I used the default k8sgpt operator settings without Trivy. I was able to get the VulnerabilityReport while running it locally without the operator.

    • @A-I-C-P-885
      @A-I-C-P-885 หลายเดือนก่อน +1

      Thanks you. Nilesh.