Cultural Impacts of Modern Platform Engineering on DevOps Teams



A deep dive into how a major financial institution executed a comprehensive SRE transformation by focusing on people and pragmatism first.

This is a fictional story of a team that got ripped apart after a security audit for hardcoding database credentials in plaintext for their web app. Read how they went in 5 steps from no secrets management solution at all to a dynamic, scalable, and secure workflow using HashiCorp Vault.

Developing applications for Kubernetes can often feel like you’re working in a silo. Testing code changes typically requires a cumbersome process: pushing changes to a remote repository, building container images, and deploying those images to a Kubernetes cluster. This cycle not only slows development but also creates an arduous feedback loop.