Antrea
Antrea is a networking solution intended to be Kubernetes native. It operates at Layer 3/4 to provide networking and security services for a Kubernetes cluster, leveraging
Open vSwitch as the networking data plane.
Prerequisites
Antrea has been tested with Kubernetes clusters running version 1.16 or later.
- must be enabled in the Kubernetes cluster.
When deploying a cluster with kubeadm the--pod-network-cidr <cidr>
option must be specified. Alternately, NodeIPAM feature of Antrea Controller should be enabled and configured. - Open vSwitch kernel module must be present on every Kubernetes node.
Getting started with Antrea is very simple, and takes only a few minutes. See how it’s done in the document.
Contributing
The Antrea community welcomes new contributors. We are waiting for your PRs!
Check out the Antrea for information about setting up your development environment and our contribution workflow.
- Learn about Antrea’s Architecture and Design. Your feedback is more than welcome!
- Check out .
- Join the Antrea community and ask us any question you may have.
Join the Kubernetes Slack and look for our
Check the and join the developer and user communities!
- The Antrea community meeting, every two weeks on Tuesday at 5AM GMT+1 (United Kingdom time). See Antrea team calendar for localized times.
- , every two weeks on Tuesday at 10PM GMT+1 (United Kingdom time). See Antrea team calendar for localized times.
- Join our mailing lists to always stay up-to-date with Antrea development:
- projectantrea for updates about Antrea or provide feedback.
- to participate in discussions on Antrea development.
Also check out @ProjectAntrea on Twitter!
- Kubernetes-native: Antrea follows best practices to extend the Kubernetes APIs and provide familiar abstractions to users, while also leveraging Kubernetes libraries in its own implementation.
- Powered by Open vSwitch: Antrea relies on Open vSwitch to implement all networking functions, including Kubernetes Service load-balancing, and to enable hardware offloading in order to support the most demanding workloads.
- Run everywhere: Run Antrea in private clouds, public clouds and on bare metal, and select the appropriate traffic mode (with or without overlay) based on your infrastructure and use case.
- Windows Node support: Thanks to the portability of Open vSwitch, Antrea can use the same data plane implementation on both Linux and Windows Kubernetes Nodes.
- Comprehensive policy model: Antrea provides a comprehensive network policy model, which builds upon Kubernetes Network Policies with new features such as policy tiering, rule priorities and cluster-level policies.
- Troubleshooting and monitoring tools: Antrea comes with CLI and UI tools which provide visibility and diagnostics capabilities (packet tracing, policy analysis, flow inspection). It exposes Prometheus metrics and supports exporting network flow information to collectors and analyzers.
- Network observability and analytics: Antrea + Theia enable fine-grained visibility into the communication among Kubernetes workloads. Theia provides visualization for Antrea network flows in Grafana dashboards, and recommends Network Policies to secure the workloads.
- Encryption: Encryption of inter-Node Pod traffic with IPsec or WireGuard tunnels.
- Easy deployment: Antrea is deployed by applying a single YAML manifest file.
To explore more Antrea features and their usage, check the document and user guides in the Antrea documentation folder. Refer to the for a detailed list of features introduced for each version release.
Adopters
For a list of Antrea Adopters, please refer to .
We are adding features very quickly to Antrea. Check out the list of features we are considering on our page. Feel free to throw your ideas in!
License
Antrea is licensed under the