v0.2.0
In this release we renamed the project from kubectl-az
to kubectl-aks
to make the usage clearer. Feedback and suggestions are always welcome.
What's Changed
- krew: Rename kubectl-az to kubectl-aks by @mqasimsarfraz in #31
- readme: Improve project title by @mqasimsarfraz in #33
Full Changelog: v0.1.0...v0.2.0
Features
The following commands are available in this version:
run-command
: run a command in a nodecheck-apiserver-connectivity
: check connectivity between the nodes and the Kubernetes API Serverconfig
: manage configuration
Installation
You can install kubectl-aks
by downloading the asset for a given release and platform from the releases page on GitHub. Alternatively, you can build kubectl-aks
from source by cloning the repository and running the make install
command.
Usage
To use this plugin, run the kubectl aks
command followed by the desired subcommand. The available subcommands are check-apiserver-connectivity
, completion
, config
, help
, run-command
, and version
.
Note that it is necessary to sign in to Azure to run most of kubectl-aks
commands. You can use any authentication method provided by the Azure CLI using the az login
command. If you have not signed in yet, kubectl-aks
will open the default browser and load the Azure sign-in page where you need to authenticate.
Please refer to the documentation for each command to understand how to use them and which one is the most suitable for your case.