Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 310 Bytes

midterm2-review.md

File metadata and controls

3 lines (3 loc) · 310 Bytes
  1. Kubernetes pods have the same namespace. Inside a pod, there are multiple containers. How is this achieved?
  2. Why not just run multiple programs in a single (Docker) container? Why different containers in Kubernetes?
  3. How does SGX ensure the host OS does not know of the computation inside the enclave?