Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Karpenter Nodepools Screen
- {
- "isKarpenterBased": "true",
- "isMixedNodepoolTopology": "false",
- "currentKarpenterNodepools": {
- "totalVcpus": "100",
- "totalMemory": "500",
- "lastUpdated": "05-11-2024 11:59:59",
- "nodepoolList": {
- "0": {
- "nodepoolName" : "pool-1" ,
- "instanceType" : "m5.large",
- "cpuLimit" : "27" ,
- "memoryLimit" : "220 Gib" ,
- "applicationsCount" : "25" ,
- "cpuUsage" : "10%" ,
- "memoryUsage" : "50%" ,
- "cpuImpact" : "96" ,
- "cpuImpactPercentage": "30%"
- },
- "1": {
- "nodepoolName" : "pool-2" ,
- "instanceType" : "m5.large",
- "cpuLimit" : "22" ,
- "memoryLimit" : "172 Gib" ,
- "applicationsCount" : "25" ,
- "cpuUsage" : "10%" ,
- "memoryUsage" : "50%" ,
- "cpuImpact" : "96" ,
- "cpuImpactPercentage": "30%"
- },
- "2": {
- "nodepoolName" : "pool-3" ,
- "instanceType" : "m5.large",
- "cpuLimit" : "20" ,
- "memoryLimit" : "200 Gib" ,
- "applicationsCount" : "25" ,
- "cpuUsage" : "10%" ,
- "memoryUsage" : "50%" ,
- "cpuImpact" : "96" ,
- "cpuImpactPercentage": "30%"
- }
- }
- },
- "recommendedKarpenterNodepools": {
- "nodepoolList": {
- "0": {
- "nodepoolName" : "pool-1" ,
- "instanceType" : "m5.small",
- "cpuLimit" : "2" ,
- "memoryLimit" : "2Gib" ,
- "applicationsCount" : "215" ,
- "cpuUsage" : "10%" ,
- "memoryUsage" : "50%" ,
- "cpuImpact" : "96" ,
- "cpuImpactPercentage": "30%"
- },
- "1": {
- "nodepoolName" : "pool-2" ,
- "instanceType" : "m5.medium",
- "cpuLimit" : "20" ,
- "memoryLimit" : "2Gib" ,
- "applicationsCount" : "253" ,
- "cpuUsage" : "10%" ,
- "memoryUsage" : "50%" ,
- "cpuImpact" : "96" ,
- "cpuImpactPercentage": "30%"
- },
- "2": {
- "nodepoolName" : "pool-3" ,
- "instanceType" : "m5.large",
- "cpuLimit" : "25" ,
- "memoryLimit" : "2Gib" ,
- "applicationsCount" : "255" ,
- "cpuUsage" : "10%" ,
- "memoryUsage" : "50%" ,
- "cpuImpact" : "96" ,
- "cpuImpactPercentage": "30%"
- }
- }
- }
- }
- # NodePool Details API (Karpenter Screen)
- {
- "annotations" : "<K,V>" ,
- "architecture" : "x86" ,
- "clusterName" : "SedaiLabs-02" ,
- "cpuLimit" : "100vCpus" ,
- "cumulativeCpuCapacity" : "24vCPus" ,
- "cumulativeMemoryCapacity" : "32 GBs" ,
- "estimatedCpuSavings" : "20vCpus" ,
- "estimatedCpuSavingsPercentage" : "50%" ,
- "estimatedMemorySavings" : "40GB" ,
- "estimatedMemorySavingsPercentage": "40%" ,
- "estimatedMonthlyCost" : "10000" ,
- "gpuLimit" : "xxxx" ,
- "instanceCategory" : "xxxx" ,
- "instanceCpu" : "xxxx" ,
- "instanceFamily" : "m5, m5a" ,
- "instanceType" : "m5.large" ,
- "kubeClusterName" : "sedai-labs-03" ,
- "labels" : "<K,V>" ,
- "memoryLimit" : "100GB" ,
- "nodePoolApps" : "list(apps)" ,
- "nodepoolName" : "general-pool" ,
- "nodePoolsCount" : "20" ,
- "region" : "us-east-1" ,
- "resourcesCount" : "1000" ,
- "spot" : "25%" ,
- "taints" : "<K,V>" ,
- "totalWorkloadsCount" : "100" ,
- "zone" : "us-east-1" ,
- "updatedTime" : "20-11-2024 00:00:01"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement