Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
Health & Fitness
Technology
About Us
Contact Us
Copyright
© 2024 PodJoint
Loading...
0:00 / 0:00
Podjoint Logo
US
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts211/v4/aa/f8/44/aaf8447e-a7a4-c70b-162f-5018dde26f8e/mza_11090008097488332563.png/600x600bb.jpg
Platform Engineering Playbook Podcast
vibesre
12 episodes
1 day ago
Show more...
Technology
RSS
All content for Platform Engineering Playbook Podcast is the property of vibesre and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Show more...
Technology
Episodes (12/12)
Platform Engineering Playbook Podcast
Platform Engineering ROI Calculator: Prove Value to Executives
• Why 60-70% of platform teams get disbanded within 18 months (hint: it’s not technical failure) • The exact ROI formula: (Total Value - Total Cost) / Total Cost × 100 • Real numbers across 5 company sizes: 233% ROI at startups, 380% at enterprises • How to translate DORA metrics to business outcomes (deployments → revenue, MTTR → SLA penalties) • CFO, CTO, and VP Eng stakeholder templates that speak their language • When NOT to build a platform team (under 100 engineers? Read this first) • Monday morning action plan: baseline metrics → quarterly ROI presentations → survival
Show more...
3 days ago
14 minutes

Platform Engineering Playbook Podcast
Why 70% of Platform Engineering Teams Fail (And the 5 Metrics That Predict Success)
Summary: • Only 33% of platform teams have product managers, yet 52% say PMs are crucial—this 19-point gap predicts failure better than any technology choice • Spotify’s Backstage achieved 99% voluntary adoption with a PM; external adopters average 10% adoption without one • The 2024 DORA Report found platform teams decreased throughput by 8% and stability by 14%—platforms make things worse before better • The 5 predictive metrics: (1) PM exists, (2) Baseline established, (3) NPS over 20, (4) Voluntary adoption over 50%, (5) Time to value under 30 days • Decision framework: Under 10 engineers don’t build platforms; at 100+ start with 3 people (1 PM, 2 engineers)
Show more...
5 days ago
11 minutes

Platform Engineering Playbook Podcast
Lesson 02: Resource Management - Kubernetes Production Mastery
• Requests vs limits: scheduler uses requests for placement, kubelet enforces limits at runtime—understand this distinction to prevent node overcommitment • Three QoS classes (Guaranteed, Burstable, BestEffort) determine eviction priority when nodes face resource pressure • Five-step debugging workflow: check pod status, read describe output, analyze events, inspect logs, verify resource metrics • Right-sizing methodology: start with realistic estimates, monitor P50/P95/P99 metrics, add 20% headroom, adjust based on production data • Common mistakes: no limits (unlimited burst), equal requests/limits (wastes resources), guessing values (leads to OOMKilled), ignoring JVM memory overhead
Show more...
5 days ago
19 minutes

Platform Engineering Playbook Podcast
Kubernetes Production Mastery - Lesson 01: Production Mindset
• Production mindset: Think in failure modes, not just success cases • 5 failure patterns: OOMKilled, cascading failures, config drift, silent degradation, manual toil • 6-item production readiness checklist: Resource limits, health checks, security context, observability, graceful shutdown, rollback plan • Real-world example: How skipping the checklist caused a 3-hour outage • Actionable next steps: Audit your workloads, enforce the checklist, run chaos experiments
Show more...
6 days ago
15 minutes

Platform Engineering Playbook Podcast
GCP State of the Union 2025 - When Depth Beats Breadth
• GCP network performance is 3x better than AWS/Azure—bottom-performing GCP VM outperforms top AWS/Azure VMs (Cockroach Labs 2021 benchmark) • Sustained use discounts are automatic (up to 30%) with no commitment—the anti-AWS Reserved Instance model that rewards retroactively vs requiring upfront forecasting • GCP growing 32% YoY vs AWS 17% driven by AI/ML and data workloads—capturing 6.4 percentage points of market share since Q1 2022 • BigQuery processes petabytes without managing infrastructure—columnar storage, automatic partitioning, and ML integration in one serverless platform • GKE Autopilot eliminates majority of toil from Kubernetes—Google’s opinionated managed mode handles node provisioning, scaling, and security patches • Vertex AI unifies ML workflow from training to deployment—integrated with BigQuery and GCS, unlike AWS’s fragmented SageMaker/Bedrock/Comprehend
Show more...
1 week ago
19 minutes

Platform Engineering Playbook Podcast
The $75 Million Per Hour Lesson: Inside the 2025 AWS us-east-1 Outage
•
Show more...
1 week ago
15 minutes

Platform Engineering Playbook Podcast
AWS State of the Union 2025 - Navigate 200+ Services with Strategic Clarity
• Start with Fargate or Lambda for compute unless you have specific EC2 needs—avoid Elastic Beanstalk’s opinionated PaaS approach • AWS egress fees are 9¢/GB vs DigitalOcean’s 1¢/GB flat rate (9x difference)—inter-AZ transfer costs add up to surprise bills • Generic AWS knowledge is B-tier ($124K), but specialized tool expertise commands premiums: AWS Lambda $127K, Redshift $134K, Elasticsearch $139K • EKS Auto Mode (announced re:Invent 2024) automates node management, storage, and networking—makes Kubernetes easier without eliminating the learning curve • AWS makes 197 price changes per month vs Azure/GCP’s few per month—pricing complexity and hidden costs are the biggest pain points • Real money isn’t in knowing AWS—it’s solving expensive business problems with specialized tools (Redis, Elasticsearch, NLP) that happen to run on AWS
Show more...
1 week ago
33 minutes

Platform Engineering Playbook Podcast
Platform Tools Tier List
• The commoditization trap: Git (-3%), Docker (-2%), and Kubernetes (-1%) salaries are declining despite 93% adoption • S-tier specializations: Elasticsearch ($139K), Kafka ($136K), Redis ($136K), Go ($135K) command premium salaries • Fastest-growing skills: NLP (+21%), Document DBs (+21%), Caching (+16%), AWS CodeWhisperer (+16%) • Career roadmap: 3-phase progression from $90-110K foundations → $115-125K core platform → $130-140K specialization • Industry context matters: Insurance pays $146K median, Education $118K—a $28K gap independent of skills • Certification trap: 15 cloud certs ≈ $120K, deep Elasticsearch expertise = $139K—$19K annual difference • Platform-only engineers plateau at $140K; add Go programming ($150K+), data engineering ($155K), ML/AI ($160K), or security ($165K+) for higher compensation
Show more...
1 week ago
16 minutes

Platform Engineering Playbook Podcast
Same App: $41 on Railway vs $1,010 on Vercel - The Real Cost of 'Simple' PaaS
• Real cost comparison: same workload costs $400/month on Flightcontrol, $1,010 on Vercel (88% premium), $41 on Railway, $72.50 on Fly.io—pricing models matter more than base costs • Flightcontrol’s unique model: you pay $97-$397/month for the platform layer but infrastructure bills directly to your AWS account; makes sense at scale when hitting Vercel’s bandwidth limits • Railway’s transparency: usage-based pricing with $20 minimum; typical production app runs $41/month after credits; no CDN means pair with Cloudflare for media-heavy sites • Fly.io for technical teams: Docker-native, global deployment in 35+ regions, sub-100ms response times worldwide; saves 72% vs Vercel for global apps but steeper learning curve • Build vs buy break-even: self-managed costs 3.4X more in year one ($430K vs $125K); unless you have 30+ engineers with dedicated platform team, PaaS delivers better ROI than building
Show more...
1 week ago
16 minutes

Platform Engineering Playbook Podcast
130 Tools, 20% Utilization, $71K/Year Lost Per Engineer - The Platform Sprawl Tax
• Tool sprawl reality: enterprises run 130+ tools using only 10-20% of capabilities; engineers manage 16-40 monitoring tools causing $71K/year in context-switching costs per person • The hidden cost equation: that ”free” custom solution costs $150K/year in maintenance (one engineer @ 30% time)—buying costs $50K but saves $100K annually • Security spending paradox: global spend hits $261B by 2025, yet 40% of breaches still exploit known vulnerabilities—throwing money at tools doesn’t fix process problems • Build vs buy framework: consolidation is inevitable (economics don’t support 130-tool portfolios); start with one area, prove value with metrics that matter (MTTR, deployment frequency) • Real ROI metrics: forget cost per incident—track time-to-resolution, developer satisfaction, deployment frequency, and MTTR; these predict business outcomes traditional metrics miss
Show more...
1 week ago
10 minutes

Platform Engineering Playbook Podcast
Cloud Providers in 2025 - Platform Abstractions, GPU Dynamics, and the New Multi-Cloud Reality
• The bifurcation: infrastructure teams going deeper into primitives (bare metal K8s, service mesh) while app teams go higher-level (Vercel, Railway, Fly.io) • GPU shortage dynamics—CoreWeave raised $2B on GPU access alone; companies now choose providers by GPU quotas, not features • Technical deep dive: AWS datacenter-centric networking vs Google’s global VPC (5-10x better cross-region throughput), AWS 15 database services vs Google’s 3 opinionated platforms (Spanner defying CAP theorem with atomic clocks) • Edge computing revolution: Cloudflare Workers, Deno Deploy deliver sub-50ms global latency without load balancers or regional deployments—try doing that with traditional cloud • Multi-cloud specialization (not portability): BigQuery for data warehouses, Azure/GPU clouds for AI, Cloudflare for edge, AWS for ”boring logic your team knows” • Specialized clouds winning specific domains: PlanetScale (MySQL with Git-like branching), Neon (serverless Postgres scaling to zero), Turso (edge SQLite with sub-ms queries), Vercel/Netlify (frontend cloud) • Surprising players: Hetzner (unicorns running entire infra on bare metal), DigitalOcean App Platform, Oracle Cloud (absurdly generous free tier, legitimate bare metal performance) • Skills evolution—Table stakes: IaC, GitOps, FinOps (cost optimization is core engineering now). Less relevant: SSH debugging, manual server management. Emerging: WebAssembly (universal edge runtime), eBPF (kernel observability), platform engineering discipline • Hard-won wisdom: boring technology wins (Postgres > ScyllaDB), data gravity is real (egress fees = lock-in), design for day-two operations (can you explain the 3 AM runbook?), complexity compounds (skeptical of microservices without dedicated platform teams) • Lock-in philosophy shift: ”Lock-in
Show more...
1 week ago
24 minutes

Platform Engineering Playbook Podcast
75% of Your Team Uses Unauthorized AI - Why Your Blocking Strategy Backfires
Summary: • Why 93% of employees use unauthorized AI tools while 54% of IT leaders think their blocking policies work (spoiler: they don’t) • The ”paved path” strategy: provide governed AI gateways (Portkey, TrueFoundry) instead of blocking—teams report 60% cost reduction from consolidation • Real AIOps ROI: GitHub Copilot delivered 55% faster task completion and 60-75% higher job satisfaction; one team cut alerts from 523/week to 22 (96% reduction) • Decision framework: when to embrace AI tools vs when to standardize, and how to balance developer productivity with governance • Platform engineering skills evolution: AI/ML operations, cost optimization, and security automation are becoming table stakes
Show more...
2 weeks ago
17 minutes

Platform Engineering Playbook Podcast