You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: accessing-your-application.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ In Kubernetes `port-forward` creates a tunnel between your local machine and Kub
39
39
the specified `IP:PORT` pairs in order to establish connection to the cluster.
40
40
`kubectl port-forward` allows you to forward not only pods but also services, deployments and other.
41
41
42
-
More information can be found from [here](https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/)
42
+
More information can be found from [port-forward-access-application-cluste](https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/)
Copy file name to clipboardExpand all lines: services.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ service from the internet.
186
186
187
187
There are other types of services, like `LoadBalancer`, but we won't cover them in this exercise.
188
188
189
-
If you want to know more about Services, you can read more about them [here](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types).
189
+
If you want to know more about Services, you can read more about them [publishing-services-service-types](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types).
190
190
191
191
> :bulb: Hint: You can use the `kubectl explain` command to get more information about the fields
192
192
> in the yaml file. For example, `kubectl explain service.spec` will give you more information
0 commit comments