Kubernetes Service
Kubernetes Service can be used to route network traffic to your Bindplane collectors.
Custom Service
When adding sources such as Syslog, TCP, UDP, you must create a custom service to route the traffic.
Bindplane Node
This example shows how to expose TCP port 5140
, routing to the Bindplane Node agent.
Bindplane Gateway
This example shows how to expose TCP port 5140
, routing to the Bindplane Gateway agent.
Ingress
If you want to route traffic external to your cluster, you can use an Ingress resource to route traffic to the custom service.
You can read more about Ingress here.