Closed jihoon-seo closed 4 years ago
❯ kubectl get svc -n cloud-barista | grep spider cb-spider NodePort 10.107.66.232 <none> 1024:31024/TCP,50251:30251/TCP
❯ kubectl get svc -n cloud-barista | grep tumblebug cb-tumblebug NodePort 10.110.237.43 <none> 1323:31323/TCP,50252:30252/TCP
❯ kubectl get svc -n cloud-barista | grep dragonfly cb-dragonfly NodePort 10.106.120.7 <none> 9090:30090/TCP,50254:30254/TCP,8094:30094/UDP 14m cb-dragonfly-etcd ClusterIP 10.97.125.86 <none> 2379/TCP,2380/TCP 14m cb-dragonfly-etcd-headless ClusterIP None <none> 2379/TCP,2380/TCP 14m cb-dragonfly-influxdb ClusterIP 10.109.210.247 <none> 8086/TCP,8088/TCP 14m
❯ ./create-sshKey.sh aws 1 jhseo #################################################################### ## 5. sshKey: Create #################################################################### [Test for AWS] { "message" : "rpc error: code = Internal desc = error while calling CCMService.CreateKey() method: aws-us-east-1: does not exist! " }
(Can see that Tumblebug calls Spider with gRPC.)
Ports
NodePort: 31024
NodePort: 30251
NodePort: 31323
NodePort: 30252
NodePort: 30090
NodePort: 30254
NodePort: 30094
NodePort: 31234
NodePort: 30080
NodePort: 30500
Change Tumblebug's Spider-calling method from REST to gRPC
(Can see that Tumblebug calls Spider with gRPC.)