Kubernetes
Kubernetes connections enable integration with Kubernetes clusters across different cloud providers and environments. You can configure connections to AWS EKS clusters, Google Cloud GKE instances, and Config Connector (CNRM) implementations.
Field | Description | Scheme |
---|---|---|
cnrm | CNRM connection details | |
connection | The connection url to use, mutually exclusive with | |
eks | EKS connection details | |
gke | GKE connection details | |
kubeconfig | Source for kubeconfig |
One of the four sources of connection details must be provided.
EKS Connection
Field | Description | Scheme |
---|---|---|
cluster* | Name of the cluster | string |
connection | The connection url to use, mutually exclusive with | |
accessKey | ||
secretKey | ||
region | The AWS region | string |
endpoint | Custom AWS Endpoint to use | string |
skipTLSVerify | Skip TLS verify when connecting to AWS | bool |
GKE Connection
Field | Description | Scheme |
---|---|---|
cluster* | Name of the cluster | string |
project* | Name of the project | string |
zone* | Name of the zone | string |
connection | The connection url to use, mutually exclusive with | |
credentials | The credentials to use for authentication | |
endpoint | Custom GCP Endpoint to use | string |
skipTLSVerify | Skip TLS verification when connecting to GCP | bool |
CNRM Connection
Field | Description | Scheme |
---|---|---|
clusterResource | Name of the cluster resource | string |
clusterResourceNamespace | Namespace of the cluster resource | string |
gke | GKE connection |