java-tutorials/kubernetes/k8s-intro
freelansam fe7d2af8c0 JAVA-7178: Fix formatting of POMs (#11236)
* JAVA-7178: Fix formatting of POMs

* JAVA-7178: fix failing build
2021-09-20 00:04:26 +05:30
..
src [BAEL-4968] Article code (#10849) 2021-05-31 20:20:02 -07:00
README.md Update README.md 2021-06-09 16:50:06 +08:00
pom.xml JAVA-7178: Fix formatting of POMs (#11236) 2021-09-20 00:04:26 +05:30

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: