Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 765 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 765 Bytes

drone-gke

Drone plugin to deploy container images to Kubernetes on Google Container Engine. For the usage information and a listing of the available options please take a look at the docs.

This is a little simpler than deploying straight to Kubernetes, because the API endpoints and credentials can be derived using the Google credentials. In addition, this opens the yaml file to templatization and customization with each Drone build.

Development

glide is used to manage vendor dependencies.

go build

Testing

This could use your contribution! Help us create a runnable test suite.

See also