This is an automated email from the ASF dual-hosted git repository.
weizhouapache pushed a commit to branch 4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/4.22 by this push:
new 85a2783d Netris enhancement Notes (#666)
85a2783d is described below
commit 85a2783d75873d721ea81f9653201b2403481b7c
Author: Pearl Dsilva <[email protected]>
AuthorDate: Wed Sep 2 03:07:51 2026 -0400
Netris enhancement Notes (#666)
---
source/plugins/netris-plugin.rst | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/source/plugins/netris-plugin.rst b/source/plugins/netris-plugin.rst
index dabf063b..41109d42 100644
--- a/source/plugins/netris-plugin.rst
+++ b/source/plugins/netris-plugin.rst
@@ -246,4 +246,15 @@ Supported VPC Services
- **Destination Address**: The ACL rule CIDR
- **Destination Port**: X-Y, where:
- *X*: The ACL rule start port
- - *Y*: The ACL rule end port
\ No newline at end of file
+ - *Y*: The ACL rule end port
+
+From Apache CloudStack version 4.22.2.0 onwards, Netris plugin has been
enhanced to support the following:
+
+- CloudStack Kubernetes Service (CKS) integration with Netris plugin, allowing
the creation of Kubernetes clusters on VPCs managed by Netris. Unlike the
traditional CKS integration, with Netris, the Kubernetes cluster acquires
separate public IPs for port forwarding and load balancing, which are managed
by Netris. This is done because Netris has separate purposes for public IPs,
such as 'nat' and 'load-balancer', which are used for port forwarding and load
balancing respectively. The Net [...]
+- Source NAT, Port Forwarding, Static NAT and Load Balancing is supported on
secondary IPs
+- Support for L2 networks - The Netris plugin now supports L2 networks. This,
on Netris creates a VPC and a single vNet (tier) for the L2 network without any
gateway
+- Support for VNF appliances which depends on L2 networks
+- Support for VPC redundant routers for Netris based VPCs
+- Netris based VPC offerings now support VPN service by default, which enables
VPN gateway support for Netris based VPCs created with custom VPC offerings
+- Support for enabling autoscaling for Dual-Stack VPCs when LB service is
enabled on the offering
+