Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

$ just test-kind

To clean up an existing Kind cluster first:

$ just clean-test-kind