Advertisement
abrarwali

Karpenter

Nov 20th, 2024 (edited)
255
0
13 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.58 KB | None | 0 0
  1. # Karpenter Nodepools Screen
  2. {
  3.   "isKarpenterBased": "true",
  4.   "isMixedNodepoolTopology": "false",
  5.   "currentKarpenterNodepools": {
  6.     "totalVcpus": "100",
  7.     "totalMemory": "500",
  8.     "lastUpdated": "05-11-2024 11:59:59",
  9.     "nodepoolList": {
  10.       "0": {
  11.         "nodepoolName"       : "pool-1"  ,
  12.         "instanceType"       : "m5.large",
  13.         "cpuLimit"           : "27"      ,
  14.         "memoryLimit"        : "220 Gib" ,
  15.         "applicationsCount"  : "25"      ,
  16.         "cpuUsage"           : "10%"     ,
  17.         "memoryUsage"        : "50%"     ,
  18.         "cpuImpact"          : "96"      ,
  19.         "cpuImpactPercentage": "30%"
  20.       },
  21.       "1": {
  22.         "nodepoolName"       : "pool-2"  ,
  23.         "instanceType"       : "m5.large",
  24.         "cpuLimit"           : "22"      ,
  25.         "memoryLimit"        : "172 Gib" ,
  26.         "applicationsCount"  : "25"      ,
  27.         "cpuUsage"           : "10%"     ,
  28.         "memoryUsage"        : "50%"     ,
  29.         "cpuImpact"          : "96"      ,
  30.         "cpuImpactPercentage": "30%"
  31.       },
  32.       "2": {
  33.         "nodepoolName"       : "pool-3"  ,
  34.         "instanceType"       : "m5.large",
  35.         "cpuLimit"           : "20"      ,
  36.         "memoryLimit"        : "200 Gib" ,
  37.         "applicationsCount"  : "25"      ,
  38.         "cpuUsage"           : "10%"     ,
  39.         "memoryUsage"        : "50%"     ,
  40.         "cpuImpact"          : "96"      ,
  41.         "cpuImpactPercentage": "30%"
  42.       }
  43.     }
  44.   },
  45.   "recommendedKarpenterNodepools": {
  46.     "nodepoolList": {
  47.       "0": {
  48.         "nodepoolName"       : "pool-1"  ,
  49.         "instanceType"       : "m5.small",
  50.         "cpuLimit"           : "2"       ,
  51.         "memoryLimit"        : "2Gib"    ,
  52.         "applicationsCount"  : "215"     ,
  53.         "cpuUsage"           : "10%"     ,
  54.         "memoryUsage"        : "50%"     ,
  55.         "cpuImpact"          : "96"      ,
  56.         "cpuImpactPercentage": "30%"
  57.       },
  58.       "1": {
  59.         "nodepoolName"       : "pool-2"   ,
  60.         "instanceType"       : "m5.medium",
  61.         "cpuLimit"           : "20"       ,
  62.         "memoryLimit"        : "2Gib"     ,
  63.         "applicationsCount"  : "253"      ,
  64.         "cpuUsage"           : "10%"      ,
  65.         "memoryUsage"        : "50%"      ,
  66.         "cpuImpact"          : "96"       ,
  67.         "cpuImpactPercentage": "30%"
  68.       },
  69.       "2": {
  70.         "nodepoolName"       : "pool-3"  ,
  71.         "instanceType"       : "m5.large",
  72.         "cpuLimit"           : "25"      ,
  73.         "memoryLimit"        : "2Gib"    ,
  74.         "applicationsCount"  : "255"     ,
  75.         "cpuUsage"           : "10%"     ,
  76.         "memoryUsage"        : "50%"     ,
  77.         "cpuImpact"          : "96"      ,
  78.         "cpuImpactPercentage": "30%"
  79.       }
  80.     }
  81.   }
  82. }
  83.  
  84.  
  85. # NodePool Details API (Karpenter Screen)
  86. {
  87.   "annotations"                     : "<K,V>"              ,
  88.   "architecture"                    : "x86"                ,
  89.   "clusterName"                     : "SedaiLabs-02"       ,
  90.   "cpuLimit"                        : "100vCpus"           ,
  91.   "cumulativeCpuCapacity"           : "24vCPus"            ,
  92.   "cumulativeMemoryCapacity"        : "32 GBs"             ,
  93.   "estimatedCpuSavings"             : "20vCpus"            ,
  94.   "estimatedCpuSavingsPercentage"   : "50%"                ,
  95.   "estimatedMemorySavings"          : "40GB"               ,
  96.   "estimatedMemorySavingsPercentage": "40%"                ,
  97.   "estimatedMonthlyCost"            : "10000"              ,
  98.   "gpuLimit"                        : "xxxx"               ,
  99.   "instanceCategory"                : "xxxx"               ,
  100.   "instanceCpu"                     : "xxxx"               ,
  101.   "instanceFamily"                  : "m5, m5a"            ,
  102.   "instanceType"                    : "m5.large"           ,
  103.   "kubeClusterName"                 : "sedai-labs-03"      ,
  104.   "labels"                          : "<K,V>"              ,
  105.   "memoryLimit"                     : "100GB"              ,
  106.   "nodePoolApps"                    : "list(apps)"         ,
  107.   "nodepoolName"                    : "general-pool"       ,
  108.   "nodePoolsCount"                  : "20"                 ,
  109.   "region"                          : "us-east-1"          ,
  110.   "resourcesCount"                  : "1000"               ,
  111.   "spot"                            : "25%"                ,
  112.   "taints"                          : "<K,V>"              ,
  113.   "totalWorkloadsCount"             : "100"                ,
  114.   "zone"                            : "us-east-1"          ,
  115.   "updatedTime"                     : "20-11-2024 00:00:01"
  116. }
  117.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement