質問編集履歴
4
説明を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -126,9 +126,9 @@
|
|
126
126
|
|
127
127
|
kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 6d2h
|
128
128
|
|
129
|
-
spring-boot-sample1-loadbalancer LoadBalancer
|
129
|
+
spring-boot-sample1-loadbalancer LoadBalancer XX.XXX.XXX.XX localhost 8080:30175/TCP 10s
|
130
|
-
|
130
|
+
|
131
|
-
spring-boot-sample1-service-name ClusterIP
|
131
|
+
spring-boot-sample1-service-name ClusterIP XX.XXX.XXX.XX <none> 8080/TCP 25s
|
132
132
|
|
133
133
|
```
|
134
134
|
|
3
説明を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -122,13 +122,13 @@
|
|
122
122
|
|
123
123
|
kubectl get services
|
124
124
|
|
125
|
-
NAME TYPE CLUSTER-IP
|
125
|
+
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
126
|
-
|
127
|
-
|
126
|
+
|
128
|
-
|
129
|
-
kubernetes ClusterIP
|
127
|
+
kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 6d2h
|
130
|
-
|
128
|
+
|
131
|
-
spring-boot-sample1-loadbalancer LoadBalancer
|
129
|
+
spring-boot-sample1-loadbalancer LoadBalancer 10.102.221.72 localhost 8080:30175/TCP 10s
|
130
|
+
|
131
|
+
spring-boot-sample1-service-name ClusterIP 10.105.180.15 <none> 8080/TCP 25s
|
132
132
|
|
133
133
|
```
|
134
134
|
|
2
説明を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -124,7 +124,7 @@
|
|
124
124
|
|
125
125
|
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
126
126
|
|
127
|
-
|
127
|
+
spring-boot-sample1-service-name ClusterIP XX.XXX.XX.XXX <none> 8080/TCP 13s
|
128
128
|
|
129
129
|
kubernetes ClusterIP XX.XX.X.X <none> 443/TCP 6d2h
|
130
130
|
|
1
説明を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -254,9 +254,9 @@
|
|
254
254
|
|
255
255
|
visualize: "true"
|
256
256
|
|
257
|
-
service-label:
|
257
|
+
service-label: spring-boot-sample1-service
|
258
|
-
|
258
|
+
|
259
|
-
name:
|
259
|
+
name: spring-boot-sample1-service-name
|
260
260
|
|
261
261
|
spec:
|
262
262
|
|
@@ -300,7 +300,7 @@
|
|
300
300
|
|
301
301
|
ports:
|
302
302
|
|
303
|
-
- name:
|
303
|
+
- name: spring-boot-sample1-service-port-name
|
304
304
|
|
305
305
|
port: 8080
|
306
306
|
|