by Kammerdiener | Sep 29, 2023 | Blog, This Week in DevOps
So a new regular post I have wanted to start doing is a “This Week in DevOps”. Overall just trying to capture anything interesting that I saw happening or something that I thought was neat and wanted to share. This is by no means meant as an exhaustive...
by Kammerdiener | Sep 28, 2023 | Blog, Product Review
A tool that I have been using a lot lately has been rclone. This is really just a tool to help move data between different cloud providers. Similar to rsync in the sense of transferring data. It has been super helpful whenever I need to send a large amount of data....
by Kammerdiener | Sep 26, 2023 | Blog, Kubernetes
So this might be a slightly more controversial post, but I really enjoy leveraging spot instances with EKS and GKE to help reduce costs and to help just keep things a little tidier. Plus to me there is some built-in chaos testing when doing this. Cost Ultimately it...
by Kammerdiener | Sep 25, 2023 | Blog, Conference
So this was my first year at DefCon and I feel like there were a lot of things that I learned and a lot of things that I want to share for any of the more DevOpsy people going to DefCon. Merch Once you get your badge immediately go ahead and start working on getting...
by Kammerdiener | Sep 20, 2023 | Blog
So any DevOps engineer who has worked with Terraform for a while has heard of Modules. Generally, they are similar to a function in programming. You can have something that you need to do multiple times with maybe a slight variation of variables and you can just keep...