Managed Kubernetes in Public Cloud¶
Nubenetes V2 Elite Portal
You are browsing the AI-Curated V2 Elite Edition. Looking for the exhaustive list of references? Check out the V1 Historical Archive.
Architectural Context
Detailed reference for Managed Kubernetes in Public Cloud in the context of Cloud Providers (Hyperscalers).
Alternative Cloud¶
DigitalOcean Kubernetes DOKS¶
GitOps and Continuous Delivery¶
- (2022) digitalocean.com: Automating GitOps and Continuous Delivery With DigitalOcean Kubernetes (Terraform, Helm and Flux) [HCL CONTENT] [COMMUNITY-TOOL] โ A practical guide on implementing declarative GitOps structures on DOKS using Flux CD, Terraform, and Helm charts. Provides a complete architectural template for managing infrastructure and application configurations declaration-first, reducing configuration drift in production.
Linode Kubernetes Engine LKE¶
Autoscaling Core¶
- (2022) dev.to: Practical Introduction to Kubernetes Autoscaling Tools with Linode Kubernetes Engine ๐ [YAML CONTENT] [COMMUNITY-TOOL] โ An introduction to Kubernetes scaling tools (HPA, VPA, and Cluster Autoscaler) leveraging the Linode Kubernetes Engine (LKE). This guide demystifies metric validation loops and autoscaler behavior, providing a practical foundation for engineers implementing scaling outside major hyperscalers.
Architecture and Design¶
Microservices Design¶
Production AKS Deployment¶
- (2021) optisolbusiness.com: Implementing Microservices Architecture in AKS [MARKDOWN CONTENT] [CASE STUDY] [COMMUNITY-TOOL] โ Details blueprint designs for structural microservices running on AKS clusters. Reviews optimal container scaling, deployment strategies, and integration with container registries (ACR). Guides engineers on transforming multi-container apps into production-ready architectures.
Serverless Migrations¶
Container Apps¶
- (2022) dev.to: Moving Azure Functions from AKS to Container Apps [BASH CONTENT] [COMMUNITY-TOOL] โ An analytical migration post detailing the shift of Azure Functions from AKS (utilizing KEDA) into Azure Container Apps (ACA). Compares resource footprints, administration friction, and scale behaviors. Highly educational for choosing the correct serverless scale model.
Architecture Blueprint¶
Multi-Cloud and Azure¶
Infrastructure Design¶
- (2024) github.com/stephaneey/azure-and-k8s-architecture: Azure and K8s Architecture' ๐ [MARKDOWN CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ A curated open-source repository featuring detailed visual design maps and deployment blueprints for running enterprise-grade workloads on Azure and AKS. Demonstrates architectural patterns for network security zoning, private endpoints, DNS configuration, and highly isolated hub-and-spoke virtual networks.
Cloud Infrastructure¶
AWS¶
Container Orchestration¶
- (2023) cast.ai: AWS EKS vs. ECS vs. Fargate: Where to manage your Kubernetes? [N/A CONTENT] [COMMUNITY-TOOL] โ A deep dive comparing AWS ECS, EKS, and serverless container execution via AWS Fargate. Synthesizing live cloud architectural trends, it presents insights into financial management, operational simplicity, and dynamic resource scaling, mapping out the trade-offs of using managed VM pools versus completely serverless options.
- (2022) clickittech.com: Amazon ECS vs EKS : The Best Container Orchestration Platform [N/A CONTENT] [COMMUNITY-TOOL] โ This comprehensive comparison highlights the operational differences, cost implications, and architecture layouts of Amazon ECS versus Amazon EKS. EKS targets standard Kubernetes-based deployments requiring high portability, while ECS is a highly optimized, opinionated AWS native orchestrator designed for seamless integration.
- (2021) cloudonaut.io: Scaling Container Clusters on AWS: ECS and EKS [N/A CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ A detailed comparative analysis of scaling strategies between Amazon ECS and EKS clusters. The article walks through key operational considerations, including EC2 Auto Scaling Groups, Karpenter, cluster autoscalers, and resource utilization dynamics, highlighting how choice of orchestration influences microservices scale limits.
Amazon EKS¶
Deployments¶
- (2021) youtube/StackSimplify: Kubernetes Deployments on AWS EKS | Amazon Elastic Kubernetes Service | Amazon EKS ๐ [YAML CONTENT] [COMMUNITY-TOOL] โ A video-guided technical deep dive detailing how to launch and manage standard Kubernetes Deployments on AWS EKS. It covers declarative manifest configuration, pod scaling strategies, and external exposure of services through AWS integration.
Traffic Management¶
- (2022) Create a pipeline with canary deployments for Amazon EKS with AWS App Mesh ๐ [YAML CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] [GUIDE] โ A comprehensive technical walkthrough on implementing canary deployment pipelines using Amazon EKS and AWS App Mesh. It details the integration of AWS CodePipeline and Envoy-based service meshes to orchestrate fine-grained traffic shifting, minimizing blast radiuses during software rollouts.
Auto-scaling¶
Fargate¶
- (2021) aws.amazon.com: Autoscaling EKS on Fargate with custom metrics [YAML CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ Explores scaling mechanisms for EKS pods deployed onto AWS Fargate using Prometheus-emitted custom metrics. Illustrates HPA structures that scale serverless compute workloads without maintaining EC2 scaling profiles.
Prometheus¶
- (2021) aws.amazon.com: Using Prometheus Adapter to autoscale applications running on Amazon EKS [YAML CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ Demonstrates how to configure the Prometheus Adapter to expose custom application metrics to the Kubernetes Horizontal Pod Autoscaler (HPA). The article outlines ingestion pipelines from Amazon Managed Service for Prometheus to enable dynamic workload scaling.
Container Orchestration (1)¶
AKS Integration¶
- (2023) techcommunity.microsoft.com: How to install an AKS cluster with the Istio service mesh add-on via Bicep [BICEP CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ Explores the automated provisioning of Azure Kubernetes Service (AKS) coupled with the native Istio service mesh add-on using Bicep. This blueprint demonstrates declarative service mesh lifecycle management, reducing manual Helm or post-deployment orchestration overhead.
EKS Security¶
- (2023) Amazon EKS introduces EKS Pod Identity [NONE CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ EKS Pod Identity simplifies the association of IAM roles with Kubernetes service accounts. This model bypasses the complexities of OIDC trust configurations, offering highly scalable, secure, and isolated credential structures for containers.
Continuous Delivery¶
GitOps¶
- (2020) pages.awscloud.com: GitOps on AWS for High Performing Team Operations (eBook) [PDF CONTENT] [COMMUNITY-TOOL] โ An e-book co-authored by AWS and Weaveworks exploring the deployment of GitOps workflows on AWS. It presents architectural patterns for using declarative systems to synchronize desired states defined in Git with operational EKS environments.
Preview Environments¶
- (2022) thenewstack.io: How We Built Preview Environments on Kubernetes and AWS [MARKDOWN CONTENT] [ADVANCED LEVEL] [CASE STUDY] [COMMUNITY-TOOL] โ An architectural case study illustrating how to dynamically generate on-demand sandbox preview environments on AWS EKS. It outlines how custom controllers spin up ephemeral namespaces triggered by GitHub pull requests, improving QA workflows.
Infrastructure as Code¶
Terraform¶
- (2021) youtube: CloudGeeks - Terraform Eks Kubernetes RDS Secrets Manager Eksctl Cloudformation ALB Controller (Redmine App) [HCL CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ A comprehensive practical video guide displaying multi-tier app deployment. Integrates Terraform, EKS, RDS, AWS Secrets Manager, and AWS ALB Controller to assemble an enterprise-grade cloud footprint.
Multi-Cluster Management¶
Case Study¶
- (2021) Onfidoโs Journey to a Multi-Cluster Amazon EKS Architecture [MARKDOWN CONTENT] [ADVANCED LEVEL] [CASE STUDY] [COMMUNITY-TOOL] โ Explores Onfido's architectural transition from single-cluster configurations to a multi-region, multi-cluster Amazon EKS framework. Details scaling hurdles, network federation, load balancing, and configuration management at global enterprise scale.
Networking¶
Ingress Controllers¶
- (2026) github.com/kubernetes-sigs/aws-load-balancer-controller โญ 4300 [GO CONTENT] [ADVANCED LEVEL] ๐๐๐๐๐ [DE FACTO STANDARD] โ The core controller that manages AWS Elastic Load Balancers (ALB and NLB) on behalf of a Kubernetes cluster. Live Grounding verifies its continuous support for advanced features like target grouping by IP, ACM certificate integration, and shared ALBs. It acts as the primary ingress controller for modern AWS EKS network architectures.
- (2021) aws.amazon.com: Kubernetes Ingress with AWS ALB Ingress Controller [YAML CONTENT] [COMMUNITY-TOOL] โ Covers the deployment and usage architecture of the AWS Application Load Balancer (ALB) Ingress Controller. It shows how the controller interprets Kubernetes Ingress resources to provision physical AWS ALB layers, routing external HTTP traffic directly to backend pods.
Scale Optimization¶
- (2022) engineering.salesforce.com: Optimizing EKS networking for scale [MARKDOWN CONTENT] [ADVANCED LEVEL] [CASE STUDY] [COMMUNITY-TOOL] โ A technical case study detailing Salesforce's optimizations of the AWS VPC CNI within high-density EKS clusters. It addresses IP address exhaustion, custom networking configurations, prefix delegation, and scaling metrics crucial for maintaining thousands of ephemeral microservices.
Cloud Providers¶
AWS EKS¶
GitOps and Automation¶
Infrastructure Provisioning¶
- (2023) aws.amazon.com: GitOps model for provisioning and bootstrapping Amazon EKS clusters using Crossplane and Argo CD [N/A CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] [GUIDE] โ Demonstrates an elegant architectural GitOps paradigm that unifies cloud infrastructure and software delivery. Integrates Crossplane for declarative AWS API provisioning with Argo CD for continuous application state synchronizations.
Hybrid Cloud¶
Service Mesh Integration¶
- (2022) solo.io: Connect Your Services Seamlessly with Amazon EKS Anywhere and Istio [N/A CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ Focuses on extending enterprise network topologies and security controls to the hybrid-edge using Solo Gloo Mesh (Istio) over EKS Anywhere nodes. Streamlines cross-cloud security boundaries and load balancing profiles.
Networking (1)¶
Private Connectivity¶
- (2022) docs.aws.amazon.com: Access container applications privately on Amazon EKS using AWS PrivateLink and a Network Load Balancer [N/A CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ Detailed architectural pattern showcasing secure, private consumption of containerized applications deployed on Amazon EKS. Leverages AWS PrivateLink integrated with a Network Load Balancer (NLB) to isolate traffic from the public internet entirely.
Service Mesh Latency¶
- (2023) aws.amazon.com: Addressing latency and data transfer costs on EKS using Istio [N/A CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ Architectural guide analyzing multi-AZ data transfer charges and service-to-service latency in EKS. Demonstrates how to design topology-aware routing strategies within an Istio Service Mesh to keep traffic localized and cost-effective.
Azure Kubernetes Service AKS¶
API Gateway¶
- (2023) returngis.net: Exponer APIs en AKS a travรฉs de Azure API Management [BASH CONTENT] [COMMUNITY-TOOL] โ Provides a hands-on architectural walkthrough for exposing microservices deployed on AKS through Azure API Management (APIM). Focuses on securing internal endpoints via private virtual network injection, setting up private DNS zones, and orchestrating ingress paths with NGINX or AGIC. Essential reading for configuring robust API monetization and rate-limiting behaviors.
Ingress and Routing¶
- (2023) returngis.net: Desplegar AGIC en AKS utilizando workload identity [BASH CONTENT] [ADVANCED LEVEL] [LEGACY] โ A deep dive into deploying the Azure Application Gateway Ingress Controller (AGIC) utilizing passwordless Azure AD Workload Identity instead of legacy pod-managed identity options. By using OpenID Connect (OIDC) federation, this design model mitigates key-rotation liabilities and secures the control plane path to application gateways. This configuration represents the de facto standard for zero-trust ingress security on Azure.
Multi-Tenancy¶
- (2024) learn.microsoft.com: Use Application Gateway Ingress Controller (AGIC) with a multitenant Azure Kubernetes Service [YAML CONTENT] [ADVANCED LEVEL] [DOCUMENTATION] [COMMUNITY-TOOL] โ This official reference architecture outlines deployment scenarios for using AGIC within multi-tenant AKS cluster designs. It synthesizes strategies for shared vs. dedicated Application Gateways, details path-based and host-based microservices routing, and outlines how to securely terminate TLS while enforcing Web Application Firewall (WAF) rule sets at the perimeter.
Security¶
- (2024) learn.microsoft.com: Deploy AKS and API Management with mTLS [YAML CONTENT] [ADVANCED LEVEL] [DOCUMENTATION] [COMMUNITY-TOOL] โ Official documentation for implementing mutual TLS (mTLS) configurations between Azure API Management (APIM) and backend AKS services. Includes certificate exchange setups, ingress controller enforcement (such as NGINX), and identity validation processes. Necessary blueprinting for highly compliant systems such as open-banking and healthcare APIs.
- (2023) techcommunity.microsoft.com: Securing Windows workloads on Azure Kubernetes Service with Calico [YAML CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ This architectural guide details how to leverage Tigera Calico's CNI and policy engine to enforce advanced microsegmentation on Windows workloads within Azure Kubernetes Service (AKS). It addresses heterogeneous node pool configurations (Windows and Linux mixed architectures) and demonstrates how to apply consistent security policies across dual-OS workloads to meet strict enterprise isolation and compliance requirements.
Google Kubernetes Engine GKE¶
Cost Optimization¶
- (2021) cloud.google.com: Announcing Spot Pods for GKE Autopilotโsave on fault tolerant workloads [YAML CONTENT] [COMMUNITY-TOOL] โ Introduces Spot Pods for GKE Autopilot, enabling cost reductions of up to 60-80% for fault-tolerant, stateless workloads and background microservices. Examines how Autopilot schedules, preempts, and relocates workloads based on Google's excess compute capacity without operator intervention.
DNS Optimization¶
- (2024) Setting up NodeLocal DNSCache [YAML CONTENT] [ADVANCED LEVEL] [DOCUMENTATION] [COMMUNITY-TOOL] โ A detailed technical guide to configuring NodeLocal DNSCache on GKE clusters. By running a lightweight caching agent as a node-level DaemonSet, this pattern prevents connection track table exhaustion and significantly decreases DNS lookup latency for high-throughput microservices.
- (2024) Kubernetes Cloud DNS [N/A CONTENT] [ADVANCED LEVEL] [DOCUMENTATION] [COMMUNITY-TOOL] โ Technical documentation for implementing Cloud DNS for GKE. Illustrates how integrating managed GCP Cloud DNS with GKE clusters removes the CPU/Memory overhead of running in-cluster CoreDNS (kube-dns) instances. Essential for highly-scaled microservices architectures prone to DNS query bottlenecking.
Ingress and Routing (1)¶
- (2022) Using new traffic control features in External HTTP(S) load balancer [YAML CONTENT] [ADVANCED LEVEL] [DOCUMENTATION] [COMMUNITY-TOOL] โ Details advanced traffic engineering patterns utilizing Google Cloud external HTTP(S) Load Balancing. Outlines how GKE architects can configure header-based request redirection, traffic mirroring, and weight-based canary routes directly at the external ingress tier to construct robust microservices patterns.
Multi-Cluster Architectures¶
- (2022) cloud.google.com: How to do multi-cluster Kubernetes in the real worldโone GKE shopโs approach [N/A CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ A real-world engineering case study from Geotab detailing their approach to multi-cluster GKE administration. Addresses cross-region latency issues, regional failover strategies, and global DNS configurations, demonstrating how to maintain highly available microservices environments at scale.
Multi-Cluster Networking¶
- (2021) cloud.google.com: Discover and invoke services across clusters with GKE multi-cluster services [YAML CONTENT] [ADVANCED LEVEL] [DOCUMENTATION] [COMMUNITY-TOOL] โ Introduces GKE Multi-Cluster Services (MCS), allowing cross-cluster service discovery and load balancing using standard Kubernetes primitives. Enables seamless cross-cluster communication, simplifying geographic scaling, disaster recovery architectures, and multi-region microservice fabrics.
Performance Scaling¶
- (2021) acloudguru.com: GKE ludicrous speed! GKE Image Streaming speeds up container starts [N/A CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ Explores GKE Image Streaming, a performance feature that speeds up container startups by lazy-loading image layers over the network. By starting pods before the entire image is downloaded, this architecture accelerates auto-scaling and quickens recovery times from node failures.
Security and IAM¶
- (2024) Fetches all Primitive and Predefined GCP IAM Roles [PYTHON CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ An open-source security tool that parses and exports GCE IAM pre-defined and primitive role definitions. Helps platform security architects map precise least-privilege configurations when implementing Workload Identity bounds inside production GKE clusters.
Microsoft AKS¶
Microservices Design (1)¶
Production Architecture¶
- (2023) docs.microsoft.com: Microservices architecture on Azure Kubernetes Service (AKS) ๐ [N/A CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ Architectural design guide detailing enterprise container patterns for deploying robust, scalable, and secure microservices architectures natively inside Azure Kubernetes Service.
Container Platforms¶
Enterprise Platforms¶
KubeSphere¶
- (2026) kubesphere.io [GO CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ KubeSphere is a distributed, multi-tenant enterprise container platform built on top of Kubernetes. It provides an intuitive GUI dashboard for managing multi-cloud container orchestration, DevOps pipelines (Jenkins-based), service meshes (Istio), observability, and microservice governance. (Live Grounding: Actively developed in 2026, offering a complete, modular, cloud-agnostic platform alternative to OpenShift).
- (2020) itnext.io: KubeSphere: A New Pluggable Kubernetes Application Management Platform [GO CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ Explores the modular and pluggable architecture of KubeSphere, showing how enterprises can customize their deployments by enabling or disabling components like DevOps, Service Mesh, and Logging/Monitoring. Discusses native application lifecycle management integrations. (Live Grounding: Underlines KubeSphere's strategic market position as a flexible, lower-overhead alternative to Red Hat OpenShift).
Delivery and CICD¶
Application Packaging¶
Draft and Acorn¶
- (2023) medium.com/@pauldotyu: Effortlessly Deploy to AKS with Open Source Tools Draft and Acorn [BASH CONTENT] [LEGACY] โ Focuses on simplifying development workflows on AKS using Draft and Acorn. Streamlines container generation and cluster deployments. Live grounding note: Acorn changed operations in early 2024, emphasizing legacy community-tool status.
Continuous Deployment¶
Azure Pipelines¶
- (2023) azuredevopslabs.com: Deploying a multi-container application to Azure Kubernetes Services [YAML CONTENT] [COMMUNITY-TOOL] โ An interactive, practical lab illustrating the step-by-step setup of continuous delivery pipelines targeting AKS using Azure DevOps. Covers container builds, ACR image pushes, and multi-stage YAML pipeline deployment structures.
Developer Experience¶
Inner Loop Development¶
Local Tooling¶
- (2023) Azure/Draft ๐ โญ 642 [GO CONTENT] ๐๐๐๐๐ [DE FACTO STANDARD] โ Azure Draft simplifies early-stage developer onboarding onto Kubernetes. By scanning source code directories, it automatically generates containerization assets including Dockerfiles, Kubernetes manifests, Helm charts, and deployment workflows.
Infrastructure¶
Ingress and Routing (2)¶
Application Gateway AGIC¶
- (2022) returngis.net: Configurar mรกs de un Application Gateway con AGIC para AKS [SPANISH CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ Written in Spanish, this technical guide explains how to control multiple Azure Application Gateways through a single AGIC controller inside AKS. Explains resource routing partitions between internal microservices and public endpoints.
- (2020) itnext.io: Kubernetes Ingress on Azure using the Application Gateway [YAML/TERRAFORM CONTENT] [COMMUNITY-TOOL] โ Analyzes configuring the Application Gateway Ingress Controller (AGIC) to leverage Azure's Layer 7 load balancer inside AKS clusters. Outlines integrating native Web Application Firewall (WAF) services and avoiding extra routing hops. Promotes scalable network architectures for modern APIs.
Dynamic DNS¶
- (2022) dev.to/javiermarasco: HTTPs with Ingress controller, cert-manager and DuckDNS (in AKS/Kubernetes) [YAML CONTENT] [COMMUNITY-TOOL] โ Presents a dynamic DNS development environment setup using cert-manager, NGINX ingress, and DuckDNS on AKS clusters. Helps development teams quickly wire secure, externally accessible TLS endpoints without needing official domain registrations.
ExternalDNS¶
- (2023) techcommunity.microsoft.com: Kubernetes External DNS for Azure DNS & AKS [YAML CONTENT] [COMMUNITY-TOOL] โ Examines configuring ExternalDNS inside an AKS cluster to dynamically sync Kubernetes Ingress resources with Azure DNS zones. Avoids manual DNS configuration, automating resource and IP updates on target domain records.
Hybrid Ingress Architecture¶
- (2021) returngis.net: Azure Application Gateway con WAF y wildcard + Nginx Controller para AKS [SPANISH CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ A Spanish-language architecture guide demonstrating a hybrid ingress design: placing an Azure Application Gateway (with WAF enabled) in front of an in-cluster NGINX ingress controller. Solves wildcard SSL setups and advanced ingress rules within AKS.
TLS Ingress Controller¶
- (2020) docs.microsoft.com: Create an HTTPS ingress controller on Azure Kubernetes Service (AKS) [YAML/BASH CONTENT] [DOCUMENTATION] [LEGACY] โ A legacy Microsoft technical manual outlining the step-by-step deployment of an NGINX ingress controller with cert-manager on AKS. Curators highlight its historical value in configuring dynamic TLS certificates via Let's Encrypt. Live grounding shows this is marked as a legacy/previous version doc, as engineering teams in 2026 favor native Application Gateway Ingress Controller (AGIC) or native Istio integrations.
Networking and CNI¶
Azure CNI Cilium¶
- (2022) isovalent.com: Announcing Azure CNI Powered by Cilium [MARKDOWN CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ Isovalent's technical summary showcasing Azure CNI powered by Cilium integration. This architecture combines Azure's high-performance native routing fabrics with the advanced, secure eBPF-driven networking layer of Cilium. Represents the modern standard for fast AKS networking in 2026.
Calico eBPF¶
- (2021) thenewstack.io: Turbocharging AKS Networking with Calico eBPF [BASH CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ Explores the performance enhancements derived from running Calico's eBPF data plane over AKS cluster topologies. Discusses how bypassing traditional iptables routing overhead reduces connection latency and CPU usage. It remains a relevant comparative benchmark for high-performance networks.
WireGuard Encryption¶
- (2021) tigera.io: Calico WireGuard support with Azure CNI [YAML CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ Examines configuring Calico WireGuard encryption overlaying Azure CNI networks. Details setting up highly secure node-to-node transport layer encryption with minimal CPU overhead. Grounding points to this as an excellent alternative to heavy IPsec deployments.
Provisioning and IaC¶
AWS CDK and Multicluster¶
- (2022) Using CDK to perform continuous deployments in multi-region Kubernetes environments [TYPESCRIPT CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ Explores the use of AWS Cloud Development Kit (CDK) to model continuous delivery systems across multi-region Kubernetes deployments. Highly relevant for cloud engineers designing hybrid-cloud architectures that span AKS and EKS infrastructure.
Observability¶
Telemetry¶
Azure Monitoring¶
- (2022) grafana.com: Scrape Azure metrics and monitor AKS using Grafana Agent ๐ [N/A CONTENT] [COMMUNITY-TOOL] [GUIDE] โ A telemetry extraction guide focused on deploying Grafana Agent inside AKS to scrape and forward metrics directly to Grafana Cloud. Avoids expensive, proprietary log-forwarding configurations and maintains unified telemetry visualization dashboards.
Orchestration¶
Azure Compute¶
AKS and ACI¶
- (2022) k21academy.com: Azure Kubernetes Service & Azure Container Instances For Beginners ๐ [N/A CONTENT] [COMMUNITY-TOOL] [GUIDE] โ An introductory training reference explaining Azure Kubernetes Service (AKS) and Azure Container Instances (ACI). Describes virtual node orchestration patterns to dynamically offload execution spikes from AKS onto ACI serverless compute.
Azure Networking¶
AKS VNET Integration¶
- (2021) azurecloudai.blog: Deploy Azure Kubernetes Service (AKS) to a preexisting VNET [N/A CONTENT] [COMMUNITY-TOOL] [GUIDE] โ Technical guide outlining the architectural parameters needed to deploy Azure Kubernetes Service (AKS) within a custom, pre-existing Virtual Network (VNET). Addresses CIDR constraints, subnet delegation, and Azure CNI configurations.
Kubernetes¶
Managed Kubernetes Comparison¶
- (2021) stackrox.com: EKS vs GKE vs AKS - Evaluating Kubernetes in the Cloud [N/A CONTENT] [COMMUNITY-TOOL] [GUIDE] โ A multi-dimensional comparison of the three primary managed Kubernetes services: AWS EKS, Google GKE, and Azure AKS. Weighs crucial metrics including control plane management fees, SLA guarantees, automated master scaling, and IAM-to-K8s role bindings.
Platform Engineering¶
CICD and Delivery¶
Developer Experience (1)¶
- (2023) youtube: Day -25 | No Dockerfile, No K8s Manifests | Setup CI/CD in 5 minutes for any programming language [N/A CONTENT] [COMMUNITY-TOOL] โ Demonstrates rapid deployment flows to Kubernetes bypassing standard manual Dockerfile and YAML manifest configurations. Showcases automated scaffolding utilities like Draft and Cloud Native Buildpacks. Targeted at reducing onboarding friction for software developers moving applications to production orchestrators.
GitHub Actions¶
- (2023) insights.project-a.com: Using GitHub Actions to deploy to Kubernetes in GKE ๐ [YAML CONTENT] [COMMUNITY-TOOL] โ A practical roadmap for setting up secure Continuous Delivery pipelines to GKE using GitHub Actions. Specifically covers passwordless identity validation utilizing GCP Workload Identity Federation (WIF) to eliminate long-lived GCP service account JSON keys. Walks through Docker builds, GCR/GAR pushes, and Helm deployments.
Developer Experience (2)¶
Legacy Scaffolding¶
- (2022) blog.baeke.info: Trying out Draft 2 on AKS [BASH CONTENT] [COMMUNITY-TOOL] โ An early evaluation testing out the Draft v2 workflow within AKS environments. Evaluates standard dev loops and notes architectural changes between initial Draft implementations and subsequent buildpack-driven tools. Modern architects should target standard buildpacks and OCI artifacts over older Draft versions.
Resilience¶
Chaos Engineering¶
Cloud Architecture¶
- (2021) Chaos engineering on Amazon EKS using AWS Fault Injection Simulator [ADVANCED LEVEL] [COMMUNITY-TOOL] โ A technical walkthrough demonstrating how to orchestrate chaos experiments on Amazon EKS using AWS Fault Injection Simulator (FIS). Highlights configuring managed cluster actions to trigger node terminations, API failures, and container termination within isolated namespaces.
Security and Governance¶
Access and Identity¶
Azure Key Vault¶
- (2022) dev.to: Access Secrets in AKV using Managed identities for AKS ๐ [YAML CONTENT] [COMMUNITY-TOOL] โ Shows how to retrieve and access secrets securely within AKS workloads using Managed Identities and Azure Key Vault CSI Provider. Avoids persisting plaintext credentials in cluster definitions, mounting secrets as secure volumes instead.
OAuth2 Proxy¶
- (2022) kristhecodingunicorn.com: Setting Up OAuth 2.0 Authentication for Applications in AKS With NGINX and OAuth2 Proxy [YAML CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ Provides detailed YAML deployment specs for running OAuth2 Proxy alongside NGINX on AKS. Demonstrates configuring ingress annotations and token validation loops, creating a robust baseline for securing production routes.
Microservices Security¶
Pod Security and Identities¶
- (2020) medium: Secure your Microservices on AKS โ Part 1 ๐ [TERRAFORM/YAML CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ An in-depth security architecture guide covering secure microservices deployment on AKS. Leverages Azure Active Directory (AAD) Pod Identity (and modern Workload Identity shifts) along with network security policies. Details methods to restrict pod-to-pod communications, configure secret vaults, and enforce security baselines at the runtime layer.
๐ก Explore Related: Googlecloudplatform | Edge Computing | Oraclecloud