vmware-archive / wavefront-adapter-for-istio

Wavefront by VMware Adapter for Istio is an adapter for Istio to publish metrics to Wavefront by VMware.
Other
14 stars 17 forks source link

Distribute Standalone Adapter Binary #61

Open venilnoronha opened 6 years ago

venilnoronha commented 6 years ago

Describe the feature request Currently, the adapter is distributed via a Docker image and is installed by invoking Helm or Kubernetes commands. Istio allows users to integrate services that run on virtual machines into the service mesh. Therefore, it'd be useful to publish the adapter binary as a standalone application to be deployed outside of a Kubernetes cluster i.e. directly on a host OS.

Describe alternatives you've considered Kubernetes and Helm deployment configurations.