
Sonobuoy
Sonobuoy is a diagnostic tool that makes it easier to understand the state of a Kubernetes cluster by running a choice of configuration tests in an accessible and non-destructive manner.
Documentation - Sonobuoy
Sonobuoy is a diagnostic tool that makes it easier to understand the state of a Kubernetes cluster by running a set of plugins (including Kubernetes conformance tests) in an accessible and non-destructive manner.
Sonobuoy 101
May 13, 2019 · Sonobuoy is a diagnostic tool that aims to address these questions. Sonobuoy makes it easier to understand the state of a Kubernetes cluster by running a set of Kubernetes conformance tests in an accessible and non-destructive manner.
Documentation - sonobuoy.io
Resources: A list of resources which Sonobuoy will query for in every namespace in which it runs queries. In the namespace in which Sonobuoy is running, PodLogs, Events, and HorizontalPodAutoscalers are also added.
Documentation - Sonobuoy
When specifying your own focus/skip values, it may be useful to figure out which tests will be run before actually spending the time/resources to run them. Sonobuoy has gathered the list of tests for different Kubernetes versions and allows you to quickly check the result of focus/skip values: sonobuoy e2e --focus foo --skip bar
Understanding Kubernetes E2E Tests - Sonobuoy
Jul 6, 2021 · One of the most common questions that we get from Sonobuoy users is: “Why are so many tests skipped?” Understandably, users want to know that they are running the right set of tests for their Kubernetes clusters but the complexity of the test suite, misnomers, and inaccurate language can make that difficult.
Plugins - Sonobuoy
Sonobuoy was always designed to facilitate third-party plugins in order to accommodate custom testing requirements, and recently, the work on Sonobuoy made some advanced plugins possible to create. Read more about the first Sonobuoy plugins here.
Documentation - Sonobuoy
By default, Sonobuoy will determine how to create and run the resources required for your plugin. When creating your own plugins however, you may want additional control over how the plugin is run within your cluster.
A Sonobuoy Plugin to Check Cluster Security with the CIS …
Nov 18, 2019 · Now that a Sonobuoy plugin exists for the CIS Kubernetes Benchmark, you can easily integrate security tests into your workflows and feel more confident in your Kubernetes deployment configuration.
Documentation - Sonobuoy
sonobuoy Generate reports on your Kubernetes cluster by running plugins Synopsis Sonobuoy is a Kubernetes component that generates reports on cluster conformance, configuration, and more sonobuoy [flags] Options -h, --help help for sonobuoy --level level Log level. One of {panic, fatal, error, warn, info, debug, trace} (default info) SEE ALSO