Prerequisites
- kubectl installed to access your LocalOps environment.
Install kubectl
The Kubernetes command-line tool (kubectl) allows you to run commands against Kubernetes clusters. You can use kubectl to inspect and manage cluster resources, and view logs. Refer to the official Kubernetes documentation for installation instructions for your specific Windows distribution.Install LocalOps CLI
There are two ways to install LocalOps CLI in a Windows machineUsing WSL
WSL is a feature developed by Microsoft that allows you to run a Linux distribution on your Windows machine. This feature is supported on Windows 10 and above. For older versions of Windows, you may have to install it manually.Install WSL
You can choose your choice of Linux distro, in this example, we will be using Ubuntu. Open PowerShell or Windows Command Prompt in administrator mode by right-clicking and selecting “Run as administrator”, enter the following commandYou’ll need to restart your machine after the installation
This user is not the same as your Windows user.