Kubernetes
Kubernetes is an open-source container orchestration system for automating software deployment, scaling, and management.
Example Terraform Resource Usage
Schema
type
k8s-rolesconnected_resource_types
List of resource types to sync. The following are the available resource type/s you can use:k8s-cluster
k8s-namespace
k8s-secret
k8s-configmap
k8s-deployment
k8s-statefulset
k8s-pod
Metadata
cluster_name
(Required | String) kubeconfig Cluster Namekubeconfig_api_server_url
(Required | String) kubeconfig Server URLserver_url
(Optional | String) Server URLcertificate_authority
(Optional | String) Certificate Authoritycredentials_rotation_period_in_days
(Optional | String) Credentials rotation period (in days)credentials_cleanup_period_in_days
(Optional | String) User cleanup after access is revoked (in days)
Last updated