Apache CloudStack Netris Integration
About Netris Switch Fabric Netris Switch Fabric provides an intent-based approach to network management. Instead of configuring switches, routers, and firewalls manually, administrators define the desired network outcomes, Netris then translates those intents into the necessary configurations across the infrastructure. Its controller includes a REST API and graphical dashboard for visibility, automation, and lifecycle management […]
Automatic Seeding for ARM SystemVM Templates
One of the key additions in 4.20.1 is improved logic for SystemVM template seeding. When a zone contains aarch64 (ARM) hosts, CloudStack now automatically downloads and registers the appropriate aarch64 SystemVM template—reducing the need for manual intervention. Unlike x86_64 templates, the aarch64 version is not bundled with installation packages (RPM/DEB) and is downloaded on demand. […]
Apache CloudStack 4.21 FAQ: Expert Answers from ShapeBlue
What you’ll find here Practical answers about the new Extensions (XaaS) Framework, CKS/Kubernetes & CSI, GPU, Netris SDN, and more. CloudStack XaaS Extension Framework Q: What is the CloudStack XaaS Extension Framework and why was it introduced? A: The CloudStack XaaS Extension Framework allows operators and developers to integrate CloudStack with external systems such as […]
Apache CloudStack 4.20
Apache CloudStack 4.20 introduces exciting new features and enhancements, marking another milestone in cloud infrastructure management. As an LTS (Long Term Support) release, it will be maintained for 18 months, providing long-term stability and support to CloudStack deployments. Below is a summary of the major new features introduced in this version: ARM64 Support and Multi-Architecture […]
CloudStack VMware to KVM Migration Tool | CloudStack Feature Deep Dive
The recent changes in the virtualization market, particularly Broadcom’s acquisition of VMware, have compelled organisations to reassess their technology strategies. CSPs and MSPs, whose business models heavily depend on VMware, find themselves in a precarious position due to the new partnership policies imposed by Broadcom. Furthermore, the simplification of the product portfolio, the bundling of […]
VNF Appliance Integration | CloudStack Feature Deep Dive
Traditionally, Network Functions (NF) were provided by dedicated hardware appliances, such as routers, firewalls, and load balancers. This hardware could be expensive, inflexible, and difficult to manage. However, in recent years, there has been a shift towards Virtual Network Functions (VNFs), which are software-based network functions that can be deployed on virtualised infrastructure. The VNF […]
CloudStack Autoscaling I CloudStack Feature Deep Dive
Introduction Apache CloudStack 4.18 introduces the Autoscaling feature, enabling users to allocate and release Instances’ resources automatically. This feature streamlines resource management by dynamically adjusting resources to meet demand, thus ensuring optimal performance and cost efficiency . CloudStack Autoscaling removes any dependency on 3rd party hardware or software solutions. It leverages existing resources, such as […]
Volume Encryption l CloudStack Feature Deep Dive
Introduction Everyone would agree that data is the most important thing in the cloud today, and after so many breaches, encrypting data is increasingly popular among cloud service providers. Adding this additional security layer can make it even more difficult for unauthorized users to access your precious data. In this article, I’d like to introduce […]
New CloudStack Database Encryption Engine l CloudStack Feature Deep Dive
Introduction As part of its security capabilities, Apache CloudStack encrypts sensitive information such as user credentials and passwords. For over a decade, Apache CloudStack has used the StandardPBEStringEncryptor from the jasypt library to encrypt data. However, the encryption algorithm used by this library, “PBEWithMD5AndDes” is now considered insecure because it relies on outdated cryptographics, namely […]