How to write tests with Fabric8 Kubernetes Client

2 · Red Hat · Jan. 24, 2023, 7:40 a.m.
Like regular applications, it is essential to write tests while building applications that interact with the Kubernetes API server (i.e., Kubernetes Operators). However, it is not always possible to have a Kubernetes test environment available for running tests. Also, our tests may require us to satisfy certain prerequisites (some specific Kubernetes version) in order to run successfully. In this blog post, we will look at testing libraries made available by Fabric8 Kubernetes Client and focus m...