Skip to content

Commit 59a0ba9

Browse files
committed
add antrea as network policy provider
1 parent 54baa8a commit 59a0ba9

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

content/en/docs/tasks/administer-cluster/declare-network-policy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This document helps you get started using the Kubernetes [NetworkPolicy API](/do
1818

1919
Make sure you've configured a network provider with network policy support. There are a number of network providers that support NetworkPolicy, including:
2020

21+
* [Antrea](/docs/tasks/administer-cluster/network-policy-provider/antrea-network-policy/)
2122
* [Calico](/docs/tasks/administer-cluster/network-policy-provider/calico-network-policy/)
2223
* [Cilium](/docs/tasks/administer-cluster/network-policy-provider/cilium-network-policy/)
2324
* [Kube-router](/docs/tasks/administer-cluster/network-policy-provider/kube-router-network-policy/)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Use Antrea for NetworkPolicy
3+
content_type: task
4+
weight: 10
5+
---
6+
7+
<!-- overview -->
8+
This page shows how to install and use Antrea CNI plugin on Kubernetes.
9+
For background on Project Antrea, read the [Introduction to Antrea](http://antrea.io/docs/).
10+
11+
## {{% heading "prerequisites" %}}
12+
13+
You need to have a Kubernetes cluster. Follow the
14+
[kubeadm getting started guide](/docs/reference/setup-tools/kubeadm/) to bootstrap one.
15+
16+
<!-- steps -->
17+
18+
## Deploying Antrea with kubeadm
19+
20+
Follow [Getting Started](http://github.com/vmware-tanzu/antrea/blob/main/docs/getting-started.md) guide to deploy Antrea for kubeadm.
21+
22+
## {{% heading "whatsnext" %}}
23+
24+
Once your cluster is running, you can follow the [Declare Network Policy](/docs/tasks/administer-cluster/declare-network-policy/) to try out Kubernetes NetworkPolicy.

0 commit comments

Comments
 (0)