Skip to content

Example project to deploy on Kubernetes using Jenkins.

License

Notifications You must be signed in to change notification settings

davidcampos/k8s-jenkins-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published