java-tutorials/kubernetes/k8s-intro
psevestre 99213ea74c [BAEL-4945] Using Namespaces and Selectors With the Kubernetes Java API (#10745)
* [BAEL-4863] Inicial code

* [BAEL-4863] Article code

* [BAEL-4945]
2021-05-08 18:33:27 -07:00
..
src [BAEL-4945] Using Namespaces and Selectors With the Kubernetes Java API (#10745) 2021-05-08 18:33:27 -07:00
README.md Update README.md 2021-04-29 05:21:34 +08:00
pom.xml JAVA-3576 - Align module names, folder names and artifact id 2021-04-02 22:46:25 +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: