Optimized Kubernetes cluster architecture: considerations and best practices
Kubernetes is a powerful platform for managing containerized applications at scale, but configuring a Kubernetes...
Aug 20, 2022
New exciting Kubescape features have recently landed – Code repository scanning & Container image registry scanning!
By enhancing Kubescape’s security posture capabilities, you will be able to embed security even earlier in the SDLC (Software Development Lifecycle) and in a broader range of places in your CI/CD pipeline.
Kubescape can scan manifest files (YAML files and helm charts) directly from Github and Gitlab at the early stages of the SDLC, even with no clusters in place yet, and see the results on Kubescape cloud UI.
You can see history, trends, and drifts, set exclusions, and see exactly where and why the control has failed and how to fix it (assisted remediation).
With the new container image registry scanning, you can scan images directly from their registries (e.g. ECR, GCR, quay.io, and more) before they are running or planned to run in the cluster.
Now you can detect vulnerabilities earlier in the development process or in 3rd party registries and prevent vulnerabilities from reaching deployments and production environments.
Unlike other products that scan one time only during the CI/CD pipeline, Kubescape continuously scans for new vulnerabilities that may arise after the image was created or cluster has been deployed (Using Kubescape in-cluster namespace)
Kubernetes is a powerful platform for managing containerized applications at scale, but configuring a Kubernetes...
Learn about Kubernetes compliance challenges, consequences of non-compliance, and get guidance on maintaining a secure...
A detailed overview of the Remote Code Execution (RCE) attacks, how it affects the Kubernetes...