3

I'm a newbie to lightweight virtual machines. I'm going to install Knative with Kata Container Runtime. Is it possible?

I know that Kubernetes works with Kata Container runtime. But, Does Knative work properly with that?

2 Answers2

2

Knative should work fine with Kata Containers (I know of no incompatibility, and the runtime pods are pretty standard), but I don't think I've seen it tested or written up before.

E. Anderson
  • 3,405
  • 1
  • 16
  • 19
  • Note that you may need to use some sort of policy to [set the appropriate runtime class](https://kubernetes.io/docs/concepts/containers/runtime-class/); I'm not sure whether Knative allows these fields to be set directly. – E. Anderson Nov 01 '21 at 13:54
1

I've seen it tested or written up before, but it should work fine with Kata

NimaGhasri
  • 41
  • 5