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 |
---|---|---|
connection | The connection url to use, mutually exclusive with | |
kubeconfig | Source for kubeconfig | |
eks | EKS connection details | |
gke | GKE connection details | |
cnrm | CNRM connection details |
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 |