---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "dynamix_k8s Data Source - terraform-provider-dynamix"
subcategory: ""
description: |-
---
# dynamix_k8s (Data Source)
## Schema
### Required
- `k8s_id` (Number)
### Optional
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
- `account_id` (Number)
- `account_name` (String)
- `acl` (Attributes) (see [below for nested schema](#nestedatt--acl))
- `address_vip` (Attributes) (see [below for nested schema](#nestedatt--address_vip))
- `bservice_id` (Number)
- `created_by` (String)
- `created_time` (Number)
- `deleted_by` (String)
- `deleted_time` (Number)
- `extnet_id` (Number)
- `extnet_only` (Boolean)
- `ha_mode` (Boolean)
- `id` (String) The ID of this resource.
- `k8sci_id` (Number)
- `k8sci_name` (String)
- `kubeconfig` (String)
- `lb_id` (Number)
- `lb_ip` (String)
- `masters` (Attributes) (see [below for nested schema](#nestedatt--masters))
- `name` (String)
- `network_plugin` (String)
- `rg_id` (Number)
- `rg_name` (String)
- `status` (String)
- `tech_status` (String)
- `updated_by` (String)
- `updated_time` (Number)
- `vins_id` (Number)
- `workers` (Attributes List) (see [below for nested schema](#nestedatt--workers))
### Nested Schema for `timeouts`
Optional:
- `read` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
### Nested Schema for `acl`
Read-Only:
- `account_acl` (Attributes List) (see [below for nested schema](#nestedatt--acl--account_acl))
- `k8s_acl` (Attributes List) (see [below for nested schema](#nestedatt--acl--k8s_acl))
- `rg_acl` (Attributes List) (see [below for nested schema](#nestedatt--acl--rg_acl))
### Nested Schema for `acl.account_acl`
Read-Only:
- `explicit` (Boolean)
- `guid` (String)
- `right` (String)
- `status` (String)
- `type` (String)
- `user_group_id` (String)
### Nested Schema for `acl.k8s_acl`
Read-Only:
- `explicit` (Boolean)
- `guid` (String)
- `right` (String)
- `status` (String)
- `type` (String)
- `user_group_id` (String)
### Nested Schema for `acl.rg_acl`
Read-Only:
- `explicit` (Boolean)
- `guid` (String)
- `right` (String)
- `status` (String)
- `type` (String)
- `user_group_id` (String)
### Nested Schema for `address_vip`
Read-Only:
- `backend_ip` (String)
- `frontend_ip` (String)
### Nested Schema for `masters`
Read-Only:
- `cpu` (Number)
- `detailed_info` (Attributes List) (see [below for nested schema](#nestedatt--masters--detailed_info))
- `disk` (Number)
- `master_group_id` (Number)
- `master_group_name` (String)
- `num` (Number)
- `ram` (Number)
### Nested Schema for `masters.detailed_info`
Read-Only:
- `compute_id` (Number)
- `interfaces` (Attributes List) (see [below for nested schema](#nestedatt--masters--detailed_info--interfaces))
- `name` (String)
- `natable_vins_ip` (String)
- `natable_vins_network` (String)
- `status` (String)
- `tech_status` (String)
### Nested Schema for `masters.detailed_info.interfaces`
Read-Only:
- `def_gw` (String)
- `ip_address` (String)
### Nested Schema for `workers`
Read-Only:
- `annotations` (List of String)
- `cpu` (Number)
- `detailed_info` (Attributes List) (see [below for nested schema](#nestedatt--workers--detailed_info))
- `disk` (Number)
- `guid` (String)
- `labels` (List of String)
- `num` (Number)
- `ram` (Number)
- `taints` (List of String)
- `worker_group_id` (Number)
- `worker_group_name` (String)
### Nested Schema for `workers.detailed_info`
Read-Only:
- `compute_id` (Number)
- `interfaces` (Attributes List) (see [below for nested schema](#nestedatt--workers--detailed_info--interfaces))
- `name` (String)
- `natable_vins_ip` (String)
- `natable_vins_network` (String)
- `status` (String)
- `tech_status` (String)
### Nested Schema for `workers.detailed_info.interfaces`
Read-Only:
- `def_gw` (String)
- `ip_address` (String)