# Kubenetes Cluster

**selinux\_mode**

* เลือก SELinux mode ตัวแปร enforcing, permissive, และ disabled ค่าเริ่มต้นคือ permissive

**cilium\_ebpf\_enabled**

* ใช้ **eBPF** เพื่อให้ network ใน node เร็วขึ้น ค่าเริ่มต้นคือ false

**cilium\_ipv4pool**

* range IP สำหรับ **pod** ทั้ง cluster ค่าเริ่มต้นคือ 10.100.0.0/16

**cilium\_ipv4pool\_mask\_size**

* ขนาด subnet ที่แบ่งให้แต่ละ **node** ค่าเริ่มต้นคือ /24

**cilium\_routing\_mode**

* มี 2 แบบ: tunnel (ค่าเริ่มต้น) และ native

**cilium\_hubble\_enabled**

* เปิด **Hubble** ดู traffic, network flow ค่าเริ่มต้นคือ false

**cilium\_tag**

* version/tag ของ Cilium ที่จะใช้

{% if  %}
{% content-ref url="/pages/4OEdv7O2PAaJRvlYuAn1" %}
[Creating and deleting Kubernetes clusters](/readyidc-docs/readme/kubenetes-cluster/creating-and-deleting-kubernetes-clusters.md)
{% endcontent-ref %}
{% endif %}

{% if  %}
{% content-ref url="/pages/AJIKt8RDEO4HjgahCOrU" %}
[Managing Kubernetes worker group](/readyidc-docs/readme/kubenetes-cluster/managing-kubernetes-worker-group.md)
{% endcontent-ref %}
{% endif %}

{% if  %}
{% content-ref url="/pages/7i7yowN1DKIH4C7sacG7" %}
[Monitoring Kubernetes clusters](/readyidc-docs/readme/kubenetes-cluster/monitoring-kubernetes-clusters.md)
{% endcontent-ref %}
{% endif %}

{% if  %}
{% content-ref url="/pages/7AstPFbf8NLbQZAcGfle" %}
[Accessing Kubernetes clusters](/readyidc-docs/readme/kubenetes-cluster/accessing-kubernetes-clusters.md)
{% endcontent-ref %}
{% endif %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://readyidc.gitbook.io/readyidc-docs/readme/kubenetes-cluster.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
