nuta / kerla

A new operating system kernel with Linux binary compatibility written in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run Kubernetes pods in Kerla

nuta opened this issue · 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/

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 🤞