Avatar photo
By: Gary Duan

April 7, 2021 10:35 am

1,109 views

Goodbye Kubernetes Pod Security Policy. Hello stronger security!

Kubernetes' Pod Security Policy (PSP) is going to be deprecated in 1.21 and totally removed in 1.25. The PSP function determined how Kubernetes allowed users to define a set of criteria that a running pod had to meet. These criteria typically included the configurations and privilege of the pod. If the criteria could […]

Read More


Avatar photo
By: Gary Duan

July 30, 2020 11:58 am

1,726 views

How to Enforce Egress Container Security Policies in Kubernetes, OpenShift, and Istio

Prevent Data Breaches and Unauthorized External Connections from Container Clusters with Egress Control By Gary Duan While more and more applications are moving to a microservices and container-based architecture, there are legacy applications that cannot be containerized. External egress from a container cluster to these applications needs to be secured with egress container security policies […]

Read More


Avatar photo
By: Gary Duan

July 9, 2020 12:04 pm

894 views

Use Cloud-Native Tools OPA and CRD to Protect Applications from Pipeline to Production

Application owners and IT administrators have been looking for tools that can help them secure their application pipeline, from the development stage to deployment and production. How to do this reliably and efficiently without slowing down development processes remains a big challenge. This is where Open Policy Agent (OPA) and Kubernetes Custom Resource Definitions (CRD) […]

Read More