#420 canonical links for FAQ (#836)

* #420 canonical links for FAQ

* missing files for 2.0-2.4, 2.5
This commit is contained in:
Marty Hernandez Avedon
2023-09-08 16:35:41 -04:00
committed by GitHub
parent a2952cd469
commit 82668462be
42 changed files with 168 additions and 0 deletions
@@ -3,6 +3,10 @@ title: Container Network Interface (CNI) Providers
description: Learn about Container Network Interface (CNI), the CNI providers Rancher provides, the features they offer, and how to choose a provider for you
---
<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/faq/container-network-interface-providers"/>
</head>
## What is CNI?
CNI (Container Network Interface), a [Cloud Native Computing Foundation project](https://cncf.io/), consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of plugins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted.