Skip to content

anupvarghese/workflows-kubernetes-demo

Repository files navigation

Wercker Workflows, Quay and Kubernetes sample application

Sample Todo application that showcases Wercker Workflows in action alongside Kubernetes and CoreOS Quay.io

This sample application shows two Workflows. Please see the wercker.yml file for more details.

Build Development Container

The first Workflow builds our initial image, runs unit tests and pushes our container to a container registry. We can leverage this container for development purposes and share the container amongst our team.

Build Production-ready Container

The second Workflow continuous after our test pipeline and builds a production ready container that gets pushed to a registry.

Finally, we use the kubectl step to initialize the cluster and do a rolling update of our service.

You can see a visual representation of the Workflows below.

image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published