> For the complete documentation index, see [llms.txt](https://docs.vngcloud.vn/vng-cloud-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vngcloud.vn/vng-cloud-document/overview/product-updates-all/2026.md).

# 2026

{% tabs %}
{% tab title="Updates" %}
**June 2026**

**vMonitor – Added vStorage metrics for regions HCM-04, HAN-02**

vMonitor adds a metric set for vStorage in the **HCM-04** and **HAN-02** regions, supporting monitoring of traffic, requests, latency and capacity per bucket. See the updated metric list at [List of vStorage metrics](/vng-cloud-document/vmonitor/dashboards/metrics/danh-sach-metrics-ho-tro/danh-sach-metrics-cua-vstorage.md).

**Cost Explorer**

Cost Explorer has received a comprehensive upgrade, allowing you to analyze service usage costs across multiple data dimensions, at different time aggregation levels, and drill down to individual resources — helping customers understand where costs come from and optimize their resource usage.

* **Flexible aggregation levels:** View costs at four time resolutions — **Hourly**, **Daily**, **Weekly**, **Monthly** — within the current month.
* **Drill-down to individual resources:** The **Resource ID** view lists the cost of each resource (total, daily average, start date); click a row to see the resource details.
* **Three cost views:** Aggregate costs by **Product**, by **Resource Type** (with a "Top resource type" card and a "% of total" column), or by **Resource ID**.

**May 2026**

**VKS - Cluster-level Auto Healing**

VKS (VNG Kubernetes Engine) now supports configuring Auto Healing directly at the cluster level, giving you control over unhealthy node detection thresholds and self-recovery behavior tailored to your workload type. When a node remains unhealthy long enough, the system automatically deletes the faulty node and provisions a replacement — no manual intervention required.

* Flexible enable/disable; configure **Timeout**, **Max Unhealthy**, and **Unhealthy Range** via the Portal.
* Built-in cluster protection: automatically halts replacements when faulty nodes exceed the threshold, preventing mass deletion during widespread infrastructure incidents.
* Configuration changes take effect immediately — no cluster or node restart required.
* Learn more at [Auto Healing](/vng-cloud-document/vks/clusters/configure-auto-healing.md).
* API documentation for creating and managing Auto Healing via API: [VKS API](https://docs.api.vngcloud.vn/service-docs/vks-api.html).
* Terraform documentation for deploying Auto Healing with Infrastructure as Code: [VKS Terraform](https://registry.terraform.io/providers/vngcloud/vngcloud/latest/docs/resources/vks_cluster).

**April 2026**

**VLB - Access Control List (ACL) on Listener**

The ACL (Access Control List) feature for Load Balancer has been launched as a comprehensive upgrade over the previous IP Whitelist. Instead of only allowing configuration of an Allowed CIDRs list, ACL adds the ability to actively block traffic via Dropped CIDRs and define Default Actions when no rules match — enabling stricter, more environment-appropriate access policies.

Learn more at: ACL NLB, ACL ALB.

***

**VLB - Auto Scaling – Support for editing configuration after initialization**

VLB now supports editing Auto Scaling configuration after creation, through the **Configure AutoScale** function on the detail page. Specifically, the following three fields are now open for editing:

* **Min size** – The minimum number of instances in the cluster (Min: 1, Max: 15).
* **Max size** – The maximum number of instances in the cluster (Min: 1, Max: 15).
* **Availability zones** – The availability zones and corresponding subnets used for the Load Balancer cluster.

Previously, these parameters could only be set at the time of initialization and could not be changed afterward. This update allows flexible adjustment of scaling limits and expansion of availability zones without needing to recreate the Load Balancer.

Learn more at: Auto Scale.

**VKS - Kubeconfig with Flexible Certificate Validity**

VKS (VNG Kubernetes Engine) now allows you to actively choose the certificate validity period when downloading kubeconfig, providing better security control. Supported validity options: **30 days**, **90 days**, **365 days** — suitable for different environments (testing, production, long-term).

* View the certificate expiry date directly on the Portal before downloading.
* Automatic certificate renewal when eligible; manual renewal supported when needed.
* Learn more at [Kubeconfig](/vng-cloud-document/vks/clusters/kubeconfig.md).

**March 2026**

**New display for wallet credits balance and service pricing** will be updated to show prices **before VAT**

**Changes**:\
VAT will be excluded from the pricing display on the Portal. Specifically:

* Wallet Credit balance will be displayed based on the **pre-VAT value**;
* Service unit prices will also be displayed based on the **pre-VAT rate**.

**Principles of Credit Display After the Changes:**

This update only changes the display method and does not affect the actual usable value or your benefits. Details are as follows:

| Item                 | Before Update (Incl. VAT) | After Update (Excl. VAT) | Notes                  |
| -------------------- | ------------------------- | ------------------------ | ---------------------- |
| Wallet balance       | 110 Credits               | 100 Credits              | Actual value unchanged |
| Price per service    | 110 Credits               | 100 Credits              | Actual value unchanged |
| Purchasable quantity | 01 Service                | 01 Service               | No change              |

**Credit Top-up and Usage Rules**

| Criteria                                             | Before 01/03/2026                                                                               | From 01/03/2026 onwards                                                                                     |
| ---------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| Top-up rule & Credits received                       | <p>The top-up amount includes <strong>10% VAT;</strong><br>Credits received = top-up amount</p> | <p>The top-up amount still includes <strong>10% VAT</strong><br>Credits received = top-up amount ÷ 110%</p> |
| The rule of Credit deduction when creating resources | Credits are deducted based on the **VAT-included price (10% VAT)**                              | Credits are deducted based on the **pre-VAT price**                                                         |

**February 2026**

**vServer - Allows selecting MTU when creating a VPC.**

Virtual Private Cloud (VPC) networks use a default MTU value of 1500 bytes starting from February (the old value was 1450).

You can set the MTU of a VPC network to any value in the range from 1,450 bytes to 8,950 bytes.

**vServer - Allows exporting the server list.**

Exporting the server list supports formats such as **xls**, **json**, and **csv**.

**vServer - Adds Windows Server 2025 image with license.**

Allows customers to provision a server with Windows Server 2025 OS, including a license.

**vStorage – Update on CopyObject API Limitation with Encryption.**

The vStorage (Object Storage) `CopyObject` API is not supported for buckets or objects with Server-Side Encryption enabled (SSE-S3 or SSE-C) and will return **501 – Not Implemented**.

**VKS - Terraform Provider for VNG Cloud Upgrades**

VKS (VNG Kubernetes Engine) has just released its latest update, bringing several new upgrades to users. Below are the key highlights of this release:

**New Upgrades:**

* **Terraform Provider for VNG Cloud v1.3.7:** Updated the cluster creation workflow to use the POC provisioning API. For more information, see [here](https://registry.terraform.io/providers/vngcloud/vngcloud/1.3.7/docs/resources/vks_cluster_node_group).
* **Terraform Provider for VNG Cloud v1.3.8:** Fixed an issue where node group labels and taints were missing after terraform import. Node groups imported from the Portal now have labels and taints correctly reflected in Terraform state. For more information, see [here](https://registry.terraform.io/providers/vngcloud/vngcloud/1.3.8/docs/resources/vks_cluster_node_group).

**January 2026**

**Update on Expired Resource Renewal Mechanism on the Portal**

To optimize resource management and provide additional time for expired resources to be retained on GreenNode—allowing Customers more time to complete renewal procedures—we are updating the renewal mechanism for expired resources on the Portal (extended from 7 days to 30 days). This change applies from the moment a resource reaches its expiration date within the usage cycle. Key updates to the renewal policy are as follows:

After expiration, resources will transition through the following stages:

* **Grace Period**: From Day 1 to Day 15 after the expiration date. During this period, the service remains active and data is fully retained.
* **Suspension**: From Day 15 to Day 30 after the expiration date. During this period, the service is suspended, but data is still retained in the system.
* **Release and Deletion**: After 30 days from the expiration date. At this stage, the service is permanently terminated, and all associated data is irreversibly deleted from the system.

Throughout the Grace Period and Suspension stages (i.e., from Day 1 up to before Day 30 after expiration), resources can be manually renewed to continue using the service.

This renewal policy will take effect from January 8, 2026, and applies to prepaid wallet-based resources with expiration dates occurring after this time.

For more details about the updated renewal mechanism and policy, please refer [here](https://docs.vngcloud.vn/vng-cloud-document/billing-management/experience-with-billing-and-payment/resource-lifecycle-management/renew-expiring-resources).
{% endtab %}

{% tab title="New features" %}
**Jun 2026**

**VKS - Resource Tag**

**Resource Tag** lets you manage a set of key/value labels across all resources — including **Servers** and **Volumes** — that belong to a Node Group.

* Learn more at [Resource Tag](broken://pages/htNE8VVsAm3ayKopX6dd).
* VKS API Docs: [VKS API](https://docs.api.vngcloud.vn/service-docs/vks-api.html).
* Terraform documentation for creating a node group as Infrastructure as Code: [VKS Terraform](https://registry.terraform.io/providers/vngcloud/vngcloud/latest/docs/resources/vks_cluster_node_group).

**May 2026**

**vMonitor - Export vLB access logs to vDB**

vMonitor now lets you export vLB **access logs** to your own **vDB Kafka** or **vDB OpenSearch** cluster, so you can store, search, and analyze logs on your own terms.

* Two independent destinations: vDB Kafka (mTLS or SASL authentication) and vDB OpenSearch.
* Enable, switch Cluster, or disable export right from the vLB log mapping screen.
* Learn more at [Working with vLB-Log](/vng-cloud-document/vmonitor/dashboards/logs/lam-viec-voi-product-logs/lam-viec-voi-vlb-log.md).

**VKS - Usage & Limits**

The VKS Portal now includes a **Usage & Limits** page, giving you visibility into your current resource usage and configuration limits — without having to contact support to check remaining quota.

* View the number of Kubernetes Clusters in use vs. the account limit (with a percentage bar).
* View configuration limits: **Node Groups / Cluster** and **Nodes / Node Group**.
* Click **Request limit increase** to submit a limit increase request to the 24/7 support team.
* Click **View resource limits on vServer ↗** to view the full vCPU, RAM, and Disk limits on vServer.
* Learn more at [Usage & Limits](/vng-cloud-document/vks/usage-limits.md).

**GreenNode AgentBase — Phase 2**

GreenNode AgentBase releases **Phase 2** with 7 new features, completing the production-grade AI Agent platform for developer teams:

* **Marketplace:** Browse and 1-click deploy AI agents from a template library — AI Chat, Coding, Automation categories.
* **Container Registry:** Private container image repository automatically provisioned for the organization; used directly when creating a Runtime.
* **Rate Limit:** Control API call frequency by requests or tokens per model and API key.
* **MCP Governance:** MCP Gateway (centralized proxy + policy enforcement) and Policy Groups (access control by tool name, input, and output patterns).
* **AI Coding:** Connect Claude Code and OpenAI-compatible tools to GreenNode MaaS, billed via internal credit-tokens.
* **Usage & Budget:** Real-time cost dashboard by agent/model/API key; set monthly budget limits with automatic alerts at 80% and 100%.
* **Private Networking:** VPC Peering for Agent Runtime and MCP Gateway — agents reach internal services without internet exposure.
* Learn more at [AgentBase — Release Notes](/vng-cloud-document/ai-stack/agent-base/release-notes.md).

**April 2026**

**Agentbase — OpenClaw 1-Click**

GreenNode has released **OpenClaw 1-Click** on Agentbase, enabling anyone to deploy a personal AI Agent powered by OpenClaw directly from the **Agent Marketplace** — no technical knowledge required, no manual setup, ready in just 40–60 seconds.

* **Auto-connected to GreenNode MaaS:** GreenNode users are automatically granted LLM access without manually configuring API keys. Default model: **qwen3-5-27b**.
* **BYOK — Bring Your Own Key:** Supports users who want to bring their own API key from external providers (OpenAI, Anthropic, Gemini...).
* **Channel integrations:** Configure Telegram and Zalo connections directly during the deploy step.
* **My Agents:** Manage all OpenClaw instances with status filtering, stop, restart, and delete.
* Learn more at [OpenClaw 1-Click](https://github.com/vngcloud/docs/blob/main/English/ai-stack/agent-base/one-click-openclaw/openclaw-1-click.md).

**vDB - PostgreSQL Cluster (RDS)**

GreenNode has released the PostgreSQL Cluster feature for the vDB Relational service, enabling PostgreSQL deployment with a High Availability architecture, automatic Failover, and flexible scaling for production workloads.

* High Availability architecture: Supports 2 to 10 nodes with automatic failover when the Writer encounters an issue.
* Two separate RW & RO Endpoints: easily scale out heavy-read workloads.
* Built-in vBackup integration: easily configure Backup Policies and Vault Lock in Backup Center.
* Popular extensions supported: pgvector, timescaledb, postgis, pg\_stat\_statements,... suitable for use cases like VectorDB for AI, high-performance real-time analytics, ...
* Learn more at [PostgreSQL Cluster](/vng-cloud-document/vdb/relational-database-service-rds/postgresql-cluster.md).

**March 2026**

**Agentbase — AI Agent Infrastructure Platform**

GreenNode has released **Agentbase** — a purpose-built infrastructure platform for AI Agents, enabling developers to deploy and operate AI Agents on the cloud without managing servers, scaling, or credentials.

* **Runtime Service:** Deploy agents as containers with autoscaling, versioning, and zero-downtime deployment.
* **Identity Service:** Manage agent identity and automatically inject credentials into containers at runtime.
* **Memory Service:** Store conversation history (short-term) and extract semantic facts (long-term).
* **GreenNode MaaS integration:** Direct connection to LLM models via an OpenAI-compatible API.
* Learn more at [Agentbase](/vng-cloud-document/ai-stack/agent-base.md).

**VKS - Multi-AZ Control Plane**

VKS (VNG Kubernetes Engine) now officially supports deploying Kubernetes Clusters with the Control Plane distributed across **multiple Availability Zones (AZs)**, ensuring **High Availability** for your cluster. If one AZ experiences an outage, the Control Plane continues to operate normally thanks to redundant instances in other AZs. This feature can be combined with both **Public Cluster** and **Private Cluster**.

* **Free of charge** during the initial release period. Official pricing will be announced at a later date.
* Learn about the concept and management at [Multi-AZ Control Plane](/vng-cloud-document/vks/clusters/multi-az-control-plane.md).
* Step-by-step creation guide at [Create a Multi-AZ Cluster](/vng-cloud-document/vks/getting-started/create-a-multi-az-cluster.md).
* API documentation: [VKS API](https://docs.api.vngcloud.vn/service-docs/vks-api.html) | Terraform documentation: [VKS Terraform](https://registry.terraform.io/providers/vngcloud/vngcloud/latest/docs/resources/vks_cluster).
  {% endtab %}

{% tab title="New products/services" %}
**March 2026**

**Agentbase**

GreenNode has released **Agentbase** — a purpose-built infrastructure platform for AI Agents, enabling developers to deploy and operate AI Agents on the cloud without managing servers, scaling, or credentials. Agentbase includes built-in Identity Service, Runtime Service, and Memory Service, with direct integration to GreenNode MaaS (OpenAI-compatible). Learn more at [Agentbase](/vng-cloud-document/ai-stack/agent-base.md).

**January 2026**

**Model as a Service (MAAS)**

MAAS provides AI models as a service, making it easy for customers to use models on a centralized management platform in a simple and cost-effective way.

Learn more about how to create the service here or experience the service now [here](https://docs.vngcloud.vn/vng-cloud-document/vn/ai-stack/ai-platform/model-as-a-service).

**vWAF (Web Application Firewall)**

vWAF is an Nginx-based web application firewall service that acts as a reverse proxy to filter and monitor HTTP/S traffic between users and web applications. In terms of application protection features, vWAF supports IP Geolocation, IP Blacklist/Whitelist, NDay Rules - Application Rules, CSP Header, HTTP/2, and OWASPTop 10 protection (including SQLi, XSS, CSRF, RCE, SSRF). vWAF provides bot and DDoS protection, including features such as Anti-bot protection, Advanced Bot Management, Whitelist Good Bots, and prevention of common web attacks like SQLi, XSS, and RCE at the application layer (Layer 7). In addition, vWAF offers management, monitoring, and reporting features such as Reporting, API Access, Realtime Dashboard, Multi-User Management, Request Logs, and Audit Logs.

Learn how to set up the service here or experience the service now [here](/vng-cloud-document/vwaf.md).
{% endtab %}
{% endtabs %}


---

# 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:

```
GET https://docs.vngcloud.vn/vng-cloud-document/overview/product-updates-all/2026.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.
