Fluent Bit is a log shipping agent, designed to be lightweight and run in distributed environments. So why did we pick Fluentd, which is written in Ruby and predates Fluent Bit?
Fluent Bit is a log shipping agent, designed to be lightweight and run in distributed environments. So why did we pick Fluentd, which is written in Ruby and predates Fluent Bit?
A horrible hack that allows you to create a VPN tunnel from your workstation to any of your EC2 instances – even one you don’t have direct network access to, such as an instance in a private subnet.
Pod Security Policies (PSPs) are an important component of security in Kubernetes. Lets explore what happens without them.
Google’s gVisor exists to provide a true sandbox for your Docker containers. It replaces runc
, the default Docker runtime which recently had a serious vulnerability 1.
In theory gVisor is a drop-in replacement for runc
, but does it actually work with Amazon ECS?