Installation

Linux

Download the latest release from our release page.

For example, for Linux on x86_64 architecture:

curl -L https://github.com/yannh/kubeconform/releases/latest/download/kubeconform-linux-amd64.tar.gz | tar xvzf - && \
sudo mv kubeconform /usr/local/bin/

MacOs

Kubeconform is available to install using Homebrew:

$ brew install kubeconform

Windows

Download the latest release from our release page.