Skip to content
 
 

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin project to deploy on Kubernetes using Jenkins

Example project on how to automatically deploy a Kotlin REST service on Kubernetes using a Jenkins pipeline.

Requirements

  • Kotlin
  • Maven
  • Docker

Build

  1. Build project
    mvn clean package
    
  2. Build Docker image
    docker build -t k8s-jenkins-example .
    

About

Example project to deploy on Kubernetes using Jenkins.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages