Open terminal: | +sshpass -p password ssh -oStrictHostKeyChecking=no root@localhost -p <port> | +|||||
+ | + | + | + | + | + |
Container name | +Description | +Ports | +Commands | +||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
user-service-1 | +Remal sample user-service | +
+
|
+
+ GET https://localhost:14114/api/user/zappee
+ + POST https://localhost:14114/api/user + + Actuator: https://localhost:14114/actuator + + JDBC: jdbc:postgresql://localhost:14115/postgres (postgres/password) + |
+ ||||||||||||||||
user-service-2 | +Remal sample user-service | +
+
|
+
+ GET https://localhost:14124/api/user/zappee
+ + POST https://localhost:14114/api/user + + Actuator: https://localhost:14124/actuator + + JDBC: jdbc:postgresql://localhost:14125/postgres (postgres/password) + |
+ ||||||||||||||||
welcome-service-1 | +Remal sample welcome-service | +
+
|
+
+ Rest: https://localhost:14214/api/welcome/zappee
+ + Rest: https://localhost:14214/api/joke + + Actuator: https://localhost:14214/actuator + |
+ ||||||||||||||||
grafana | +
+ Grafana
+ + It is a tool used to analyze and visualize data. + |
+
+
|
+ + https://localhost:13083 (admin/password) + | +||||||||||||||||
prometheus | +
+ Prometheus
+ + An open-source monitoring system with a dimensional data model. + |
+
+
|
+ + https://localhost:13073 + | +||||||||||||||||
consul | +
+ HashiCorp Consul
+ + Tool for managing your infrastructure's services and configs. + |
+
+
|
+ + https://localhost:13063 + | +||||||||||||||||
private-ca | +private Certificate Authority server | +
+
|
+ + |