🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Java

Community Module

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();