Intuitively, to update a package using npm, you might assume you need to run something like:
npm update
This command does nothing. The correct command is:
npm install <package name>@latest
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.