njuliuli / side_channel_defense

New hypervisor (Xen) scheduler, Shuffling schedulers, to mitigate cross-VM side channel attacks in the cloud.
2 stars 1 forks source link

rkube #1

Open Chenhait opened 2 years ago

Chenhait commented 2 years ago

hi, i have read the paper "Mind the Gap: Broken Promises of CPU Reservations in Containerized Multi-tenant Clouds" and it says the "rKube is open-sourced and is available at: https://github.com/njuliuli/kubernetes/tree/policy" i read the code in this web, but i can not find any difference between this code with the original k8s code. i am a new bird in k8s. So, it would be very appreciate if any advance! thank you very much!!!

njuliuli commented 2 years ago

After you click this link, you can see the branch "policy" is selected. If you click the "commits", you can see the changes made to the original k8s code. image

Chenhait commented 2 years ago

thank you! i will try it!!!

njuliuli commented 2 years ago

You're welcome! Thanks for your interest in this work!