> For the complete documentation index, see [llms.txt](https://docs.higiocloud.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.higiocloud.vn/hi-gio-kubernetes.md).

# HI GIO Kubernetes

## <mark style="color:green;">**Information**</mark>

This comprehensive resource is designed to help you navigate the powerful features and functionalities of managed-Kubernetes service run on the HI GIO Cloud infrastructure. This guide provides step-by-step instructions, best practices, and practical examples to enhance your Kubernetes experience.

With HI GIO Kubernetes, you can efficiently manage your containerized applications, scale seamlessly, and ensure high availability across your infrastructure.

## <mark style="color:green;">**Overview**</mark>

{% hint style="info" %}
**HI GIO Kubernetes - Container management & orchestration service**

<img src="/files/QEmE4scMQeke92XrMmoP" alt="" data-size="original">

A managed Kubernetes service based on the open-source system is run on the HI GIO Cloud infrastructure (VMware-based technology). By automatically managing software deployment and simplifying the management of containerized applications, software developers can focus on application development & operation in the Cloud.

*Seamless Scaling, Simplified Management.*
{% endhint %}

## <mark style="color:green;">**Guideline**</mark>

* [1. Steps To Create Kubernetes Cluster on HI GIO Portal](/hi-gio-kubernetes/1.-steps-to-create-kubernetes-cluster-on-hi-gio-portal.md)
* [2. How to resize Kubernetes Cluster on HI GIO portal](/hi-gio-kubernetes/2.-how-to-resize-kubernetes-cluster-on-hi-gio-portal.md)
* [3. Extending disk size for nodes in Kubernetes Cluster on HI GIO Portal](/hi-gio-kubernetes/3.-extending-disk-size-for-nodes-in-kubernetes-cluster-on-hi-gio-portal.md)
* [4. How to upgrade Kubernetes Cluster in HI GIO Portal](/hi-gio-kubernetes/4.-how-to-upgrade-kubernetes-cluster-in-hi-gio-portal.md)
* [05. Deploy demo app with persistence volume and publish app via ingress controller](/hi-gio-kubernetes/05.-deploy-demo-app-with-persistence-volume-and-publish-app-via-ingress-controller.md)
* [06. How to configure HI GIO Kunernetes cluster autoscale](/hi-gio-kubernetes/06.-how-to-configure-hi-gio-kunernetes-cluster-autoscale.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.higiocloud.vn/hi-gio-kubernetes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
