> For the complete documentation index, see [llms.txt](https://docs.platform9.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform9.com/managed-kubernetes/5.11/networking/networking-cni-integrations.md).

# Networking Cni Integrations

## What is CNI?

[CNI](https://github.com/containernetworking/cni) (Container Network Interface) is a specification for writing plugins to configure network interfaces for Linux containers, along with a number of supported plugins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. Because of this focus, CNI has a wide range of support and the specification is simple to implement.

For more information on CNI refer to the [CNI Github page](https://github.com/containernetworking/cni/blob/master/SPEC.md#network-configuration)

## PMK Supported Plugins

Platform9 Managed Kubernetes supports following CNI plugins today:

### Calico (Preferred CNI)

Calico is a popular Layer 3 based networking solution that is used to interconnect virtual machines or Linux containers with the help of virtual routers. See [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/networking-integration-with-calico/README.md) for more information on Calico integration with Managed Kubernetes.

### Flannel

Flannel is a very simple overlay network that provides an easy way to configure a layer 3 network fabric designed for Kubernetes. See [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/networking-integration-with-flannel/README.md) for more information on Flannel integration with Managed Kubernetes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.platform9.com/managed-kubernetes/5.11/networking/networking-cni-integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
