/drone-gke

Drone plugin to deploy containers to Google Container Engine

Primary LanguageGoOtherNOASSERTION

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