Skip to content

Commit c927268

Browse files
committed
newrelease
1 parent 28f61ef commit c927268

File tree

8 files changed

+28
-6
lines changed

8 files changed

+28
-6
lines changed

.readme_assets/GitBridgeNew.jpeg

134 KB
Loading
160 KB
Loading

.readme_assets/kubeDataNew.jpeg

137 KB
Loading

.readme_assets/sbom.jpeg

93.1 KB
Loading

.readme_assets/trivyk8sNew.jpeg

130 KB
Loading

.readme_assets/vul-misconfig.jpeg

164 KB
Loading

README.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
## KubViz
2828

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.
3030

3131
## Table of Contents
3232
- [How KubViz works](#how-kubviz-works)
@@ -50,7 +50,8 @@ KubViz offers a seamless integration with Git repositories, empowering you to ef
5050

5151
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.
5252

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.
54+
5455
## Architecture diagram
5556

5657
![Arch. Diagram](.readme_assets/kubviz.png)
@@ -168,6 +169,10 @@ helm upgrade -i kubviz-agent kubviz/agent -n kubviz --set nats.host=<NATS IP Add
168169
```
169170
2. Replace "<NATS IP Address>" with the IP address of your NATS service **kubviz-client-nats-external**.
170171

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+
171176
#### How to Verify if Everything is Up and Running
172177

173178
After completing the installation of both the client and agent, you can use the following command to verify if they are up and running.
@@ -207,7 +212,7 @@ kubectl --namespace kubviz port-forward $POD_NAME 3000
207212

208213
### Cluster Event Tracking
209214

210-
<img src=".readme_assets/kubedata.jpeg" alt="Cluster Events" width="525" align="right">
215+
<img src=".readme_assets/kubeDataNew.jpeg" alt="Cluster Events" width="525" align="right">
211216

212217
<br>
213218

@@ -221,7 +226,7 @@ Use KubViz to monitor your cluster events, including:
221226

222227
<br clear="all">
223228

224-
<img src=".readme_assets/deleted_apis.png" alt="Deprecated Kubernetes APIs" width="525" align="right">
229+
<img src=".readme_assets/depricatedAPINew.jpeg" alt="Deprecated Kubernetes APIs" width="525" align="right">
225230

226231
<br>
227232

@@ -235,7 +240,7 @@ Use KubViz to monitor your cluster events, including:
235240

236241
### Git Repository Events Tracking
237242

238-
<img src=".readme_assets/newGitBridge.jpeg" alt="gitBridge" width="525" align="right">
243+
<img src=".readme_assets/GitBridgeNew.jpeg" alt="gitBridge" width="525" align="right">
239244

240245
<br>
241246

@@ -261,7 +266,7 @@ Use KubViz to monitor your cluster events, including:
261266

262267
### Kubernetes Container Security Tracking
263268

264-
<img src=".readme_assets/TrivyK8s.jpeg" alt="Kubernetes Container Security Tracking" width="525" align="right">
269+
<img src=".readme_assets/trivyk8sNew.jpeg" alt="Kubernetes Container Security Tracking" width="525" align="right">
265270

266271
<br>
267272

@@ -270,6 +275,20 @@ Use KubViz to monitor your cluster events, including:
270275
- Detects configuration issues in Kubernetes cluster
271276
<br>
272277

278+
<img src=".readme_assets/vul-misconfig.jpeg" alt="Kubernetes Container Security Tracking" width="525" align="right">
279+
280+
<br clear="all">
281+
282+
### SBOM
283+
284+
<img src=".readme_assets/sbom.jpeg" alt="sbom" width="525" align="right">
285+
286+
<br>
287+
288+
- 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.
289+
290+
<br>
291+
273292
<br clear="all">
274293

275294
## Contributing

docs/CONFIGURATION.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Possible values are:
3434
Values | Platform |
3535
------ | -------- |
3636
`/event/docker/hub` | DockerHub |
37+
`/event/azure/container` | Azure |
38+
`/event/jfrog/container` | JFrog |
39+
`/event/quay/container` | Quay |
3740

3841

3942

0 commit comments

Comments
 (0)