# 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: 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:

```
GET https://docs.platform9.com/managed-kubernetes/5.14/platform9-managed-add-ons/platform9-managed-add-ons-overview/network-operator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
