Class ClientKubernetesPutGetExample


  • public class ClientKubernetesPutGetExample
    extends java.lang.Object
    Demonstrates 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.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Entry point.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClientKubernetesPutGetExample

        public ClientKubernetesPutGetExample()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Entry point.
        Parameters:
        args - Command line arguments.