Merge pull request #6481 from scjane/patch-17
Update access-cluster-services.md
This commit is contained in:
@@ -32,7 +32,7 @@ You have several options for connecting to nodes, pods and services from outside
|
|||||||
or it may expose it to the internet. Think about whether the service being exposed is secure.
|
or it may expose it to the internet. Think about whether the service being exposed is secure.
|
||||||
Does it do its own authentication?
|
Does it do its own authentication?
|
||||||
- Place pods behind services. To access one specific pod from a set of replicas, such as for debugging,
|
- Place pods behind services. To access one specific pod from a set of replicas, such as for debugging,
|
||||||
place a unique label on the pod it and create a new service which selects this label.
|
place a unique label on the pod and create a new service which selects this label.
|
||||||
- In most cases, it should not be necessary for application developer to directly access
|
- In most cases, it should not be necessary for application developer to directly access
|
||||||
nodes via their nodeIPs.
|
nodes via their nodeIPs.
|
||||||
- Access services, nodes, or pods using the Proxy Verb.
|
- Access services, nodes, or pods using the Proxy Verb.
|
||||||
|
|||||||
Reference in New Issue
Block a user