by Kammerdiener | Nov 3, 2023 | Blog, This Week in DevOps
This week we have some security concerns as well as some general cool new things in DevOps to talk about. Security Flaw in NGINX Ingress Controller There are some general new CVEs that have some pretty high scores on them. This is just some no path sanitization,...
by Kammerdiener | Oct 31, 2023 | Blog, Security
This is discussing getting VulnHub ISOs and converting them into AMIs to be used within AWS. This is something that I have found helpful and to me at least helps to provide a very simple way to spin up machines to work on compromising. Create an AWS bucket. Nothing...
by Kammerdiener | Oct 30, 2023 | Blog, Conference, Security
So this year I not only ran the Capture the Flag competition for BSides Atlanta but also had the opportunity to speak. I wanted to write up some specifics about this. Capture the Flag So this year I again just ran the NetKOTH from Iron Geek. This is an awesome one...
by Kammerdiener | Oct 20, 2023 | This Week in DevOps
ScyllaDB Raises $43M ScyllaDB raised money to help continue to grow their NoSQL database. One of my favorite uses of ScyllaDB was when Discord migrated from Cassandra. This is an exciting development for them and something that I am excited to see how this helps them...
by Kammerdiener | Oct 18, 2023 | Blog
So when starting to work with Terraform you very quickly learn about the idea of Modules. These can be fantastic things for wrapping complex operations you want to complete multiple times together. The problem is that you can almost go too far in on creating Modules....