🚀 Our inaugural State of Local Development and Testing report is live! Explore insights & best practices now

Documentation

Java

Community Modules

These modules are maintained by the community, outside of the Testcontainers project.

Description

Kindcontainer provides ephemeral Kubernetes clusters for integration testing.

Examples

var kind = new KindContainer<>();
kind.start();