> For the complete documentation index, see [llms.txt](https://platform9.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://platform9.com/kb/pcd-ts/kubernetes-clusters.md).

# KUBERNETES CLUSTERS

- [Worker Node "NotReady" Issue](https://platform9.com/kb/pcd-ts/kubernetes-clusters/worker-node--notready--issue.md): Troubleshoot Node issues in a Kubernetes Cluster on Private Cloud Director v2025.4+. Resolve NotReady states or scaling problems with step-by-step procedures, including log retrieval and common causes
- [Troubleshooting Calico Add-on](https://platform9.com/kb/pcd-ts/kubernetes-clusters/troubleshooting-calico-add-on.md): Troubleshoot Calico Add-on Issues for Private Cloud Director. Ensure your PCD-K cluster's network connectivity is stable by validating namespaces, pod health, and API server connectivity. Follow our g
- [Troubleshooting CoreDNS Add-on](https://platform9.com/kb/pcd-ts/kubernetes-clusters/troubleshooting-calico-add-onq6m.md): Troubleshoot CoreDNS issues in PCD-K clusters effectively. Follow our guide for checking pod status, error states, and DNS service endpoints in Kubernetes. Ensure optimal DNS resolution and contact Pl
- [Troubleshooting MetalLB Add-on](https://platform9.com/kb/pcd-ts/kubernetes-clusters/troubleshooting-calico-add-onq6mqlt.md): Troubleshoot MetalLB issues in PCD-K Kubernetes clusters with our guide. Learn to verify pod statuses, check IP address pools, validate endpoints, and identify common causes like misconfigured IP rang


---

# 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://platform9.com/kb/pcd-ts/kubernetes-clusters.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.
