🚨 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

Dependency:
<dependency>
    <groupId>com.dajudge.kindcontainer</groupId>
    <artifactId>kindcontainer</artifactId>
    <version>1.4.6</version>
    <scope>test</scope>
</dependency>
Usage:
var kind = new KindContainer<>();
kind.start();