Ansible: Migrating from ec2.py to aws_ec2 `ec2.py` was deprecated and replaced with `aws_ec2` for Ansible in 2021. This shows you how to replace the old script with the new Ansible plugin.
Let's Embark! Setting up Kubernetes (Part 1) I just went through the process of setting up my Kubernetes Cluster, and it was pretty easy the third time around! So, I thought I'd put up a series of tutorials that focus on getting a Kubernetes Cluster up and running with Ingress, Certificates, and a basic Service.
curl: (35) Unknown SSL protocol error Doing a bit of work in my off-time, I hit the error "curl: (35) Unknown SSL protocol". It caused me a lot of pain, and took me a while to solve. Hopefully I can solve it for you much more quickly than I solved it for me!
Chaos Engineering: If You Can't Delete, You Can't Repeat! "Chaos Engineering" means introducing intentional errors into your environment to test its operational resilience. Here's a story about chaos and small steps you can take as part of your DevOps development process to begin your journey to developing more resilient applications.