Skip to content

Latest commit

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Example projects containerizing with Jib

Please file an issue if you find any problems with the examples or would like to request other examples.

For examples on using Jib Core, see jib-core/examples.

Simple example

See helloworld for containerizing a simple Hello World application.

Multi-module example (DRAFT)

See multi-module for containerizing projects with multiple modules.

Vert.x

See vertx for containerizing Eclipse Vert.x applications.

Spring Boot example

See spring-boot for containerizing a Spring Boot application and running it on Kubernetes.

Ktor example

See ktor for containerizing a Ktor Kotlin Application using the Kotlin Gradle DSL.

Dropwizard example

See dropwizard for containerizing Dropwizard applications.

Micronaut example

See micronaut for containerizing a Micronaut framework Groovy/Java application.

Java agents example

See java-agent for launching with the Stackdriver Debugger Java agent.

Kafka Connect+Streams example

See the following projects for using Jib-packaged applications in coordination with Apache Kafka.