Class ClientKubernetesPutGetExample
- java.lang.Object
-
- org.apache.ignite.examples.client.ClientKubernetesPutGetExample
-
public class ClientKubernetesPutGetExample extends java.lang.ObjectDemonstrates how to use Ignite thin client within the Kubernetes cluster using KubernetesConnectionConfiguration.Prerequisites:
- Running Ignite Kubernetes cluster. Check modules/kubernetes/DEVNOTES.md as an example of how to run a cluster locally.
- A thin client application should be run within the cluster to have access to Ignite nodes pods.
- KubernetesConnectionConfiguration must be in sync with the Ignite nodes configuration.
-
-
Constructor Summary
Constructors Constructor Description ClientKubernetesPutGetExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Entry point.
-