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
- Depending on your cluster environment, this may just expose the service to your corporate network,
384
+
- Depending on your cluster environment, this may only expose the service to your corporate network,
385
385
or it may expose it to the internet. Think about whether the service being exposed is secure.
386
386
Does it do its own authentication?
387
387
- Place pods behind services. To access one specific pod from a set of replicas, such as for debugging,
@@ -482,28 +482,29 @@ at `https://104.197.5.247/api/v1/namespaces/kube-system/services/elasticsearch-l
482
482
<!--
483
483
#### Manually constructing apiserver proxy URLs
484
484
485
-
As mentioned above, you use the `kubectl cluster-info` command to retrieve the service's proxy URL. To create proxy URLs that include service endpoints, suffixes, and parameters, you simply append to the service's proxy URL:
485
+
As mentioned above, you use the `kubectl cluster-info` command to retrieve the service's proxy URL. To create proxy URLs that include service endpoints, suffixes, and parameters, you append to the service's proxy URL:
If you haven't specified a name for your port, you don't have to specify *port_name* in the URL.
488
+
If you haven't specified a name for your port, you don't have to specify *port_name* in the URL. You can also use the port number in place of the *port_name* for both named and unnamed ports.
489
489
490
490
By default, the API server proxies to your service using http. To use https, prefix the service name with `https:`:
0 commit comments