All about the topic

Justin Lamp

Last post

Pod Security Standards in Kubernetes

Pod Security Standards in Kubernetes

It has been over five years since Pod Security Policies (PSP) in Kubernetes were replaced by the newer Pod Security Standards (PSS). One of the main reasons for this major change was to simplify management - and yet, even today, Pod Security Standards are still far from being used in all clusters. That's why today's blog post focuses on the functionality, background, and benefits of Pod Security Standards and Pod Security Admission (PSA), which you can easily enable and configure in any...

read more

All contributions

IPv6 Support @NETWAYS

IPv6 Support @NETWAYS

The time has finally come: IPv6 is now fully usable in the NETWAYS Cloud! Many have already asked for it, others have feared it - but one thing is clear: IPv6 is the future. It is therefore all the more important to give our customers the opportunity to use it. Some...

Kubernetes with Cilium: Traffic filtering based on L7

Kubernetes with Cilium: Traffic filtering based on L7

With the new version of the Cilium CNI on our Kubernetes service, you get the ability to filter traffic based on L7 properties. This is normally reserved for service meshes and can be very helpful in securing your services. In this tutorial, we will secure an API...