Hi,
As Mike mentioned, there is a good documentation about deployment in
Kubernetes [1]. The preferable way to configure discovery is
TcpDiscoveryKubernetesIpFinder [2]. Don't forget about serviceName and
namespace parameters.
Once you deployed a cluster you will be able to connect a node using s
Thank you Mikhail.
How the following configuration would look like in Kubernetes cluster?
ClientConfiguration cfg = new
ClientConfiguration().setAddresses("127.0.0.1:10800");
GCP Kube Cluster will have two PODs which are not public IPs. We can create
Kubernetes Load Balancer to manage the traffic
>1.
you can use docker file from ignite kubernetus module:
https://github.com/apache/ignite/blob/7b9cd0711b2ab16b8635cdaa588bfb3c03915f3c/modules/kubernetes/config/Dockerfile
it's open source, all artifacs are in the module, so you it to build and
host image locally.
>2.
You use too old documen