Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 695 Bytes

Readme.md

File metadata and controls

30 lines (22 loc) · 695 Bytes

Gradle Template

The Gradle template for building docker image & deploy to k8s in multi-module project.

Create GKE Cluster

> terraform plan
> terraform apply

build docker image

> ./grdlew jib

deploy to k8s

> skaffold dev

TODO

  • The process by which skaffold detects changes in files needs to be modified.