Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Kubernetes pods in Kerla #51

Open
nuta opened this issue Nov 6, 2021 · 2 comments
Open

Run Kubernetes pods in Kerla #51

nuta opened this issue Nov 6, 2021 · 2 comments

Comments

@nuta
Copy link
Owner

nuta commented Nov 6, 2021

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 nuta changed the title Run Kubernetes pods in Kerla on Firecracker Run Kubernetes pods in Kerla Nov 6, 2021
@nuta
Copy link
Owner Author

nuta commented Nov 6, 2021

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

@pothos
Copy link

pothos commented Dec 18, 2021

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 🤞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants