Skip to content

chris-crone/compose-on-kubernetes

 
 

Repository files navigation

Compose on Kubernetes

CircleCI

Compose on Kubernetes tools add support of Docker Compose files in Kubernetes.

Architecture

This project brings compose.docker.com/v1beta1 and compose.docker.com/v1beta2 APIs to your cluster.

See the architecture document for more information.

Running for local development

First ensure that you have a running Kubernetes cluster set up.

Perform a local build of the binaries.

$ make binaries

Setup the cluster for local development.

$ make setup-api-server-dev

Run the API server.

$ make run-api-server-dev

Run the compose-controller.

$ ./bin/compose-controller

You should now be able to deploy stacks to your cluster using docker stack deploy.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.4%
  • Other 1.6%