mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-10-17 01:12:52 +03:00
Update NodePort doc link
This commit is contained in:
@@ -166,7 +166,7 @@ nginx version: nginx/1.19.1
|
|||||||
|
|
||||||
In this section you will verify the ability to expose applications using a [Service](https://kubernetes.io/docs/concepts/services-networking/service/).
|
In this section you will verify the ability to expose applications using a [Service](https://kubernetes.io/docs/concepts/services-networking/service/).
|
||||||
|
|
||||||
Expose the `nginx` deployment using a [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport) service:
|
Expose the `nginx` deployment using a [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#nodeport) service:
|
||||||
|
|
||||||
```
|
```
|
||||||
kubectl expose deployment nginx --port 80 --type NodePort
|
kubectl expose deployment nginx --port 80 --type NodePort
|
||||||
|
Reference in New Issue
Block a user