# Download Kubernetes

LLMS index: [llms.txt](/llms.txt)

---

Kubernetes ships binaries for each component as well as a standard set of client
applications to bootstrap or interact with a cluster. Components like the
API server are capable of running within container images inside of a
cluster. Those components are also shipped in container images as part of the
official release process. All binaries as well as container images are available
for multiple operating systems as well as hardware architectures.

### kubectl

<!-- overview -->

The Kubernetes command-line tool, [kubectl](/docs/reference/kubectl/kubectl/), allows
you to run commands against Kubernetes clusters.

You can use kubectl to deploy applications, inspect and manage cluster resources,
and view logs. For more information including a complete list of kubectl operations, see the
[`kubectl` reference documentation](/docs/reference/kubectl/).

kubectl is installable on a variety of Linux platforms, macOS and Windows.
Find your preferred operating system below.

- [Install kubectl on Linux](/docs/tasks/tools/install-kubectl-linux)
- [Install kubectl on macOS](/docs/tasks/tools/install-kubectl-macos)
- [Install kubectl on Windows](/docs/tasks/tools/install-kubectl-windows)

## Container images

All Kubernetes container images are deployed to the
`registry.k8s.io` container image registry.

| Container Image                                                           | Supported Architectures           |
| ------------------------------------------------------------------------- | --------------------------------- |
| registry.k8s.io/kube-apiserver:v1.36.0          | amd64, arm, arm64, ppc64le, s390x |
| registry.k8s.io/kube-controller-manager:v1.36.0 | amd64, arm, arm64, ppc64le, s390x |
| registry.k8s.io/kube-proxy:v1.36.0              | amd64, arm, arm64, ppc64le, s390x |
| registry.k8s.io/kube-scheduler:v1.36.0          | amd64, arm, arm64, ppc64le, s390x |
| registry.k8s.io/conformance:v1.36.0             | amd64, arm, arm64, ppc64le, s390x |

### Container image architectures

All container images are available for multiple architectures, whereas the
container runtime should choose the correct one based on the underlying
platform. It is also possible to pull a dedicated architecture by suffixing the
container image name, for example
`registry.k8s.io/kube-apiserver-arm64:v1.36.0`.

### Container image signatures








  <div class="feature-state-notice feature-beta">
      <span class="feature-state-name">FEATURE STATE:</span>
      <code>Kubernetes v1.26 [beta]</code>
    </div>
  



For Kubernetes v1.36,
container images are signed using [sigstore](https://sigstore.dev)
signatures:


<div class="alert alert-info" role="note"><h4 class="alert-heading">Note:</h4>Container image sigstore signatures do currently not match between different geographical locations.
More information about this problem is available in the corresponding
<a href="https://github.com/kubernetes/registry.k8s.io/issues/187">GitHub issue</a>.</div>


The Kubernetes project publishes a list of signed Kubernetes container images
in [SPDX 2.3](https://spdx.dev/specifications/) format.
You can fetch that list using:

```shell
curl -Ls "https://sbom.k8s.io/$(curl -Ls https://dl.k8s.io/release/stable.txt)/release" | grep "SPDXID: SPDXRef-Package-registry.k8s.io" |  grep -v sha256 | cut -d- -f3- | sed 's/-/\//' | sed 's/-v1/:v1/'
```

To manually verify signed container images of Kubernetes core components, refer to
[Verify Signed Container Images](/docs/tasks/administer-cluster/verify-signed-artifacts).

If you pull a container image for a specific architecture, the single-architecture image
is signed in the same way as for the multi-architecture manifest lists.

## Binaries











    
        
    

    
        
    

    
        
    

    
        
    




<div class="downloadbinaries-nojs">
        <p>You can find links to download Kubernetes components (and their checksums) in the <a href="https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG">CHANGELOG</a> files.
Alternately, use <a href="https://www.downloadkubernetes.com/">downloadkubernetes.com</a> to filter by version and architecture.</p>
</div>


<div id="download-kubernetes-data" style="display: none;">
    <p>
        
        
        You can find the links to download v1.36 Kubernetes components (along with their checksums) below.
To access downloads for older supported versions, visit the respective documentation
link for <a href="https://kubernetes.io/docs/home/supported-doc-versions/#versions-older">older versions</a> or use <a href="https://www.downloadkubernetes.com/">downloadkubernetes.com</a>.
    </p>
    <div class="alert alert-info note callout" role="note">
        <strong>Note:</strong>
        
        
        
        To download older patch versions of v1.36 Kubernetes components (and their checksums),
please refer to the <a href="https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG/CHANGELOG-1.36.md">CHANGELOG</a> file.
    </div>
    <details>
        <summary>Download Options</summary>
        <div class="text-center w-100">
            <div class="d-inline-block text-center pe-4">
                <div>
                    <b>Operating Systems</b>
                    <div class="buttons" id="os-filter">
                        <button class="btn btn-outline-primary m-1" data-os="darwin-data">darwin</button>
                        <button class="btn btn-outline-primary m-1" data-os="linux-data">linux</button>
                        <button class="btn btn-outline-primary m-1" data-os="windows-data">windows</button>
                    </div>
                </div>
            </div>
            <div class="d-inline-block text-center pe-4">
                <div>
                    <b>Latest Version</b>
                    <div class="buttons" id="version-filter">
                        <button class="btn btn-primary m-1" data-version="v1.36.2-data">v1.36 (Patch Release v1.36.2)</button>
                    </div>
                </div>
            </div>

            <div class="text-center w-100 p-4">
                <div>
                    <b>Architectures</b>
                    <div class="buttons" id="arch-filter">
                        <button class="btn btn-outline-primary m-1" data-arch="386-data">386</button>
                        <button class="btn btn-outline-primary m-1" data-arch="amd64-data">amd64</button>
                        <button class="btn btn-outline-primary m-1" data-arch="arm-data">arm</button>
                        <button class="btn btn-outline-primary m-1" data-arch="arm64-data">arm64</button>
                        <button class="btn btn-outline-primary m-1" data-arch="ppc64le-data">ppc64le</button>
                        <button class="btn btn-outline-primary m-1" data-arch="s390x-data">s390x</button>
                    </div>
                </div>
            </div>
        </div>
    </details>

    <div class="table-responsive">
        <table class="table" id="release-binary-table">
            <caption style="display:none">Download Kubernetes component binaries</caption>
            <thead>
                <tr>
                    <th>Version</th>
                    <th>Operating System</th>
                    <th>Architecture</th>
                    <th>Download Binary</th>
                    <th>Copy Link</th>
                </tr>
            </thead>
            <tbody>
                
                
                
                
                
                <tr class="v1.36.2-data darwin-data amd64-data kubectl-data">
                    <td>v1.36.2</td>
                    <td>darwin</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/darwin/amd64/kubectl">kubectl</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/darwin/amd64/kubectl">dl.k8s.io/v1.36.2/bin/darwin/amd64/kubectl</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/darwin/amd64/kubectl.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/darwin/amd64/kubectl.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/darwin/amd64/kubectl.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data darwin-data amd64-data kubectl-convert-data">
                    <td>v1.36.2</td>
                    <td>darwin</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/darwin/amd64/kubectl-convert">kubectl-convert</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/darwin/amd64/kubectl-convert">dl.k8s.io/v1.36.2/bin/darwin/amd64/kubectl-convert</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/darwin/amd64/kubectl-convert.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/darwin/amd64/kubectl-convert.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/darwin/amd64/kubectl-convert.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data darwin-data arm64-data kubectl-data">
                    <td>v1.36.2</td>
                    <td>darwin</td>
                    <td>arm64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/darwin/arm64/kubectl">kubectl</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/darwin/arm64/kubectl">dl.k8s.io/v1.36.2/bin/darwin/arm64/kubectl</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/darwin/arm64/kubectl.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/darwin/arm64/kubectl.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/darwin/arm64/kubectl.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data darwin-data arm64-data kubectl-convert-data">
                    <td>v1.36.2</td>
                    <td>darwin</td>
                    <td>arm64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/darwin/arm64/kubectl-convert">kubectl-convert</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/darwin/arm64/kubectl-convert">dl.k8s.io/v1.36.2/bin/darwin/arm64/kubectl-convert</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/darwin/arm64/kubectl-convert.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/darwin/arm64/kubectl-convert.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/darwin/arm64/kubectl-convert.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data 386-data kubectl-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>386</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/386/kubectl">kubectl</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/386/kubectl">dl.k8s.io/v1.36.2/bin/linux/386/kubectl</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/386/kubectl.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/386/kubectl.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/386/kubectl.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data 386-data kubectl-convert-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>386</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/386/kubectl-convert">kubectl-convert</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/386/kubectl-convert">dl.k8s.io/v1.36.2/bin/linux/386/kubectl-convert</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/386/kubectl-convert.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/386/kubectl-convert.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/386/kubectl-convert.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data amd64-data apiextensions-apiserver-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/apiextensions-apiserver">apiextensions-apiserver</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/apiextensions-apiserver">dl.k8s.io/v1.36.2/bin/linux/amd64/apiextensions-apiserver</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/apiextensions-apiserver.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/apiextensions-apiserver.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/apiextensions-apiserver.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data amd64-data kube-aggregator-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-aggregator">kube-aggregator</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-aggregator">dl.k8s.io/v1.36.2/bin/linux/amd64/kube-aggregator</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-aggregator.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-aggregator.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-aggregator.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data amd64-data kube-apiserver-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-apiserver">kube-apiserver</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-apiserver">dl.k8s.io/v1.36.2/bin/linux/amd64/kube-apiserver</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-apiserver.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-apiserver.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-apiserver.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data amd64-data kube-controller-manager-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-controller-manager">kube-controller-manager</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-controller-manager">dl.k8s.io/v1.36.2/bin/linux/amd64/kube-controller-manager</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-controller-manager.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-controller-manager.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-controller-manager.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data amd64-data kube-log-runner-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-log-runner">kube-log-runner</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-log-runner">dl.k8s.io/v1.36.2/bin/linux/amd64/kube-log-runner</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-log-runner.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-log-runner.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-log-runner.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data amd64-data kube-proxy-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-proxy">kube-proxy</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-proxy">dl.k8s.io/v1.36.2/bin/linux/amd64/kube-proxy</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-proxy.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-proxy.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-proxy.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data amd64-data kube-scheduler-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-scheduler">kube-scheduler</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-scheduler">dl.k8s.io/v1.36.2/bin/linux/amd64/kube-scheduler</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-scheduler.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-scheduler.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kube-scheduler.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data amd64-data kubeadm-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubeadm">kubeadm</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubeadm">dl.k8s.io/v1.36.2/bin/linux/amd64/kubeadm</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubeadm.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubeadm.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubeadm.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data amd64-data kubectl-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubectl">kubectl</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubectl">dl.k8s.io/v1.36.2/bin/linux/amd64/kubectl</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubectl.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubectl.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubectl.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data amd64-data kubectl-convert-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubectl-convert">kubectl-convert</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubectl-convert">dl.k8s.io/v1.36.2/bin/linux/amd64/kubectl-convert</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubectl-convert.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubectl-convert.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubectl-convert.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data amd64-data kubelet-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubelet">kubelet</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubelet">dl.k8s.io/v1.36.2/bin/linux/amd64/kubelet</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubelet.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubelet.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/kubelet.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data amd64-data mounter-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/mounter">mounter</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/mounter">dl.k8s.io/v1.36.2/bin/linux/amd64/mounter</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/mounter.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/mounter.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/amd64/mounter.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data arm-data kubectl-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>arm</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/arm/kubectl">kubectl</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm/kubectl">dl.k8s.io/v1.36.2/bin/linux/arm/kubectl</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm/kubectl.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm/kubectl.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm/kubectl.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data arm-data kubectl-convert-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>arm</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/arm/kubectl-convert">kubectl-convert</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm/kubectl-convert">dl.k8s.io/v1.36.2/bin/linux/arm/kubectl-convert</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm/kubectl-convert.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm/kubectl-convert.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm/kubectl-convert.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data arm64-data apiextensions-apiserver-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>arm64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/apiextensions-apiserver">apiextensions-apiserver</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/apiextensions-apiserver">dl.k8s.io/v1.36.2/bin/linux/arm64/apiextensions-apiserver</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/apiextensions-apiserver.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/apiextensions-apiserver.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/apiextensions-apiserver.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data arm64-data kube-aggregator-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>arm64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-aggregator">kube-aggregator</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-aggregator">dl.k8s.io/v1.36.2/bin/linux/arm64/kube-aggregator</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-aggregator.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-aggregator.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-aggregator.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data arm64-data kube-apiserver-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>arm64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-apiserver">kube-apiserver</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-apiserver">dl.k8s.io/v1.36.2/bin/linux/arm64/kube-apiserver</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-apiserver.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-apiserver.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-apiserver.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data arm64-data kube-controller-manager-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>arm64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-controller-manager">kube-controller-manager</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-controller-manager">dl.k8s.io/v1.36.2/bin/linux/arm64/kube-controller-manager</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-controller-manager.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-controller-manager.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-controller-manager.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data arm64-data kube-log-runner-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>arm64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-log-runner">kube-log-runner</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-log-runner">dl.k8s.io/v1.36.2/bin/linux/arm64/kube-log-runner</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-log-runner.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-log-runner.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-log-runner.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data arm64-data kube-proxy-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>arm64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-proxy">kube-proxy</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-proxy">dl.k8s.io/v1.36.2/bin/linux/arm64/kube-proxy</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-proxy.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-proxy.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-proxy.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data arm64-data kube-scheduler-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>arm64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-scheduler">kube-scheduler</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-scheduler">dl.k8s.io/v1.36.2/bin/linux/arm64/kube-scheduler</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-scheduler.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-scheduler.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kube-scheduler.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data arm64-data kubeadm-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>arm64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubeadm">kubeadm</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubeadm">dl.k8s.io/v1.36.2/bin/linux/arm64/kubeadm</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubeadm.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubeadm.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubeadm.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data arm64-data kubectl-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>arm64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubectl">kubectl</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubectl">dl.k8s.io/v1.36.2/bin/linux/arm64/kubectl</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubectl.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubectl.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubectl.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data arm64-data kubectl-convert-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>arm64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubectl-convert">kubectl-convert</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubectl-convert">dl.k8s.io/v1.36.2/bin/linux/arm64/kubectl-convert</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubectl-convert.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubectl-convert.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubectl-convert.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data arm64-data kubelet-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>arm64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubelet">kubelet</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubelet">dl.k8s.io/v1.36.2/bin/linux/arm64/kubelet</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubelet.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubelet.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/kubelet.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data arm64-data mounter-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>arm64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/mounter">mounter</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/mounter">dl.k8s.io/v1.36.2/bin/linux/arm64/mounter</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/mounter.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/mounter.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/arm64/mounter.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data ppc64le-data apiextensions-apiserver-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>ppc64le</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/apiextensions-apiserver">apiextensions-apiserver</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/apiextensions-apiserver">dl.k8s.io/v1.36.2/bin/linux/ppc64le/apiextensions-apiserver</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/apiextensions-apiserver.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/apiextensions-apiserver.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/apiextensions-apiserver.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data ppc64le-data kube-aggregator-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>ppc64le</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-aggregator">kube-aggregator</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-aggregator">dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-aggregator</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-aggregator.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-aggregator.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-aggregator.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data ppc64le-data kube-apiserver-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>ppc64le</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-apiserver">kube-apiserver</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-apiserver">dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-apiserver</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-apiserver.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-apiserver.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-apiserver.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data ppc64le-data kube-controller-manager-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>ppc64le</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-controller-manager">kube-controller-manager</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-controller-manager">dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-controller-manager</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-controller-manager.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-controller-manager.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-controller-manager.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data ppc64le-data kube-log-runner-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>ppc64le</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-log-runner">kube-log-runner</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-log-runner">dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-log-runner</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-log-runner.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-log-runner.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-log-runner.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data ppc64le-data kube-proxy-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>ppc64le</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-proxy">kube-proxy</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-proxy">dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-proxy</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-proxy.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-proxy.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-proxy.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data ppc64le-data kube-scheduler-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>ppc64le</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-scheduler">kube-scheduler</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-scheduler">dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-scheduler</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-scheduler.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-scheduler.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kube-scheduler.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data ppc64le-data kubeadm-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>ppc64le</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubeadm">kubeadm</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubeadm">dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubeadm</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubeadm.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubeadm.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubeadm.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data ppc64le-data kubectl-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>ppc64le</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubectl">kubectl</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubectl">dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubectl</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubectl.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubectl.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubectl.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data ppc64le-data kubectl-convert-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>ppc64le</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubectl-convert">kubectl-convert</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubectl-convert">dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubectl-convert</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubectl-convert.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubectl-convert.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubectl-convert.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data ppc64le-data kubelet-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>ppc64le</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubelet">kubelet</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubelet">dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubelet</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubelet.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubelet.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/kubelet.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data ppc64le-data mounter-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>ppc64le</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/mounter">mounter</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/mounter">dl.k8s.io/v1.36.2/bin/linux/ppc64le/mounter</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/mounter.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/mounter.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/ppc64le/mounter.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data s390x-data apiextensions-apiserver-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>s390x</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/apiextensions-apiserver">apiextensions-apiserver</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/apiextensions-apiserver">dl.k8s.io/v1.36.2/bin/linux/s390x/apiextensions-apiserver</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/apiextensions-apiserver.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/apiextensions-apiserver.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/apiextensions-apiserver.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data s390x-data kube-aggregator-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>s390x</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-aggregator">kube-aggregator</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-aggregator">dl.k8s.io/v1.36.2/bin/linux/s390x/kube-aggregator</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-aggregator.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-aggregator.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-aggregator.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data s390x-data kube-apiserver-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>s390x</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-apiserver">kube-apiserver</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-apiserver">dl.k8s.io/v1.36.2/bin/linux/s390x/kube-apiserver</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-apiserver.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-apiserver.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-apiserver.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data s390x-data kube-controller-manager-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>s390x</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-controller-manager">kube-controller-manager</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-controller-manager">dl.k8s.io/v1.36.2/bin/linux/s390x/kube-controller-manager</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-controller-manager.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-controller-manager.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-controller-manager.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data s390x-data kube-log-runner-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>s390x</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-log-runner">kube-log-runner</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-log-runner">dl.k8s.io/v1.36.2/bin/linux/s390x/kube-log-runner</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-log-runner.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-log-runner.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-log-runner.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data s390x-data kube-proxy-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>s390x</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-proxy">kube-proxy</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-proxy">dl.k8s.io/v1.36.2/bin/linux/s390x/kube-proxy</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-proxy.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-proxy.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-proxy.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data s390x-data kube-scheduler-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>s390x</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-scheduler">kube-scheduler</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-scheduler">dl.k8s.io/v1.36.2/bin/linux/s390x/kube-scheduler</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-scheduler.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-scheduler.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kube-scheduler.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data s390x-data kubeadm-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>s390x</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubeadm">kubeadm</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubeadm">dl.k8s.io/v1.36.2/bin/linux/s390x/kubeadm</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubeadm.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubeadm.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubeadm.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data s390x-data kubectl-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>s390x</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubectl">kubectl</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubectl">dl.k8s.io/v1.36.2/bin/linux/s390x/kubectl</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubectl.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubectl.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubectl.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data s390x-data kubectl-convert-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>s390x</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubectl-convert">kubectl-convert</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubectl-convert">dl.k8s.io/v1.36.2/bin/linux/s390x/kubectl-convert</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubectl-convert.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubectl-convert.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubectl-convert.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data s390x-data kubelet-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>s390x</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubelet">kubelet</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubelet">dl.k8s.io/v1.36.2/bin/linux/s390x/kubelet</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubelet.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubelet.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/kubelet.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data linux-data s390x-data mounter-data">
                    <td>v1.36.2</td>
                    <td>linux</td>
                    <td>s390x</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/mounter">mounter</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/mounter">dl.k8s.io/v1.36.2/bin/linux/s390x/mounter</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/mounter.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/mounter.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/linux/s390x/mounter.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data windows-data 386-data kubectl-convert.exe-data">
                    <td>v1.36.2</td>
                    <td>windows</td>
                    <td>386</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/windows/386/kubectl-convert.exe">kubectl-convert.exe</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/386/kubectl-convert.exe">dl.k8s.io/v1.36.2/bin/windows/386/kubectl-convert.exe</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/386/kubectl-convert.exe.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/386/kubectl-convert.exe.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/386/kubectl-convert.exe.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data windows-data 386-data kubectl.exe-data">
                    <td>v1.36.2</td>
                    <td>windows</td>
                    <td>386</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/windows/386/kubectl.exe">kubectl.exe</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/386/kubectl.exe">dl.k8s.io/v1.36.2/bin/windows/386/kubectl.exe</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/386/kubectl.exe.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/386/kubectl.exe.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/386/kubectl.exe.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data windows-data amd64-data kube-log-runner.exe-data">
                    <td>v1.36.2</td>
                    <td>windows</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kube-log-runner.exe">kube-log-runner.exe</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kube-log-runner.exe">dl.k8s.io/v1.36.2/bin/windows/amd64/kube-log-runner.exe</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kube-log-runner.exe.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kube-log-runner.exe.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kube-log-runner.exe.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data windows-data amd64-data kube-proxy.exe-data">
                    <td>v1.36.2</td>
                    <td>windows</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kube-proxy.exe">kube-proxy.exe</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kube-proxy.exe">dl.k8s.io/v1.36.2/bin/windows/amd64/kube-proxy.exe</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kube-proxy.exe.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kube-proxy.exe.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kube-proxy.exe.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data windows-data amd64-data kubeadm.exe-data">
                    <td>v1.36.2</td>
                    <td>windows</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubeadm.exe">kubeadm.exe</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubeadm.exe">dl.k8s.io/v1.36.2/bin/windows/amd64/kubeadm.exe</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubeadm.exe.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubeadm.exe.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubeadm.exe.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data windows-data amd64-data kubectl-convert.exe-data">
                    <td>v1.36.2</td>
                    <td>windows</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubectl-convert.exe">kubectl-convert.exe</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubectl-convert.exe">dl.k8s.io/v1.36.2/bin/windows/amd64/kubectl-convert.exe</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubectl-convert.exe.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubectl-convert.exe.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubectl-convert.exe.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data windows-data amd64-data kubectl.exe-data">
                    <td>v1.36.2</td>
                    <td>windows</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubectl.exe">kubectl.exe</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubectl.exe">dl.k8s.io/v1.36.2/bin/windows/amd64/kubectl.exe</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubectl.exe.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubectl.exe.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubectl.exe.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data windows-data amd64-data kubelet.exe-data">
                    <td>v1.36.2</td>
                    <td>windows</td>
                    <td>amd64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubelet.exe">kubelet.exe</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubelet.exe">dl.k8s.io/v1.36.2/bin/windows/amd64/kubelet.exe</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubelet.exe.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubelet.exe.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/amd64/kubelet.exe.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data windows-data arm64-data kubectl-convert.exe-data">
                    <td>v1.36.2</td>
                    <td>windows</td>
                    <td>arm64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/windows/arm64/kubectl-convert.exe">kubectl-convert.exe</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/arm64/kubectl-convert.exe">dl.k8s.io/v1.36.2/bin/windows/arm64/kubectl-convert.exe</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/arm64/kubectl-convert.exe.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/arm64/kubectl-convert.exe.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/arm64/kubectl-convert.exe.cert">cert</a>)
                        </span>
                    </td>
                </tr>
                
                
                
                
                
                <tr class="v1.36.2-data windows-data arm64-data kubectl.exe-data">
                    <td>v1.36.2</td>
                    <td>windows</td>
                    <td>arm64</td>
                    <td>
                        <span title="download binary file">
                            <a href="https://dl.k8s.io/v1.36.2/bin/windows/arm64/kubectl.exe">kubectl.exe</a>
                        </span>
                    </td>
                    <td>
                        <span class="icon">
                            <i class="fa-solid fa-copy"></i>
                        </span>
                        <span title="copy to clipboard">
                            <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/arm64/kubectl.exe">dl.k8s.io/v1.36.2/bin/windows/arm64/kubectl.exe</a>
                            (<a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/arm64/kubectl.exe.sha256">checksum</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/arm64/kubectl.exe.sig">signature</a> | <a class="release-binary-copy" href="https://dl.k8s.io/v1.36.2/bin/windows/arm64/kubectl.exe.cert">cert</a>)
                        </span>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</div>
