* docs: correct broken internal link (/docs/maven-example.md) 1. When I was reading the documentation, I noticed that links to other documents inside the repository were giving a 404 error. So, I cloned the repository and found found that all links such as "[Quickstart](/docs/maven-example.md)" were giving the errors. 2. The fix is to remove the `/docs/` part and the `.md` part. 3. I tested these commits with `bundle exec jekyll serve`. All the pages getting changed by the commits now work correctly. * docs: correct broken internal link (/docs/conversion.md) - Removed the `/docs` part and the `.md` part from the link. - Tested with `bundle exec jekyll serve`. - Working correctly now. * docs: correct broken internal link (/docs/installation.md) - Removed the `/docs` part and the `.md` part from the link. - Tested with `bundle exec jekyll serve`. - Working correctly now. --------- Co-authored-by: Charlie Drage <charlie@charliedrage.com>
2.2 KiB
| layout | permalink | title | redirect_from | ||
|---|---|---|---|---|---|
| default | /integrations/ | Integrations |
|
Integrations
- TOC {:toc}
There are some projects out there known to use Kompose integrated in some form or another
Kompose UI by Jad Chamoun (ICANN) and Joe Haddad (Anghami)
Description: "A web interface to convert Docker Compose files to Kubernetes YAML"
Link: https://github.com/JadCham/komposeui
Kompose Docker Container by Cloudfind
Description: "A Docker container for the Kompose translator for docker-compose"
Link: https://github.com/cloudfind/kompose-docker
KPM by CoreOS
Description: "KPM is a tool to deploy and manage application stacks on Kubernetes"
Link: https://github.com/coreos/kpm
Docker Image for Adobe Enterprise Manager by Adfinis SyGroup AG
Description: "Docker Image for Adobe Enterprise Manager"
Link: https://github.com/adfinis-sygroup/aem-docker/tree/master
Kompose Ansible Playbook by Chris Houseknecht (Red Hat)
Description: "Download and unarchive the latest kompose release asset for your OS"
Link: https://github.com/chouseknecht/kompose-install-role
Fabric8 Maven Plugin by Red Hat
Description: "Maven is one of the widely used build tools for Java applications. The Fabric8 Maven Plugin is a maven extension that simplifies the deployment of Java applications to Kubernetes or OpenShift clusters. The main task of this plugin is to build Docker images, generate Kubernetes or OpenShift resource descriptors and run/deploy the application on Kubernetes or OpenShift cluster. The plugin has a wide range of configuration options. Docker Compose is one of the options to bring up deployments on Kubernetes or OpenShift clusters. Technically, Fabric8 Maven Plugin processes the external docker-compose.yml file and generates Kubernetes or OpenShift resources via Kompose."
Links: