You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-6Lines changed: 25 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
27
27
## KubViz
28
28
29
-
Visualize Kubernetes & DevSecOps Workflows. Tracks changes/events real-time across your entire K8s clusters, git repos, container registries, etc. , analyzing their effects and providing you with the context you need to troubleshoot efficiently. Get the Observability you need, easily.
29
+
Visualize Kubernetes & DevSecOps Workflows. Tracks changes/events real-time across your entire K8s clusters, git repos, container registries, Container image Vulnerability scanning, misconfiguration, SBOM etc. , analyzing their effects and providing you with the context you need to troubleshoot efficiently. Get the Observability you need, easily.
30
30
31
31
## Table of Contents
32
32
-[How KubViz works](#how-kubviz-works)
@@ -50,7 +50,8 @@ KubViz offers a seamless integration with Git repositories, empowering you to ef
50
50
51
51
KubViz also monitors changes in your container registry, providing visibility into image updates. By tracking these changes, KubViz helps you proactively manage container security and compliance.
52
52
53
-
It comprehensively scans the kubernetes containers for the security flaws such as vulnerabilities and misconfigurations.
53
+
It comprehensively scans the kubernetes containers for the security flaws such as vulnerabilities and misconfigurations and creates SBOM.
2. Replace "<NATSIPAddress>" with the IP address of your NATS service **kubviz-client-nats-external**.
170
171
172
+
**NOTE:**
173
+
174
+
A time-based job scheduler is added for each plugins. They allow you to schedule and automate the execution of plugins at specific times, intervals. Each plugin execution can be configured to run at a precise time or at regular intervals.
175
+
171
176
#### How to Verify if Everything is Up and Running
172
177
173
178
After completing the installation of both the client and agent, you can use the following command to verify if they are up and running.
- You can generate Software Bill of Materials (SBOM) reports for images within a Kubernetes cluster using KubViz in the CycloneDX format, which will be presented as JSON reports.
0 commit comments