|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > Kubernetes > Connector Parameters Authentication |
This parameter specifies the hostname or IP address of the Kubernetes API endpoint.
Technical Name |
hostname |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
kubernetes.example.com |
This parameter specifies the port number of the Kubernetes REST API endpoint.
Technical Name |
port |
Category |
Authentication |
Type |
Integer |
Default Value |
n/a |
Example Values |
6443 |
This parameter contains the bearer token used for authentication against the Kubernetes REST API.
Technical Name |
api_key |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
eyJhbGciOiJSUzI1NiIsOTljVUw2dHdJMV9Ka1RXY00o6vXGrC5Giu0Q6dw |
The authentication process is based on a bearer token. For further information, refer to the Kubernetes API documentation.