System Grab Bag

View all TLDR pages from common (or from all pages)

kompose

A tool to convert docker-compose applications to Kubernetes. More information: https://github.com/kubernetes/kompose.
  • Deploy a dockerized application to Kubernetes:
    kompose up -f {{docker-compose.yml}}
  • Delete instantiated services/deployments from Kubernetes:
    kompose down -f {{docker-compose.yml}}
  • Convert a docker-compose file into Kubernetes resources file:
    kompose convert -f {{docker-compose.yml}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.