Skip to content

Commit

Permalink
Merge pull request kubernetes#27551 from luolanzone/antrea-np
Browse files Browse the repository at this point in the history
add Antrea as network policy provider
  • Loading branch information
k8s-ci-robot authored Apr 20, 2021
2 parents 58bb9f6 + 59a0ba9 commit d342d4d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This document helps you get started using the Kubernetes [NetworkPolicy API](/do

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

* [Antrea](/docs/tasks/administer-cluster/network-policy-provider/antrea-network-policy/)
* [Calico](/docs/tasks/administer-cluster/network-policy-provider/calico-network-policy/)
* [Cilium](/docs/tasks/administer-cluster/network-policy-provider/cilium-network-policy/)
* [Kube-router](/docs/tasks/administer-cluster/network-policy-provider/kube-router-network-policy/)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Use Antrea for NetworkPolicy
content_type: task
weight: 10
---

<!-- overview -->
This page shows how to install and use Antrea CNI plugin on Kubernetes.
For background on Project Antrea, read the [Introduction to Antrea](https://antrea.io/docs/).

## {{% heading "prerequisites" %}}

You need to have a Kubernetes cluster. Follow the
[kubeadm getting started guide](/docs/reference/setup-tools/kubeadm/) to bootstrap one.

<!-- steps -->

## Deploying Antrea with kubeadm

Follow [Getting Started](https://github.com/vmware-tanzu/antrea/blob/main/docs/getting-started.md) guide to deploy Antrea for kubeadm.

## {{% heading "whatsnext" %}}

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 comments on commit d342d4d

Please sign in to comment.