Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add tutorial for running Kuma on universal using Docker and our published images #2024

Open
jijiechen opened this issue Oct 25, 2024 · 0 comments
Labels
kind/feature New feature triage/accepted The issue was reviewed and is complete enough to start working on it

Comments

@jijiechen
Copy link
Member

Description

In our current version of Universal quickstart guide, we are teaching people run kuma-dp and kuma-cp services using the binaries directly.
From a VM perspective, people also would like to run 3rd party software using the Docker tool chain, etc.

The approach we introduced in our current guide has a few drawbacks:

  • the user needs to run multiple kuma-dp instances on the same host. This is not a typical nor recommeded way of running Kuma
  • Running multiple kuma-dp instances on a single host bings some issues:
  • Envoy depends on a higher version of glibc, this can cause troubles for some users who are using distrios shipping with older versions of glibc

So it's benifitial to include a tutorial helping people build application images combined with Kuma images with their own application images, and introduce how the mesh is run in this way.

@jijiechen jijiechen added triage/pending This issue will be looked at on the next triage meeting kind/feature New feature labels Oct 25, 2024
@jakubdyszkiewicz jakubdyszkiewicz added triage/accepted The issue was reviewed and is complete enough to start working on it and removed triage/pending This issue will be looked at on the next triage meeting labels Oct 28, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
kind/feature New feature triage/accepted The issue was reviewed and is complete enough to start working on it
Projects
None yet
Development

No branches or pull requests

2 participants