项目作者: davidcampos
项目描述 :
Example project to deploy on Kubernetes using Jenkins.
高级语言: Smarty
项目地址: git://github.com/davidcampos/k8s-jenkins-example.git
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
Build
- Build project
mvn clean package
- Build Docker image
docker build -t k8s-jenkins-example .