Back to Youki

Kubernetes test

docs/src/developer/e2e/kubernetes_test.md

0.6.0470 B
Original Source

Kubernetes test

Notes

This test verifies that youki works correctly as a container runtime in a Kubernetes environment using Kind (Kubernetes in Docker).

The test builds a custom Kind node image with youki, creates a cluster, and deploys nginx pods using a RuntimeClass that specifies youki as the runtime.

Local

console
$ just test-kind

To clean up an existing Kind cluster first:

console
$ just clean-test-kind