Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 700 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 700 Bytes

demo-gradle

Demo Spring Cloud project deploying on K8s. Support building container images that doesn't depend on a Docker daemon.

Something as:

  1. Spring Cloud project with Gradle.
  2. Use Jib building container images that doesn't depend on a Docker daemon. And of cource, we can build images with Docker.
  3. Jenkins declarative pipeline for standardized workflow CI-CD.
  4. Support deploying project on K8s cluster, with modified Helm charts. By default, support Ingress, Certs, auto-generated DNS domains, etc.
  5. Support Skaffold for uniform build system. (In progress)

This could be a project template.