> 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.14/platform9-managed-add-ons/platform9-managed-add-ons-overview/network-operator.md).

# Network Operator

The Network Operator addon is provided via Platform9's Luigi operator. It aids in managing other assorted network plugins such as whereabouts, SR-IOV, hostconfigs, and Multus, as well as performing feature detection via Node Feature Discovery (NFD). It is also capable of assisting with more advanced networking technologies specifically meant to enable running CNFs (Container Networking Functions). Furthermore, Luigi is extremely useful for special networking applications running 5G, 5G Core, 5G RAN, and IMS architectures.

It should be noted that these addons are updated along with the `pf9-kube` version and can be referenced in the [Support Matrix](https://docs.platform9.com/kubernetes/support-matrix) article. For further info regarding Luigi's features and functions, visit our [Advanced Networking with Luigi Operator](https://platform9.com/docs/kubernetes/advanced-networking-with-luigi-operator) pages.

## YAML Specification

{% tabs %}
{% tab title="YAML" %}

```yaml
apiVersion: sunpike.platform9.com/v1alpha2
kind: ClusterAddon
metadata:
  labels:
    sunpike.pf9.io/cluster: '<clsuuid>'
    type: luigi
  name: <clsuuid>-luigi
  namespace: default
spec:
  clusterID: '<clsuuid>'
  override: {}
  type: luigi
  version: 0.3.0
  watch: true
```

{% endtab %}
{% endtabs %}


---

# 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.14/platform9-managed-add-ons/platform9-managed-add-ons-overview/network-operator.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.
