Hi Al,

We are an OCI runtime and are called in the stack by either "containerd" or "crio", that implement the CRI API.
If you want to see how the CRI API is used, you can take a look at the code base of either of these two projects.

Thanks,
Archana

From: Al Lau [lauatic@gmail.com]
Sent: Wednesday, October 30, 2019 10:40 AM
To: Fuentes, Salvador
Cc: kata-dev@lists.katacontainers.io
Subject: Re: [kata-dev] CRI with kata and shimv2

Hi Salvador,
Thank You for sending the URL.  I read it and it is useful to me.
Next question, I want to know there are examples in Go that use the k8s.io/cri-api/pkg/apis/runtime/v1alpha2 CRI API to launch a kata container with a Go program.
Thanks,
Al

On Wed, Oct 30, 2019 at 8:56 AM Fuentes, Salvador <salvador.fuentes@intel.com> wrote:
Hi,

This link should be of help:
https://github.com/kata-containers/documentation/blob/master/how-to/containerd-kata.md

Salvador Fuentes.

> From: Al Lau <lauatic@gmail.com>
> Sent: Wednesday, October 30, 2019 9:25 AM
> To: kata-dev@lists.katacontainers.io
> Subject: [kata-dev] CRI with kata and shimv2

> I want to use the CRI API (v1alpha2) with shim v2 to spin up Kata VMs.  Is there how-to pages on integrating CRI with shimv2 that you point me to?
> Thanks,
> Al