1
- ## IBM Cloud Container Service
1
+ ## IBM Bluemix Container Service
2
2
3
3
### Get external IP and service port
4
4
@@ -11,24 +11,24 @@ Note: if using this command for an application, replace "nginx-secure-proxy" in
11
11
Windows:
12
12
13
13
1 . get Public IP
14
- ``` bash
15
- bx cs workers mycluster
16
- ```
17
- The preceding bx command displays the public IP like this example:
18
- ``` bash
19
- ID Public IP Private IP Machine Type State Status Version
20
- kube-hou02-pa2ccba8cbbcd243b39dd79fc0a6ad24bb-w1 184.172.236.206 10.76.114.209 free normal Ready 1.5.6_921
21
- ```
14
+ ``` bash
15
+ bx cs workers mycluster
16
+ ```
17
+ The preceding bx command displays the public IP like this example:
18
+ ` ` ` bash
19
+ ID Public IP Private IP Machine Type State Status Version
20
+ kube-hou02-pa2ccba8cbbcd243b39dd79fc0a6ad24bb-w1 184.172.236.206 10.76.114.209 free normal Ready 1.5.6_921
21
+ ` ` `
22
22
23
23
1. get service port
24
- ``` bash
25
- kubectl get svc nginx-secure-proxy --namespace=nsolid
26
- ```
27
- Note: if using this command for an application, replace "nginx-secure-proxy" in the command text with the {service-name} of the application.
24
+ ` ` ` bash
25
+ kubectl get svc nginx-secure-proxy --namespace=nsolid
26
+ ` ` `
27
+ Note: if using this command for an application, replace " nginx-secure-proxy" in the command text with the {service-name} of the application.
28
28
29
- The preceding kubectl command displays the service ports like this example:
30
- ``` bash
31
- NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
32
- nginx-secure-proxy 10.10.10.7 < pending> 80:32144/TCP,443:30238/TCP 8m
33
- ```
34
- The first node port (32144) is for http. The second (30238) is for https.
29
+ The preceding kubectl command displays the service ports like this example:
30
+ ` ` ` bash
31
+ NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
32
+ nginx-secure-proxy 10.10.10.7 < pending> 80:32144/TCP,443:30238/TCP 8m
33
+ ` ` `
34
+ The first node port (32144) is for http. The second (30238) is for https.
0 commit comments