# Networking

Kubernetes networking can be difficult to master, but the Kubernetes networking model assists in this aspect by stating that every pod gets its own IP address. The containers inside a pod share the pod's IP address, which allows for uncomplicated communications to take place between the other pods. This means that the pods can easily communicate with the other pods in the cluster using pod IP addresses, without using NAT.

In this section, we review [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/networking-cni-integrations/README.md), [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/networking-integration-with-flannel/README.md), [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/ipv6-installation/README.md), and [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/networking-integration-with-calico/README.md).


---

# 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.8/networking.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.
