Wiki » History » Version 13

David Wong, 25 August 2023 10:28 PM

1 3 David Wong
h1. *Solution Domain Microservices*
2 4 David Wong
3 8 David Wong
+Docker Registry+
4 9 David Wong
Private registry URL: https://172.16.25.68:5000
5 8 David Wong
*Server IP:* 172.16.25.68
6 8 David Wong
*User ID:* sysadmin
7 8 David Wong
*Password:* docker$8577
8 8 David Wong
*OS:* ubuntu
9 8 David Wong
10 5 David Wong
+Kubernetes Server+
11 5 David Wong
*Servier IP:* 172.16.25.67
12 5 David Wong
*User ID:* sysadmin
13 5 David Wong
*Password:* rancher$7466
14 5 David Wong
*OS:* ubuntu
15 5 David Wong
16 4 David Wong
to go to root access: sudo -i -u root
17 6 David Wong
18 7 David Wong
to enable @'kubectl'@ command: 
19 1 CK Khan
<pre>
20 7 David Wong
export KUBECONFIG=/etc/rancher/rke2/rke2.yaml PATH=$PATH:/var/lib/rancher/rke2/bin
21 6 David Wong
</pre> 
22 10 David Wong
23 10 David Wong
+Software and Framework components+
24 10 David Wong
* Keycloak (for authentication)
25 10 David Wong
* APISix (for API Gateway)
26 10 David Wong
* Spring Boot Eureka Server (for service discovery)
27 10 David Wong
* Spring Boot Config Server (for handling properties files a.k.a configs)
28 11 David Wong
* React JS
29 11 David Wong
* Single SPA
30 11 David Wong
* Form.io
31 12 David Wong
32 11 David Wong
All these software will be installed as a container and run as Kubernetes
33 13 David Wong
34 13 David Wong
+Kubernetes installed in Mobility server+
35 13 David Wong
* *Kubernetes brand:* Rancher
36 13 David Wong
* *IP:* 172.16.25.67
37 13 David Wong
* *User ID:* sysadmin
38 13 David Wong
* *Password:* rancher$7466
39 13 David Wong
40 13 David Wong
+Database info+
41 13 David Wong
* *DB brand:* PostgresQL
42 13 David Wong
* *IP:* 172.16.25.59
43 13 David Wong
* *User ID:* postgres
44 13 David Wong
* *Password:* abcd1234