Skip to content

Commit 270e0b5

Browse files
authored
Merge pull request #24730 from lmm/update-calico
Update Calico description on 'Cluster Networking' page
2 parents 7da692f + 7f94c0e commit 270e0b5

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

content/en/docs/concepts/cluster-administration/networking.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ With the help of the Big Cloud Fabric's virtual pod multi-tenant architecture, c
124124

125125
BCF was recognized by Gartner as a visionary in the latest [Magic Quadrant](https://go.bigswitch.com/17GatedDocuments-MagicQuadrantforDataCenterNetworking_Reg.html). One of the BCF Kubernetes on-premises deployments (which includes Kubernetes, DC/OS & VMware running on multiple DCs across different geographic regions) is also referenced [here](https://portworx.com/architects-corner-kubernetes-satya-komala-nio/).
126126

127+
### Calico
128+
129+
[Calico](https://docs.projectcalico.org/) is an open source networking and network security solution for containers, virtual machines, and native host-based workloads. Calico supports multiple data planes including: a pure Linux eBPF dataplane, a standard Linux networking dataplane, and a Windows HNS dataplane. Calico provides a full networking stack but can also be used in conjunction with [cloud provider CNIs](https://docs.projectcalico.org/networking/determine-best-networking#calico-compatible-cni-plugins-and-cloud-provider-integrations) to provide network policy enforcement.
130+
127131
### Cilium
128132

129133
[Cilium](https://github.com/cilium/cilium) is open source software for
@@ -291,14 +295,6 @@ stateful ACLs, load-balancers etc to build different virtual networking
291295
topologies. The project has a specific Kubernetes plugin and documentation
292296
at [ovn-kubernetes](https://github.com/openvswitch/ovn-kubernetes).
293297

294-
### Project Calico
295-
296-
[Project Calico](https://docs.projectcalico.org/) is an open source container networking provider and network policy engine.
297-
298-
Calico provides a highly scalable networking and network policy solution for connecting Kubernetes pods based on the same IP networking principles as the internet, for both Linux (open source) and Windows (proprietary - available from [Tigera](https://www.tigera.io/essentials/)). Calico can be deployed without encapsulation or overlays to provide high-performance, high-scale data center networking. Calico also provides fine-grained, intent based network security policy for Kubernetes pods via its distributed firewall.
299-
300-
Calico can also be run in policy enforcement mode in conjunction with other networking solutions such as Flannel, aka [canal](https://github.com/tigera/canal), or native GCE, AWS or Azure networking.
301-
302298
### Romana
303299

304300
[Romana](https://romana.io) is an open source network and security automation solution that lets you deploy Kubernetes without an overlay network. Romana supports Kubernetes [Network Policy](/docs/concepts/services-networking/network-policies/) to provide isolation across network namespaces.

0 commit comments

Comments
 (0)