java-tutorials/kubernetes/k8s-intro
sampadawagde 7cbf13db95 JAVA-3576 - Align module names, folder names and artifact id 2021-04-02 22:46:25 +05:30
..
src [BAEL-4849] Article code (#10566) 2021-03-18 12:15:04 -07:00
README.md Update README.md 2021-03-25 00:52:01 +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: