Dep 4 (#3529)
* Deprecation complete: net policy walkthrough * Deprecation complete: net policy
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
---
|
||||
assignees:
|
||||
- caseydavenport
|
||||
title: Using Calico for NetworkPolicy
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Using Calico for NetworkPolicy](/docs/tasks/configure-pod-container/calico-network-policy/)
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
assignees:
|
||||
- chrismarino
|
||||
title: Using Romana for NetworkPolicy
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Using Romana for NetworkPolicy](/docs/tasks/configure-pod-container/romana-network-policy/)
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
assignees:
|
||||
- caseydavenport
|
||||
title: Example Walkthrough
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Declaring Network Policy](/docs/tasks/configure-pod-container/declare-network-policy/)
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
assignees:
|
||||
- bboreham
|
||||
title: Using Weave Net for NetworkPolicy
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Using Weave for NetworkPolicy](/docs/tasks/configure-pod-container/weave-network-policy/)
|
||||
@@ -2,6 +2,9 @@
|
||||
assignees:
|
||||
- caseydavenport
|
||||
title: Using Calico for NetworkPolicy
|
||||
redirect_from:
|
||||
- "/docs/getting-started-guides/network-policy/calico/"
|
||||
- "/docs/getting-started-guides/network-policy/calico.html"
|
||||
---
|
||||
|
||||
You can deploy a cluster using Calico for network policy in the default [GCE deployment](/docs/getting-started-guides/gce) using the following set of commands:
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
assignees:
|
||||
- caseydavenport
|
||||
title: Declaring Network Policy
|
||||
redirect_from:
|
||||
- "/docs/getting-started-guides/network-policy/walkthrough/"
|
||||
- "/docs/getting-started-guides/network-policy/walkthrough.html"
|
||||
---
|
||||
|
||||
Kubernetes can be used to declare network policies which govern how Pods can communicate with each other. This document helps you get started using the Kubernetes [NetworkPolicy API](/docs/user-guide/networkpolicies), and provides a demonstration thereof.
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
assignees:
|
||||
- chrismarino
|
||||
title: Using Romana for NetworkPolicy
|
||||
redirect_from:
|
||||
- "/docs/getting-started-guides/network-policy/romana/"
|
||||
- "/docs/getting-started-guides/network-policy/romana.html"
|
||||
---
|
||||
|
||||
# Installation with kubeadm
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
assignees:
|
||||
- bboreham
|
||||
title: Using Weave Net for NetworkPolicy
|
||||
redirect_from:
|
||||
- "/docs/getting-started-guides/network-policy/weave/"
|
||||
- "/docs/getting-started-guides/network-policy/weave.html"
|
||||
---
|
||||
|
||||
The [Weave Net Addon](https://www.weave.works/docs/net/latest/kube-addon/) for Kubernetes comes with a Network Policy Controller.
|
||||
|
||||
Reference in New Issue
Block a user