@parraletz
AWS Community Builder | CNCF Ambassador | Platform Engineer
Platform Engineer + CNCF Ambassador, AWS community builder. I design scalable cloud-native platforms and love making teams faster and safer.
Nothing here yet.
Mar 24 · 6 min read · The Platform Is the Architecture There's a distinction that comes up a lot in platform engineering conversations, and it's worth making explicit. There's a difference between a team that operates infrastructure and a team that designs a platform. Bot...
Join discussionMar 20 · 6 min read · Your Deployment Strategy Shouldn't Live in Your Pipeline Here's a situation most platform teams have been in. A team wants to do a canary deployment. So they modify the pipeline. They add a step that deploys to 10% of traffic, waits, checks some metr...
Join discussionMar 16 · 6 min read · The Glue Is the Platform Here's something that doesn't show up in architecture diagrams. You have Kubernetes. You have Terraform. You have GitHub Actions, ArgoCD, Datadog, Vault, and a developer portal. Each of those tools is well-documented, widely ...
MMOHAMED and 8 more commentedMar 13 · 6 min read · A Git Commit Is Not Just a Change. It's a Command. Here's a scenario that plays out in a lot of platform teams. Your CI/CD pipeline runs kubectl apply as a job step. It exits zero. The pipeline goes green. Deployment successful — or so the dashboard ...
Kklement commented