v0.1.0
The first version of the kubectl-az
plugin is now available, providing a set of commands to debug an AKS cluster even when the control plane is not working correctly. With this release, users can complement their az CLI experience with additional commands and have a kubectl-like experience when working with an AKS cluster.
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-az
by downloading the asset for a given release and platform from the releases page on GitHub. Alternatively, you can build kubectl-az
from source by cloning the repository and running the make install
command.
Usage
To use this plugin, run the kubectl az
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-az
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-az
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.
New Contributors
- @blanquicet made their first contribution in #1
- @mqasimsarfraz made their first contribution in #13
Full Changelog: https://github.com/Azure/kubectl-az/commits/v0.1.0