Top
image credit: Unsplash

Kubernetes Java Client 17.0 Provides Support for Kubernetes 1.25

January 27, 2023

Via: InfoQ

The release of the Kubernetes Java Client 17.0.0 delivers support for Kubernetes 1.25 providing the ability to dynamically retrieve information, for example for monitoring purposes, and allows changing and deleting items in the Kubernetes cluster. The Kubernetes client may be used as an alternative for the command line Kubernetes tool: kubectl [argument].

The Kubernetes Java Client can be used after adding the following Maven dependency:

Read More on InfoQ