Join us

ContentUpdates and recent posts about Azure Kubernetes Service (AKS)..
Story
@boriszn shared a post, 4 years, 1 month ago
Senior Software and Cloud Architect, IBM, Nordcloud

Common Performance Management Mistakes

Azure Azure Kubernetes Service (AKS)

In the figure above, you can see that the AKS cluster contains nodes that are represented as virtual machines under the hood. The Autoscaler is the main component here. It scales up the node count when the cluster is under high load. It also scales the node down to a standard size when the cluster i..

3.2.jpeg
 Activity
@vmurali3214 started using Azure Kubernetes Service (AKS) , 4 years, 1 month ago.
 Activity
@veraw started using Azure Kubernetes Service (AKS) , 4 years, 1 month ago.
Story
@boriszn shared a post, 4 years, 2 months ago
Senior Software and Cloud Architect, IBM, Nordcloud

Mobile and IoT Security Strategies in the Cloud

Docker Azure Kubernetes Service (AKS)

ConclusionIn this article, I provided cases of secure IoT solutions, general principles of secure IoT architecture, and example workflows of secure IoT architectures based on Azure services, Google Cloud, and AWS.Boris Zaikin, Senior Software and Cloud Architect at Nordcloud GmbH@borisza on DZone | ..

iot-azure-air-1.jpeg
 Activity
@djwisdom started using Azure Kubernetes Service (AKS) , 4 years, 2 months ago.
 Activity
@jkorell started using Azure Kubernetes Service (AKS) , 4 years, 2 months ago.
 Activity
@rishabh_garg started using Azure Kubernetes Service (AKS) , 4 years, 2 months ago.
 Activity
@simha1418 started using Azure Kubernetes Service (AKS) , 4 years, 3 months ago.
 Activity
@oliviergaumond started using Azure Kubernetes Service (AKS) , 4 years, 5 months ago.
 Activity
@jagadishnpy started using Azure Kubernetes Service (AKS) , 4 years, 5 months ago.
From an operations standpoint, AKS provides automated cluster upgrades, node pool management, auto-scaling, and built-in high availability. Teams can run multiple node pools per cluster, mix VM sizes, use spot instances for cost optimization, and scale workloads automatically with the Kubernetes autoscaler and Horizontal Pod Autoscaler.

Security is a core design focus. AKS supports private clusters, network policies, Azure Policy for Kubernetes, workload identity, secrets integration with Azure Key Vault, and container image scanning through Microsoft Defender for Cloud. These features help organizations meet enterprise security and compliance requirements without heavy customization.

AKS is widely used for cloud-native applications, microservices, AI/ML workloads, and internal platforms. It serves as a foundation for platform engineering teams building internal developer platforms, often combined with GitOps tools like Flux or Argo CD and CI/CD systems such as GitHub Actions or Azure DevOps.