Skip to content

Commit 9ba4dd3

Browse files
committed
Update Blog “exposing-an-application-using-ingress-and-tls-termination-on-kubernetes-in-hpe-greenlake-for-private-cloud-enterprise”
1 parent 16bea69 commit 9ba4dd3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

content/blog/exposing-an-application-using-ingress-and-tls-termination-on-kubernetes-in-hpe-greenlake-for-private-cloud-enterprise.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Events:
362362
```
363363
### Access deployed Nginx apps
364364

365-
With all Nginx apps, together with the K8s Ingress resource, being deployed to the cluster, all I have to do is to make sure the domain and the subdomain names, i.e., *example.com* & **.nginx.example.com*, point to the the external IP address assigned to the *Nginx Ingress controller* *’10.12.15.251’*.
365+
With all Nginx apps, together with the K8s Ingress resource, being deployed to the cluster, all I have to do is to make sure the domain and the subdomain names, i.e., *example.com* & **.nginx.example.com*, point to the the external IP address *'10.6.115.251'* assigned to the *Nginx ingress controller*.
366366

367367
Type the following commands to check this is done correctly:
368368

@@ -377,14 +377,6 @@ $ host blue.nginx.example.com
377377
blue.nginx.example.com has address 10.6.115.251
378378
```
379379

380-
381-
382-
383-
```shell
384-
$ k apply -f ingress-simple-selfsigned.yaml -n cfe-apps
385-
ingress.networking.k8s.io/nginx-ingress-selfsigned created
386-
```
387-
388380
Start the browser and type the URL *nginx.example.com*, it will be rediected over HTTPS with the warning message *'Your connection is not private'*:
389381

390382
![](/img/nginx-main-warning.png)

0 commit comments

Comments
 (0)