Skip to content

Commit

Permalink
newrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
an1l4 committed Sep 25, 2023
1 parent 28f61ef commit c927268
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 6 deletions.
Binary file added .readme_assets/GitBridgeNew.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .readme_assets/depricatedAPINew.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .readme_assets/kubeDataNew.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .readme_assets/sbom.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .readme_assets/trivyk8sNew.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .readme_assets/vul-misconfig.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 25 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

## KubViz

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

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

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.

It comprehensively scans the kubernetes containers for the security flaws such as vulnerabilities and misconfigurations.
It comprehensively scans the kubernetes containers for the security flaws such as vulnerabilities and misconfigurations and creates SBOM.

## Architecture diagram

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

**NOTE:**

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.

#### How to Verify if Everything is Up and Running

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

### Cluster Event Tracking

<img src=".readme_assets/kubedata.jpeg" alt="Cluster Events" width="525" align="right">
<img src=".readme_assets/kubeDataNew.jpeg" alt="Cluster Events" width="525" align="right">

<br>

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

<br clear="all">

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

<br>

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

### Git Repository Events Tracking

<img src=".readme_assets/newGitBridge.jpeg" alt="gitBridge" width="525" align="right">
<img src=".readme_assets/GitBridgeNew.jpeg" alt="gitBridge" width="525" align="right">

<br>

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

### Kubernetes Container Security Tracking

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

<br>

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

<img src=".readme_assets/vul-misconfig.jpeg" alt="Kubernetes Container Security Tracking" width="525" align="right">

<br clear="all">

### SBOM

<img src=".readme_assets/sbom.jpeg" alt="sbom" width="525" align="right">

<br>

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

<br>

<br clear="all">

## Contributing
Expand Down
3 changes: 3 additions & 0 deletions docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Possible values are:
Values | Platform |
------ | -------- |
`/event/docker/hub` | DockerHub |
`/event/azure/container` | Azure |
`/event/jfrog/container` | JFrog |
`/event/quay/container` | Quay |



0 comments on commit c927268

Please sign in to comment.