# Tutorial

- [My First Website](https://docs-epc.gitbook.io/ncs-documents/tutorial/my-first-website.md): ทดลองสร้าง website อย่างง่าย ด้วย Nginx
- [Pritunl for VPN server](https://docs-epc.gitbook.io/ncs-documents/tutorial/pritunl-for-vpn-server.md)
- [Install Rancher Server with Docker Quick Start](https://docs-epc.gitbook.io/ncs-documents/tutorial/install-rancher-server-with-docker-quick-start.md): บทความนี้จะกล่าวถึงการติดตั้ง Rancher Server ประเภท Single Node ด้วย Docker บน Instance ที่ทำงานอยู่บน Nipa Cloud Space แบบกระชับ
- [Create RKE2 Cluster via Rancher Dashboard](https://docs-epc.gitbook.io/ncs-documents/tutorial/install-rancher-server-with-docker-quick-start/create-rke2-cluster-via-rancher-dashboard.md): บทความนี้จะบอกถึงวิธีการสร้าง Rancher Kubernetes Engine 2 (RKE2) จาก Rancher Dashboard โดย Kubernetes Cluster นี้จะใช้ Instance จากบน Nipa Cloud Space ทั้งหมด
- [Install odoo18 with external database](https://docs-epc.gitbook.io/ncs-documents/tutorial/install-odoo18-with-external-database.md): วิธีการติดตั้ง odoo18 โดยใช้ database ที่อยู่ภายนอก
- [How to use LBaaS for mysql Load Balancing](https://docs-epc.gitbook.io/ncs-documents/tutorial/how-to-use-lbaas-for-mysql-load-balancing.md): ใช้ LBaaS กับ MySQL สร้าง Load Balancer เพื่อกระจายคำขออ่าน (read requests) ไปยัง MySQL read replicas หลายตัว วิธีนี้ช่วยเพิ่มประสิทธิภาพการอ่านข้อมูล และทำให้ระบบฐานข้อมูลรองรับการอ่านจำนวนมากได้
- [How to use Cloudflare with Nipa Cloud Space](https://docs-epc.gitbook.io/ncs-documents/tutorial/how-to-use-cloudflare-with-nipa-cloud-space.md): วิธีการใช้งาน Cloudflare ร่วมกับ Instance บน Nipa Cloud Space
- [Installing Nvidia GPU Drivers on Linux](https://docs-epc.gitbook.io/ncs-documents/tutorial/installing-nvidia-gpu-drivers-on-linux.md): This document provides instructions for installing Nvidia GPU drivers
- [Kubernetes on NIPA Cloud Space with Rancher](https://docs-epc.gitbook.io/ncs-documents/tutorial/kubernetes-on-nipa-cloud-space-with-rancher.md)
- [การเข้าใช้งาน Kubernetes](https://docs-epc.gitbook.io/ncs-documents/tutorial/kubernetes-on-nipa-cloud-space-with-rancher/kubernetes.md)
- [การจัดการผู้ใช้งาน (User Management) ผ่าน Rancher](https://docs-epc.gitbook.io/ncs-documents/tutorial/kubernetes-on-nipa-cloud-space-with-rancher/kubernetes/user-management-rancher.md)
- [การจัดการคลัสเตอร์ (Cluster Management) ผ่าน Rancher](https://docs-epc.gitbook.io/ncs-documents/tutorial/kubernetes-on-nipa-cloud-space-with-rancher/kubernetes/cluster-management-rancher.md)
- [การใช้งาน Kubernetes ผ่าน Rancher UI](https://docs-epc.gitbook.io/ncs-documents/tutorial/kubernetes-on-nipa-cloud-space-with-rancher/kubernetes/kubernetes-rancher-ui.md)
- [การใช้งาน Kubernetes ผ่าน kubectl (Command Line)](https://docs-epc.gitbook.io/ncs-documents/tutorial/kubernetes-on-nipa-cloud-space-with-rancher/kubernetes/kubernetes-kubectl-command-line.md)
- [การใช้งาน Kubernetes ผ่าน Lens (Kubernetes IDE)](https://docs-epc.gitbook.io/ncs-documents/tutorial/kubernetes-on-nipa-cloud-space-with-rancher/kubernetes/kubernetes-lens-kubernetes-ide.md)
- [การจัดการพื้นที่จัดเก็บข้อมูล (Storage Class)](https://docs-epc.gitbook.io/ncs-documents/tutorial/kubernetes-on-nipa-cloud-space-with-rancher/kubernetes/storage-class.md)
- [การเปิดใช้งาน Service ด้วย Load Balancer](https://docs-epc.gitbook.io/ncs-documents/tutorial/kubernetes-on-nipa-cloud-space-with-rancher/kubernetes/service-load-balancer.md)
- [การขยายระบบอัตโนมัติ (Autoscale)](https://docs-epc.gitbook.io/ncs-documents/tutorial/kubernetes-on-nipa-cloud-space-with-rancher/kubernetes/autoscale.md)
- [Horizontal Pod Autoscaler (HPA) - การขยายจำนวน Pod](https://docs-epc.gitbook.io/ncs-documents/tutorial/kubernetes-on-nipa-cloud-space-with-rancher/kubernetes/autoscale/horizontal-pod-autoscaler-hpa-pod.md)
- [Cluster Autoscaler - การขยายจำนวน Node](https://docs-epc.gitbook.io/ncs-documents/tutorial/kubernetes-on-nipa-cloud-space-with-rancher/kubernetes/autoscale/cluster-autoscaler-node.md)
- [Backup and Restore a Kubernetes Cluster with Velero](https://docs-epc.gitbook.io/ncs-documents/tutorial/kubernetes-on-nipa-cloud-space-with-rancher/backup-and-restore-a-kubernetes-cluster-with-velero.md)


---

# 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://docs-epc.gitbook.io/ncs-documents/tutorial.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.
