| copyright |
|
||
|---|---|---|---|
| lastupdated | 2026-08-26 | ||
| keywords | openshift, satellite, clusters, access, service url, link endpoint, public network | ||
| subcollection | openshift |
{{site.data.keyword.attribute-definition-list}}
{: #cluster-access-satellite}
{{site.data.keyword.redhat_openshift_notm}} clusters on {{site.data.keyword.satelliteshort}} can be accessed through several methods depending on your network setup. {: shortdesc}
{: #cluster-access-satellite-prereqs}
{: #access-cluster-sat-se}
Connect to your cluster through its service URL, which has the format https://p1iuql40jam23qiuxt833-...satellite.appdomain.cloud:30710.
- In the {{site.data.keyword.cloud_notm}} console{: external}, navigate to your cluster.
- Click {{site.data.keyword.redhat_openshift_notm}} web console.
- Click your profile name, then click Copy Login Command > Display Token.
- Copy the
oc logincommand and paste it into your terminal.
If your hosts have private network connectivity only, you must connect through VPN to access the console. See Accessing clusters from the public network for options. {: note}
{: #access-cluster-sat-link}
Use the {{site.data.keyword.satelliteshort}} Link endpoint to connect through the secured Link tunnel server. The endpoint format is c-02.<region>.link.satellite.cloud.ibm.com:<port>.
To use the --endpoint link option, you must configure a Source in your location. For more information, see Accessing your Red Hat OpenShift API Satellite link endpoints.
{: note}
ibmcloud oc cluster config -c CLUSTER_NAME_OR_ID --endpoint link --admin{: pre}
{: #sat-public-access}
If your hosts have public network connectivity and you want to connect from your local machine without a private VPN, you can update your cluster's subdomain DNS records to use your hosts' public IP addresses.
Making location and cluster subdomains publicly accessible is not recommended for production workloads. {: important}
For full steps, see Satellite Link endpoint documentation.