Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 17:50
· 65 commits to main since this release
f73caa5

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 node
  • check-apiserver-connectivity: check connectivity between the nodes and the Kubernetes API Server
  • config: 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

Full Changelog: https://github.com/Azure/kubectl-az/commits/v0.1.0