You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.
Currently, apps are only allowed to have 1 container in them. Multi-container apps should be supported. It's trivial to enable them in a pod, but the interface via the CLI will need to be figured out. Also need to decide on a few more things:
Should we allow each container to have its own env. vars?
Should each container get to expose its own ports?
If so, how should we route those ports internally?
And if we do, should we allow other apps to talk to this one?
Additionally, we might want to add specific sidecars "built in" to enable things like logging adapters. some ideas:
Logging sidecar to send logs to splunk, papertrail, azure monitor, stackdriver, etc...
Opentracing sidecar
A service mesh sidecar
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, apps are only allowed to have 1 container in them. Multi-container apps should be supported. It's trivial to enable them in a pod, but the interface via the CLI will need to be figured out. Also need to decide on a few more things:
Additionally, we might want to add specific sidecars "built in" to enable things like logging adapters. some ideas:
The text was updated successfully, but these errors were encountered: