Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions calico-enterprise/getting-started/bare-metal/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,19 @@ To learn how to restrict traffic to/from hosts and VMs using Calico network poli
- Your operating system includes the `ipset` and `conntrack` kernel dependencies.
- For everything else, your non-cluster host or VM meets $[prodname] [system requirements](../install-on-clusters/requirements.mdx)

### Supported Data Planes

BPF is not supported on a non-cluster host, but non-cluster hosts are able to
connect to a BPF cluster. By default a non-cluster host connecting to a BPF
cluster will use nftables, but can be configured to use iptables.
Comment on lines +63 to +65

| OS | Cluster Data Plane | Non-Cluster Host Data Plane |
| :-----: | :----------------: | :---------------------------: |
| RHEL 8 | Any | iptables |
| RHEL 9+ | Any | nftables (default) / iptables |
| Ubuntu | Any | nftables (default) / iptables |
| Debian | Any | nftables (default) / iptables |
Comment on lines +67 to +72
Comment on lines +69 to +72

## How to

### Set up your Kubernetes cluster to work with a non-cluster host or VM
Expand Down