forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#27551 from luolanzone/antrea-np
add Antrea as network policy provider
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
.../docs/tasks/administer-cluster/network-policy-provider/antrea-network-policy.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |