kerla icon indicating copy to clipboard operation
kerla copied to clipboard

Run Kubernetes pods in Kerla

Open nuta opened this issue 4 years ago • 2 comments

Namely, write documentation and implement missing features to make following manifest work:

apiVersion: v1
kind: Pod
metadata:
  name: nginx
spec:
  runtimeClassName: kerla
  containers:
  - name: nginx
    image: nginx

See https://kubernetes.io/docs/concepts/containers/runtime-class/

nuta avatar Nov 06 '21 12:11 nuta

gvisor's document might be helpful: https://gvisor.dev/docs/user_guide/containerd/quick_start/

nuta avatar Nov 06 '21 12:11 nuta

I would recommend to look at https://github.com/kata-containers/kata-containers - basically you would only have replace the Linux kernel when setting it up :crossed_fingers:

pothos avatar Dec 18 '21 17:12 pothos