Wiki » History » Version 10
David Wong, 22 August 2023 10:53 AM
| 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) |