You are on page 1of 2

We are configuring GSS 522 in K8s following document

https://smallworld.gedigitalenergy.com/docs/sw52/en/swDocs5.htm#../Subsystems/GSS/Content/G
etStarted/GetStartedWithGSS.htm%3FTocPath%3DIntegration%7CGeoSpatial%2520Server
%2520(GSS)%7CGetting%2520started%7C_____1

At step 10: Apply (deploy) your solution. This step deploys the GSS application in Kubernetes.

bash run_pdc_deploy.sh apply pdc_input_manifest.yaml

on execution of above command, we are getting below TB,.

Attached

 “gss-basic-deployment-pod-log.txt”
 pdc_input_manifest.yaml

for reference.

Status of Kubernetes pods and services.

K8s Setup Details:


License Configuration: /home/master/license is the mounted license path in centOS, for windows
license server directory (\\<XXXX>/product/data)

Note: paths are permanently mounted in /etc/fstab (to sustain system-reboot). We used 1 master
and 1 worker for Kubernetes cluster without nfs setup as per the GE document.

K8s setup Information:

 All this setup done in two centOS VMs.


 Used flannel for network communication between Kubernetes pods & nodes. URL used for
flannel, https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-
flannel.yml
 Netowrk IP mask used for K8s Cluster while running kubeadm init
o pod-network-cidr=10.244.0.0/16

You might also like