User guide¶
This guide describes how to use receptor in multiple environments and uses the following terms:
- backend¶
A type of connection that receptor nodes can pass traffic over. Current backends include TCP, UDP and websockets.
- backend peers¶
A node connected to another through receptor backends.
- control node¶
A node running the receptor control service.
- control service¶
A built-in service that usually runs under the name control. Used to report status and to launch and monitor work.
- netceptor¶
The component of receptor that handles all networking functionality.
- netceptor peers¶
A receptor node directly connected to another receptor node.
- node¶
A single running instance of receptor.
- node ID¶
An arbitrary string identifying a single node, analogous to an IP address.
- receptor¶
The receptor application taken as a whole, which typically runs as a daemon.
- receptorctl¶
A user-facing command line used to interact with receptor, typically over a Unix domain socket.
- workceptor¶
The component of receptor that handles work units.
- Using Receptor
- Receptor Configuration Options
- Receptor command line
- Persistent Flags
- Configure resources used by other commands
- Commands to configure back-ends, which connect Receptor nodes together
- Configure services that run on top of the Receptor mesh
- Configure workers that process units of work
- Generate certificates and run a certificate authority
- Connecting nodes
- Support for Edge Networks
- Firewall Rules
- Interacting with nodes
- Kubernetes work
- TLS support
- Workceptor