# Kubelet Port 10255 is not available on PMK clusters

## Problem

* netstat doesn't show kubelet port 10255 in LISTEN state on PMK nodes.

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

```none
$ sudo netstat -anltp | grep 10255$
```

{% endtab %}
{% endtabs %}

## Environment

* Platform9 Managed Kubernetes - v4.4 and Higher
* pf9-kubelet

## Cause

Port 10255 is the read-only port for Kubelet. As per the [Kubelet doc](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/)

|                  |       |                                                                                                                                                                                                                                                                                                                              |
| ---------------- | ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| --read-only-port | int32 | Default: 10255                                                                                                                                                                                                                                                                                                               |
|                  |       | The read-only port for the Kubelet to serve on with no authentication/authorization (set to `0` to disable). (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's `--config` flag. See <https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/> for more information.) |


---

# 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://platform9.com/kb/pmk/frequently-asked-questions/why-kubelet-port-10255-not-available-on-pmk-clusters.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.
