Logo

Blog

Decoupling Sonobuoy and Kubernetes

Wilson Husin

Dec 11, 2020

Historically, we have been following Kubernetes releases to ensure the usability of Sonobuoy with the most recent Kubernetes version. We are excited to announce that beginning Sonobuoy 0.20, Sonobuoy releases will no longer be attached to Kubernetes releases.

Under the hood

Sonobuoy provides a one-stop solution to run Kubernetes conformance testing. It also handles airgapped testing nicely for users to prepare container images used by the test suite. This feature, however, is also the reason why Sonobuoy releases are tied to Kubernetes releases – Sonobuoy maintains a copy of list of images internally for each Kubernetes minor. With this release, Sonobuoy no longer maintains that list and will determine the images at runtime.

Scope of impact

This change only applies to sonobuoy images workflow, where one can pull and push container images from official registries to custom registries. Previously, not all sonobuoy images subcommand required Docker client to be present. With this release, Docker client is required for all sonobuoy images subcommands. Specifically, sonobuoy images list now runs docker exec under the hood. This allowed us to always dynamically determine required container images based on the matching Kubernetes conformance image. We’re working on having this API exposed for all plugins, let us know if you have thoughts on this!

Future of Sonobuoy

We have future plans for Sonobuoy beyond conformance testing which we’re excited to announce. Find out about our roadmap here.

Related Content

The Road to Sonobuoy version 1.0

The Road to Sonobuoy version 1.0

With the release of version 0.20, Sunobuoy starts its journey toward 1.0 -- let's see what it will take to get there.

Who has access to your Kubernetes cluster?

Who has access to your Kubernetes cluster?

Check which subjects have RBAC permissions to perform actions in your cluster with the new who-can plugin.

Does Testing Kubernetes Conformance Leave You in the Dark? Get Progress Updates as Tests Run

Does Testing Kubernetes Conformance Leave You in the Dark? Get Progress Updates as Tests Run

Get real-time progress updates from the long-running conformance tests.

Getting Started

To help you get started, see the documentation.