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