Join us

ContentUpdates and recent posts about Azure Kubernetes Service (AKS)..
Course
@eon01 published a course, 1 week, 5 days ago
Founder, FAUN.dev

GitOps the Hard Way, with Argo CD

Argo CD Kubernetes GitLab GitLab CI/CD Helm

Build Real GitOps Pipelines From Empty Clusters to Automated Deploys

GitOps the Hard Way, with Argo CD
Story Trending
@laura_garcia shared a post, 1 week, 6 days ago
Software Developer, RELIANOID

𝗥𝗘𝗟𝗜𝗔𝗡𝗢𝗜𝗗 𝗮𝘁 𝗟𝗼𝗻𝗱𝗼𝗻 𝗧𝗲𝗰𝗵 𝗪𝗲𝗲𝗸 𝟮𝟬𝟮𝟲

🚀 𝗝𝗼𝗶𝗻 𝗥𝗘𝗟𝗜𝗔𝗡𝗢𝗜𝗗 𝗮𝘁 𝗟𝗼𝗻𝗱𝗼𝗻 𝗧𝗲𝗰𝗵 𝗪𝗲𝗲𝗸 𝟮𝟬𝟮𝟲 📅 June 8–12, 2026 📍 London, United Kingdom London Tech Week brings together innovators, enterprises, startups, investors, and technology leaders to explore the future of AI, cybersecurity, cloud infrastructure, digital transformation, and emerging technologi..

london_tech_week_2026_june_relianoid
 Activity
@work4bots started using tool Spring , 2 weeks, 1 day ago.
 Activity
@work4bots started using tool Helm , 2 weeks, 1 day ago.
 Activity
@work4bots started using tool Azure Pipelines , 2 weeks, 1 day ago.
 Activity
@work4bots started using tool Azure Kubernetes Service (AKS) , 2 weeks, 1 day ago.
 Activity
@work4bots started using tool Azure , 2 weeks, 1 day ago.
 Activity
@work4bots added a new tool Bicep , 2 weeks, 1 day ago.
Story FAUN.dev() Team Trending
@eon01 shared a post, 2 weeks, 1 day ago
Founder, FAUN.dev

AWX in Action is out, and there's a course

Ansible AWX

"AWX in Action: Ansible Orchestration at Scale" is now available in print and ebook. It covers running AWX on Kubernetes for real, not a sandbox demo that falls over the moment you add a second execution node.

AWX in Action - Ansible Orchestration at Scale
Link
@varbear shared a link, 2 weeks, 1 day ago
FAUN.dev()

GitHub breach: The development ecosystem is in the hot seat

GitHub is reeling from an infrastructure breach by TeamPCP, highlighting the vulnerability of developer environments. Privileged access was achieved not through traditional perimeter exploitation, but by targeting trusted developer tools like IDE extensions. This incident serves as a stark reminder .. read more  

GitHub breach: The development ecosystem is in the hot seat
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.