I am querying the API to get Node information and in the JSON result I see the information about CPU as below
{“capacity”:{
“cpu”:“16”,
“hugepages-1Gi”:“0”,
“hugepages-2Mi”:“0”,
“memory”:“16264412Ki”,
“pods”:“160”
}
What does this “Ki” at the end of the memory mean? Is it KiloBytes?