I've been wondering myself how to install an Argo Rollouts plugin for kubectl on Windows. Turns out, I had to rename the downloaded file to match what kubctl was actually expecting and place it anywhere on the PATH. Here's what I did

  1. The plugin downloaded file was originally named kubectl-argo-rollouts-windows-amd64 - I've renamed it to just kubectl-argo-rollouts.exe

  2. I've then placed the renamed plugin file along with the kubeclt.exe (since I've been originally using a temp AKS cluster, that was .auzre-kubectl folder in my Windows user's profile root

  3. Ran the the kubectl plugin list command and got the following:

    The following compatible plugins are available:

    C:\Users\mysuernamehere\.azure-kubectl\kubectl-argo-rollouts.exe

  4. Finally, verified the plugin is indeed recognized by running kubectl argo rollouts version

Hope this helps!

Answer from MasterRadollo on Stack Overflow
🌐
Kubernetes
kubernetes.io › docs › tasks › tools › install-kubectl-windows
Install and Set Up kubectl on Windows | Kubernetes
May 15, 2025 - To install kubectl on Windows you can use either Chocolatey package manager, Scoop command-line installer, or winget package manager.
🌐
YouTube
youtube.com › devops made easy
Install Kubectl on Windows - YouTube
Installing Kubectl v1.28 on Windows#devops #devopsmadeeasy #devsecops #docker #kubernetes#jenkins #cicd #cka #ckad #cks #ansible #aws #cloud 🔔 Subscribe fo...
Published   September 26, 2023
Views   7K
🌐
YouTube
youtube.com › watch
Download Install Kubernetes kubectl on Windows 10 - YouTube
Download Install Kubernetes kubectl on Windows 10install kubectl on windows,kubectl install windows,how to install kubectl on windows 10,how to install kuber...
Published   December 24, 2023
🌐
Medium
blog.yatricloud.com › how-to-install-kubernetes-kubectl-on-windows-step-by-step-guide-a6f027a911a4
How to Install Kubernetes (kubectl) on Windows: Step-by-Step Guide | by Yatharth Chauhan | Yatri Cloud
October 8, 2024 - You’re using a version of kubectl compatible with your Kubernetes cluster. kubectl versions should be within one minor version difference of your cluster. You have administrative privileges on your Windows machine. To Get Full Access Join our Yatri Cloud Community: Join Now Watch Videos on YouTube: Watch Now
🌐
YouTube
youtube.com › watch
How To Install Kubectl in windows #kubectl - YouTube
Join this channel to get access to perks:https://www.youtube.com/channel/UC6PK1AEcqGp81GWpq_GNJpg/joinJoin the Telegram Group for the scripts and assistance:...
Published   March 6, 2024
Find elsewhere
🌐
Kubernetes
kubernetes.io › docs › tasks › tools
Install Tools | Kubernetes
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. kubectl is installable on a variety of Linux platforms, macOS and Windows.
🌐
Medium
medium.com › @ggauravsigra › install-kubectl-on-windows-af77da2e6fff
Install `kubectl` on Windows. Kubernetes is an open-source system for… | by gaurav pandey | Medium
October 31, 2018 - Use this link to download .exe file of Kubectl for windows : https://storage.googleapis.com/kubernetes-release/release/v1.12.0/bin/windows/amd64/kubectl.exe · Then create a new folder in C drive, name it ‘kube’ or whatever you want and copy kubectl.exe inside, as shown in the picture. Go to Advance System settings>Environment Variables and edit path by adding “C:\kube” ...
🌐
YouTube
m.youtube.com › live › kqEWeU2kJhM
Download Install Kubernetes kubectl on Windows 10
Share your videos with friends, family, and the world
Published   December 24, 2023
🌐
PhoenixNAP
phoenixnap.com › home › kb › devops and development › how to install kubectl
How to Install kubectl | Knowledge Base by phoenixNAP
May 15, 2025 - Install the kubectl CLI tool on Linux, Windows, and macOS to manage Kubernetes clusters. Learn setup and troubleshooting.
🌐
Civo
civo.com › academy › kubernetes setup › installing kubectl - the k8s command line tool
Civo Academy - Installing Kubectl - the K8s command line tool - Civo.com
March 21, 2022 - This lesson provides a step-by-step process to install Kubectl and make the Kubectl binary executable. Learn how to download, validate, and execute Kubectl commands.
🌐
Virtualization Howto
virtualizationhowto.com › home › containers › kubernetes › install kubectl on windows and create kubeconfig file
Install kubectl on Windows and Create Kubeconfig File - Virtualization Howto
February 12, 2024 - Install kubectl on Windows and Create Kubeconfig File. Walkthrough showing how to install kubectl, setup PATH variable, and kubeconfig file
🌐
VMware
techdocs.broadcom.com › us › en › vmware-tanzu › standalone-components › tanzu-kubernetes-grid-integrated-edition › 1-19 › tkgi › installing-kubectl-cli.html
Installing the Kubernetes CLI - Broadcom TechDocs
April 14, 2025 - Move the binary into your PATH. For example: $ mv kubectl /usr/local/bin/kubectl · To install the Kubernetes CLI on Microsoft Windows:
🌐
Kubernetes
pwittrock.github.io › docs › tasks › tools › install-kubectl
Install and Set Up kubectl | Kubernetes
Here are a few methods to install kubectl. Use the Kubernetes command-line tool, kubectl, to deploy and manage applications on Kubernetes.
🌐
Medium
medium.com › @javatechie › kubernetes-installation-guide-windows-mac-f65105146127
Kubernetes Installation Guide | Windows & Mac | by Java Techie | Medium
January 23, 2024 - Install the latest minikube stable release on x86–64 Windows using Windows Package Manager: If the Windows Package Manager is installed, use the following command to install minikube:
🌐
Learn It Guide
learnitguide.net › home › orchestration › how to install kubectl on windows
How to Install Kubectl on Windows
April 28, 2023 - In this article, we will discuss the steps required to install Kubectl on a Windows machine.
🌐
Netlify
k8s-docs.netlify.app › en › docs › tasks › tools › install-kubectl
Install and Set Up kubectl - Kubernetes
To install kubectl on Windows you can use either Chocolatey package manager or Scoop command-line installer.