confidential-containers / cloud-api-adaptor

Ability to create Kata pods using cloud provider APIs aka the peer-pods approach
Apache License 2.0
48 stars 88 forks source link

Selecting best fit GPU instance based on GPU annotations #2131

Open bpradipt opened 3 weeks ago

bpradipt commented 3 weeks ago

Today in CAA, we have the ability to select the best-fit instance from among a set of specified instances based on cpu and memory. This issue is to track the support for using GPUs in instance selection based on annotations. This functionality is dependent on Kata sending the required annotations to the CreateVM call and is tracked here - https://github.com/kata-containers/kata-containers/pull/10453