You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tasks/administer-cluster/calico-network-policy.md
+23-32
Original file line number
Diff line number
Diff line change
@@ -5,57 +5,48 @@ title: Use Calico for NetworkPolicy
5
5
---
6
6
7
7
{% capture overview %}
8
-
This page shows how to use Calico for NetworkPolicy.
8
+
This page shows a couple of quick ways to create a Calico cluster on Kubernetes.
9
9
{% endcapture %}
10
10
11
11
{% capture prerequisites %}
12
-
*[Install Calico for Kubernetes](https://docs.projectcalico.org/latest/getting-started/kubernetes/installation/).
12
+
Decide whether you want to deploy a [cloud](#creating-a-calico-cluster-with-google-kubernetes-engine-gke) or [local](#creating-a-local-calico-cluster-with-kubeadm) cluster.
13
13
{% endcapture %}
14
14
15
15
{% capture steps %}
16
-
## Deploying a cluster using Calico
16
+
## Creating a Calico cluster with Google Kubernetes Engine (GKE)
17
17
18
-
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:
- One `calico-node` Pod runs on each node in your cluster and enforces network policy on the traffic to/from Pods on that machine by configuring iptables.
54
-
- The `calico-policy-controller` Pod reads the policy and label information from the Kubernetes API and configures Calico appropriately.
55
45
{% endcapture %}
56
46
47
+
57
48
{% capture whatsnext %}
58
49
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