Custom Service
A Kubernetes Service can be used to route network traffic to your Bindplane collectors.
Bindplane Node
apiVersion: v1
kind: Service
metadata:
name: bindplane-node-agent-syslog
namespace: bindplane-agent
labels:
app.kubernetes.io/component: gateway
app.kubernetes.io/name: bindplane-agent
spec:
ports:
- appProtocol: tcp
name: syslog-tcp
port: 5140
protocol: TCP
targetPort: 5140
selector:
app.kubernetes.io/component: node
app.kubernetes.io/name: bindplane-agent
type: ClusterIPBindplane Gateway
Ingress
Last updated
Was this helpful?