Avatar photo
By: Ivan Tarin

October 31, 2024 9:43 pm

983 views

Integrating Zero Trust Container Security in CI/CD Pipelines: Best Practices and Tools

Containers have been a massive step forward for cloud native applications, ensuring companies can reduce the impact on end users while keeping new features, bug fixes and patches continuously up to date on a far more efficient infrastructure. At the same time, the fast-paced nature of CI/CD pipelines into containers, while great for agility, also […]

Read More


Avatar photo
By: Glen Kosaka

April 22, 2019 2:33 pm

4,065 views

Using Admission Control to Prevent Unauthorized or Vulnerable Image Deployments in Kubernetes

Kubernetes Admission Control is a Critical Link in a Container CI/CD Pipeline An important security enforcement point to build into the container CI/CD pipeline is to prevent unauthorized or vulnerable images from being deployed into production Kubernetes clusters. While basic Kubernetes admission control provides some capabilities, preventing vulnerable images from being deployed requires extensions to […]

Read More