Skip to content

Commit

Permalink
Merge pull request compose-spec#165 from chris-crone/remove-compose-o…
Browse files Browse the repository at this point in the history
…n-k8s

Remove Compose on Kubernetes from implementations
  • Loading branch information
ndeloof committed Apr 27, 2021
2 parents 329ffc1 + 550eafa commit 3978a02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -30,7 +30,6 @@ APIs to manage networking services, container deployments and their lifecycles.
While this offers flexibility to address many operator use cases, it makes
simple use cases, like the developer use case, more complicated to express than
they need to be. Projects like [Kompose](https://github.com/kubernetes/kompose)
and [Compose on Kubernetes](https://github.com/docker/compose-on-kubernetes)
show how the simpler Compose model can be translated into Kubernetes API
payloads and make the Compose file the source of truth for development and
deployment.
Expand Down Expand Up @@ -58,7 +57,6 @@ The specification and code is licensed under the Apache 2.0 license found in the

* [docker-compose](https://github.com/docker/compose)
* Docker CLI (`docker stack` command)
* [Compose on Kubernetes](https://github.com/docker/compose-on-kubernetes)
* [Kompose](https://github.com/kubernetes/kompose)

| Metadata | |
Expand Down

0 comments on commit 3978a02

Please sign in to comment.