Agentic AI on EKS — Cognito Auth UI and HPA for the Agent Platform
Deploying Gradio + Cognito OAuth Web UI and HPA autoscaling to complete the full workshop architecture. Includes measured resource consumption across all 4 components.
All blog posts
Deploying Gradio + Cognito OAuth Web UI and HPA autoscaling to complete the full workshop architecture. Includes measured resource consumption across all 4 components.
Validating A2A delegation from Travel Agent to Weather Agent on EKS. Two gotchas: agent card URL defaults to 0.0.0.0, and S3 session history poisons LLM context with stale URLs.
Hands-on validation of the AWS 'Agentic AI on EKS' workshop. Covers Strands Agents SDK, MCP-based tool auto-discovery, and building container images with Kaniko on EKS.
Upgrading EKS following AWS best practices end-to-end: Cluster Insights, deprecated API scanning, PDB-backed availability guarantees, and post-upgrade validation.
Deploy the Neuron DRA driver on EKS and verify attribute-based device allocation via ResourceClaimTemplates. Discovered that dynamic LNC configuration is unsupported on trn1.2xlarge.
Deploy a bidirectional voice streaming agent using AgentCore Runtime's new WebRTC support with Nova Sonic. Key finding: TURN-only mode is strongly recommended for AgentCore Runtime deployments.
Create an ArgoCD Capability using eksctl's declarative YAML config and deploy a sample app. Covers the differences from AWS CLI and CloudFormation behavior.
Enable ArgoCD Capability on EKS via AWS CLI and deploy a sample app end-to-end. Covers real gotchas like Identity Center region mismatch and access policy setup.
Verified ClusterNetworkPolicy and ApplicationNetworkPolicy on EKS Auto Mode. Domain name-based egress filtering enables multi-layered access control that restricts pods to specific external services only.
Implement same-AZ routing using Powertools getMetadata() in TypeScript. Verified caching behavior and clearMetadataCache() with real measurement data.