- You have a running Kubernetes cluster.
- The
kubectlcommand-line tool is installed and configured correctly to connect to your cluster.
Step 1: Run the Installation Script
Open your terminal and execute the following command to download and run the installation script:Step 2: Verify the Installation
Once the script finishes executing, confirm that Kustomize is installed by checking its version. Run the command below:{kustomize/v4.4.1 2021-11-11T23:36:27Z}
If the version output does not appear as expected, there may have been an
error during installation or your environment variables might not have updated
in the current terminal session. Close your terminal, reopen it, and try
again. If the issue persists, consider rerunning the installation script.