From f11aae2514e36d40e29f3e6e4c8950c97ab994a7 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Sat, 8 Sep 2018 08:47:04 -0500 Subject: [PATCH] Update accessinternal.md slight changes --- slides/k8s/accessinternal.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/slides/k8s/accessinternal.md b/slides/k8s/accessinternal.md index ac8bf42a..7179b81f 100644 --- a/slides/k8s/accessinternal.md +++ b/slides/k8s/accessinternal.md @@ -1,6 +1,6 @@ # Accessing internal services -- When we are logged on a cluster node, we can access internal services +- When we are logged in on a cluster node, we can access internal services (by virtue of the CNI model: all nodes can reach all pods and services) @@ -8,7 +8,7 @@ (generally, our local machine won't have access to the cluster's internal subnet) -- How can we temporarily access to a service without exposing it to everyone? +- How can we temporarily access a service without exposing it to everyone? -- @@ -31,7 +31,7 @@ installed and set up `kubectl` locally). It will be less useful (since you could access services and pods directly), but keep in mind that these commands will work anywhere as long as you have -installed and setup `kubectl` to communicate with your cluster. +installed and set up `kubectl` to communicate with your cluster. --- @@ -127,4 +127,4 @@ installed and setup `kubectl` to communicate with your cluster. kill %1 ``` -] \ No newline at end of file +]