# Bindplane Gateway

### Description

The Bindplane Gateway source is an OTLP source meant to be used for gateway nodes. When using this source in conjunction with a Bindplane Gateway destination from another configuration, telemetry traveling through this source will not be double counted in the Summary view.

### Supported Platforms

<table><thead><tr><th width="357.63671875">Platform</th><th>Metrics</th><th>Logs</th><th>Traces</th></tr></thead><tbody><tr><td>Linux</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td>Windows</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td>macOS</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td>Kubernetes Node (DaemonSet)</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td>Kubernetes Gateway</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td>OpenShift 4 Node (DaemonSet)</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td>OpenShift Gateway</td><td>✓</td><td>✓</td><td>✓</td></tr></tbody></table>

### Configuration Table

<table><thead><tr><th width="178.0703125">Parameter</th><th width="187.19921875">Type</th><th width="112.81640625">Default</th><th>Description</th></tr></thead><tbody><tr><td>telemetry_types</td><td><code>telemetrySelector</code></td><td><code>["Logs", "Metrics", "Traces"]</code></td><td>Choose Telemetry Type.</td></tr><tr><td>listen_address</td><td><code>string</code></td><td>"0.0.0.0"</td><td>The IP address to listen on.</td></tr><tr><td>grpc_port</td><td><code>int</code></td><td>4317</td><td>TCP port to receive OTLP telemetry using the gRPC protocol. The port used must not be the same as the HTTP port. Set to 0 to disable.</td></tr><tr><td>http_port</td><td><code>int</code></td><td>4318</td><td>TCP port to receive OTLP telemetry using the HTTP protocol. The port used must not be the same as the gRPC port. Set to 0 to disable.</td></tr><tr><td>enable_tls</td><td><code>bool</code></td><td>false</td><td>Whether or not to use TLS.</td></tr><tr><td>insecure_skip_verify</td><td><code>bool</code></td><td>false</td><td>Enable to skip TLS certificate verification.</td></tr><tr><td>ca_file</td><td><code>string</code></td><td></td><td>Certificate authority used to validate the database server's TLS certificate.</td></tr><tr><td>cert_file</td><td><code>string</code></td><td></td><td>A TLS certificate used for client authentication if mutual TLS is enabled.</td></tr><tr><td>key_file</td><td><code>string</code></td><td></td><td>A TLS private key used for client authentication if mutual TLS is enabled.</td></tr></tbody></table>

### Example Configuration

The Bindplane Gateway source type does not have any required fields. By default, the Bindplane Gateway source will listen on ports 4317/gRPC and 4318/HTTP on all IP addresses without TLS.

<figure><img src="/files/O7leaCEYmyQD5Y1n0lOk" alt="observIQ docs - Bindplane Gateway - image 1"><figcaption></figcaption></figure>

### Kubernetes

The Bindplane Gateway source type supports Kubernetes, OpenShift Node (DaemonSet), and Gateway collectors. Applications within the cluster can forward metrics, logs, and traces to the collectors using the clusterIP services.

#### Prerequisites

* Bindplane v1.52.0 or newer

#### Configuration

The Bindplane Gateway source type does not require additional configuration. It can be attached to any Kubernetes, OpenShift Node (DaemonSet), or Gateway configuration.

The following endpoints can forward telemetry to the managed Node (DaemonSet) collectors.

<table><thead><tr><th width="112.828125">Protocol</th><th width="125.23046875">Service</th><th>Endpoint</th></tr></thead><tbody><tr><td>gRPC</td><td>clusterIP</td><td><code>bindplane-node-agent.bindplane-agent.svc.cluster.local:4317</code></td></tr><tr><td>gRPC</td><td>headless clusterIP</td><td><code>bindplane-node-agent-headless.bindplane-agent.svc.cluster.local:4317</code></td></tr><tr><td>HTTP</td><td>clusterIP</td><td><code>http://bindplane-node-agent.bindplane-agent.svc.cluster.local:4318</code></td></tr></tbody></table>

The following endpoints can forward telemetry to the managed Gateway collectors.

<table><thead><tr><th width="111.5390625">Protocol</th><th width="99.96484375">Service</th><th>Endpoint</th></tr></thead><tbody><tr><td>gRPC</td><td>clusterIP</td><td><code>bindplane-gateway-agent.bindplane-agent.svc.cluster.local:4317</code></td></tr><tr><td>gRPC</td><td>headless clusterIP</td><td><code>bindplane-gateway-agent-headless.bindplane-agent.svc.cluster.local:4317</code></td></tr><tr><td>HTTP</td><td>clusterIP</td><td><code>http://bindplane-gateway-agent.bindplane-agent.svc.cluster.local:4318</code></td></tr></tbody></table>

It is a matter of preference if you should forward telemetry to the DaemonSet or Gateway collectors. It is recommended to use the Gateway collector, if DaemonSet resource consumption is a concern, as the Gateway collector can scale independent of cluster size.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bindplane.com/integrations/sources/bindplane-gateway.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
