> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/kubernetes-security/manage-kubernetes-connector-instances.md).

# Manage Kubernetes Connector instances

1. Navigate to Settings → Data Sources & Integrations.
2. Find the Kubernetes instance by clicking on the Kubernetes name or using the **Search** field.
3. In the row for the Kubernetes instance, click **View Details**. The **Kubernetes Connectors** page is displayed with all deployed Kubernetes Connectors. To view all Kubernetes clusters, including ones that are not yet deployed, go to the **Kubernetes Connectivity Management** page.
4. In the **Kubernetes Connectors** page, click on a cluster name to open the details pane for that instance.
5. You can perform the following actions on each Kubernetes Connector instance:

   | Action               | Instructions                                                                                                                                                                                                                                                                                                                                                                                                          |
   | -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | Open Cluster Details | In the details pane, click the more options icon and select **Open Cluster Details**. The Asset Card for that Kubernetes cluster is displayed.                                                                                                                                                                                                                                                                        |
   | Edit Connector       | In the row for the Kubernetes instance, right-click and select **Edit**. Alternatively, in the details pane, click the more options icon and select **Edit Connector**. In **Edit Kubernetes Connector**, edit the configurations and click **Apply Changes**.You must execute the updated template in the Kubernetes environment for the configuration changes to be applied.                                        |
   | Delete Connector     | In the row for the Kubernetes instance, right-click and select **Delete**. Alternatively, in the details pane, click the more options icon and select **Delete Connector**. To remove the connector, you must manually run Kubernetes commands to delete the resources in the Kubernetes environment. The commands are listed [here](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#delete). |

### Kubernetes Connectivity Management

Navigate to **Settings** → **Data Sources & Integrations** and find the Kubernetes instances by clicking on the Kubernetes name or using the **Search** field. In the **Kubernetes Connectors** page, click **Kubernetes Connectivity Management** to view all detected Kubernetes clusters. Here, you can check if a cluster is connected, view the status, and see the connector version. When a new version of the Kubernetes Connector is available, you can update it here.

{% hint style="info" %}

### Note

After uninstalling the Kubernetes connector, the connector status updates to Not connected 48 hours after the uninstall process is initiated.
{% endhint %}


---

# 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://cortex-docs.paloaltonetworks.com/kubernetes-security/manage-kubernetes-connector-instances.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.
