Kubernetes 1.35, released in January 2026 and now supported on Amazon EKS and EKS Distro, marks a significant milestone in container orchestration—particularly for AI/ML workloads. This release introduces In-Place Pod Resource Updates, allowing you to resize CPU and memory without restarting pods, and Image Volumes, a game-changer for delivering large AI models using OCI container […]
Read more →Tag: DevOps
Tips and Tricks – Use AWS Lambda Layers for Shared Dependencies
Share common code and dependencies across Lambda functions to reduce deployment size.
Read more →Tips and Tricks – Use Terraform Modules for Reusable Infrastructure
Create reusable infrastructure components with Terraform modules for consistency and DRY code.
Read more →Production-Ready Agents: Observability, Security & Deployment – Part 8
Deploy AI agents to production with enterprise-grade observability, security, and resilience. Complete guide to OpenTelemetry, content safety, and Azure deployment.
Read more →Tips and Tricks – Use Multi-Stage Docker Builds for Smaller Images
Reduce container image size by separating build and runtime stages.
Read more →Tips and Tricks – Use Generators for Memory-Efficient Data Processing
Process large datasets without loading everything into memory using Python generators.
Read more →