tetratelabs / tetrate-service-bridge-sandbox

Deploy Tetrate Service Bridge Demo on Azure Kubernetes Service (AKS), Google Kubernetes Engine (GKE) and/or Elastic Kubernetes Service (EKS) using Terraform
Apache License 2.0
12 stars 10 forks source link

switch to `kubenet` to workaround number of pods per node limitation #193

Closed smarunich closed 1 year ago

smarunich commented 1 year ago

https://learn.microsoft.com/en-us/azure/aks/configure-azure-cni

The maximum number of pods per node in an AKS cluster is 250. The default maximum number of pods per node varies between kubenet and Azure CNI networking, and the method of cluster deployment.

Deployment method Kubenet default Azure CNI default Configurable at deployment Azure CLI 110 30 Yes (up to 250) Resource Manager template 110 30 Yes (up to 250) Portal 110 110 (configurable in the Node Pools tab) Yes (up to 250)