
Syntax - Tasty Web Development Treats 746: Infrastructure for TS Devs: Kubernetes, WASM and Containers with David Flanagan
42 snips
Mar 22, 2024 David Flanagan, a Kubernetes engineer and content creator, breaks down the complexities of Kubernetes, Docker, and WebAssembly. He discusses the importance of server management for developers and the advantages of bare metal setups. Flanagan shares insights on achieving high uptime and explores the unique capabilities of WebAssembly beyond browsers. He also touches on practical applications of ARM and x86 architectures, innovative home automation with Raspberry Pis, and resources for getting started with Kubernetes.
AI Snips
Chapters
Transcript
Episode notes
Kubernetes Scaling
- Use managed Kubernetes services for scaling.
- They automate scaling based on workload metrics.
Five Nines Uptime
- Five nines (99.999%) uptime means only 5.25 minutes of downtime yearly.
- Few apps achieve this; defining "outage" is subjective.
Simplify Containerization
- Focus on building and shipping the container image.
- Don't get bogged down in the underlying complexities.
