Example project on how to automatically deploy a Kotlin REST service on Kubernetes using a Jenkins pipeline.
- Kotlin
- Maven
- Docker
- Build project
mvn clean package - Build Docker image
docker build -t k8s-jenkins-example . ```# k8s-jenkins-example
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Example project on how to automatically deploy a Kotlin REST service on Kubernetes using a Jenkins pipeline.
mvn clean package
docker build -t k8s-jenkins-example .
```# k8s-jenkins-example