Skip to content

awsdev21/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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Smarty 54.1%
  • Kotlin 41.0%
  • Dockerfile 4.9%