Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Platform support for CloudFoundry #333

Closed
rshriram opened this issue Mar 15, 2017 · 4 comments
Closed

Platform support for CloudFoundry #333

rshriram opened this issue Mar 15, 2017 · 4 comments

Comments

@rshriram
Copy link
Member

Need to support running the manager/mixer in a cloud foundry environment, where the sidecar runs alongside the app in the same CF container. This would imply that we can no longer use iptable rules to capture all traffic (sidecar might not be transparent).

The config generation for this platform would be similar to what is being done by the Ingress codebase.

@rshriram rshriram added this to the manager beta milestone Mar 15, 2017
@mandarjog
Copy link
Contributor

mandarjog commented Mar 15, 2017

For outbound traffic there are at least 3 modes of operation in CF

  1. Injected variables thru VCAP_SERVICES
  2. direct access of cf apps by name. -> normal routing thru gorouter
  3. External traffic, when dependency is not externalized.

Which of these we want to support, what is the relative importance.

@rshriram
Copy link
Member Author

rshriram commented Mar 16, 2017 via email

@rshriram rshriram mentioned this issue May 19, 2017
5 tasks
@rshriram
Copy link
Member Author

we have added support for typical CF registries (e.g., Eureka). The rest is packaging.
#994

@kyessenov
Copy link
Contributor

Issue moved to istio/istio #1431 via ZenHub

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants