...
Prerequisite: Download and install Java 17 on the PC that you will use the Desktop on. Both JRE and JDK work.
If LoadBalancer going to be used, special considerations concerning ports are needed, for more information see: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/
- title
Only for Private Cloud installations, adaption of the Ports are needed.
Note
Rw ui textbox macro | ||
---|---|---|
| ||
Private Cloud - |
...
Handling of Ports |
...
If you are running in Private Cloud, you cannot use the ports defined in the values.yaml file. |
...
You must use the NodePort number substitutes. You can see |
...
the port number substitutes but running the command kubectl get services. |
...
In the example below, |
...
9000 |
...
is substituted |
...
with 30707.
|
...
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
Only for AWS installations, URLs are constructed like <function>.<domain>. See below
Note |
---|
AWS - Accessing the Environment If you use AWS you must always define the type of interface directly in the URL as shown below:
|
...