How to Install and Uninstall kubeaudit Package on openSuSE Tumbleweed

Last updated: February 01,2025

1. Install "kubeaudit" package

Please follow the instructions below to install kubeaudit on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install kubeaudit

2. Uninstall "kubeaudit" package

Please follow the steps below to uninstall kubeaudit on openSuSE Tumbleweed:

$ sudo zypper remove kubeaudit

3. Information about the kubeaudit package on openSuSE Tumbleweed

Information for package kubeaudit:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : kubeaudit
Version : 0.22.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 32.0 MiB
Installed : No
Status : not installed
Source package : kubeaudit-0.22.1-1.2.src
Upstream URL : https://github.com/Shopify/kubeaudit
Summary : Audit your Kubernetes clusters against common security controls
Description :
kubeaudit is a command line tool and a Go package to audit Kubernetes clusters for various different security concerns, such as:
- run as non-root
- use a read-only root filesystem
- drop scary capabilities, don't add new ones
- don't run privileged
- and more!
kubeaudit makes sure you deploy secure containers!

5. The same packages on other Linux Distributions