Azure Container Apps Preview: First Impressions

Azure Container Apps (ACA) entered public preview. It is essentially “Kubernetes without the Kubernetes”. Under the hood is AKS, but you never see it. Managed KEDA ACA has built-in autoscaling using KEDA scalers. Scale on HTTP requests, Azure Storage Queues, or Kafka topics—all with YAML configuration. This configuration scales from 0 to 30 replicas based […]

Read more →

Kubernetes 1.23: What’s New

K8s 1.23 is the last release before Dockershim removal. Key changes: FlexVolume Deprecation CSI (Container Storage Interface) is now the only supported way to add storage drivers. If you have custom FlexVolume plugins, migrate immediately. HorizontalPodAutoscaler v2 Stable HPA v2 allows scaling on custom metrics (e.g., queue depth from Prometheus). This is now GA.

Read more →