java-tutorials/kubernetes-modules/k8s-intro
sam-gardner 0d161ef8af
JAVA-31644 Update maven-compiler-plugin to 3.12.1 (#15952)
* JAVA-31644 Update maven-compiler-plugin to 3.12.1

* JAVA-31644 Update maven compiler plugin to 3.12.1 for more modules

* JAVA-31644 Continue upgrading modules to use maven-compiler-plugin 3.12.1
2024-02-26 17:04:34 +01:00
..
src JAVA-14173 Rename kubernetes to kubernetes-modules (#12667) 2022-09-02 21:41:55 +05:30
README.md JAVA-14173 Rename kubernetes to kubernetes-modules (#12667) 2022-09-02 21:41:55 +05:30
pom.xml JAVA-31644 Update maven-compiler-plugin to 3.12.1 (#15952) 2024-02-26 17:04:34 +01:00

README.md

Kubernetes Java API Sample Code

This module contains sample code used to show how to use the Kubernetes client Java API.

Before running those samples, make sure that your environment is correctly configured to access a working Kubernetes cluster.

An easy way to check that everything is working as expected is issuing any kubectl get command:

$ kubectl get nodes

If you get a valid response, then you're good to go.

Relevant Articles: