Deploy Nacos cluster on Rainbond
OpenVSCode cloud IDE joins Rainbond integrated development system
Rainbond has the ability to quickly build an integrated development environment, and complete the whole process from the start of the code to the final launch of the business through the docking of the code warehouse webhook mechanism.By incorporating the OpenVSCode cloud IDE, the Rainbond integrated development system can be hosted on the cloud, and developers only need a browser to complete the entire process from editing to online. :::
在 Rainbond 上部署 KnowStreaming
KnowStreaming 是一套云原生的Kafka管控平台,脱胎于众多互联网内部多年的Kafka运营实践经验,专注于Kafka运维管控、监控告警、资源治理、多活容灾等核心场景。在用户体验、监控、运维管控上进行了平台化、可视化、智能化的建设,提供一系列特色的功能,极大地方便了用户和运维人员的日常使用,让普通运维人员都能成为Kafka专家。
Automatic upgrade of database structure in Rainbond
Monitoring Java applications on Rainbond with JMX Exporter
Learn how Java applications deployed on Rainbond can use the JMX Exporter to expose JVM monitoring metrics. :::
Stress testing with Locust on Rainbond
Locust makes it easy to run load tests that are distributed across multiple machines.Locust is based on events (gevent), so it can support thousands of concurrent users on a single computer.In contrast to many other event-based applications, it does not use callbacks.Instead, it uses lightweight processes via gevent.Each Locust (locust) concurrently accessing the site is actually running in its own process (Greenlet).This allows users to write very expressive scenarios in Python without having to use callbacks or other mechanisms. :::
Rainbond docking Istio principle explanation and code implementation analysis
In previous Rainbond versions, Rainbond supported a variety of different application governance modes. As an application-level plug-in, it implemented the switching of Istio governance modes.
This article will analyze the principle of Rainbond's implementation of the Istio governance model. :::
Rainbond integrates ELK/EFK through plug-ins to realize log collection
在 Rainbond 上部署 MaxKey
Detailed explanation of Rainbond Ingress pan-resolution domain name mechanism
Implementation of Istio under the Rainbond Service Mesh system
- It is impossible to choose a suitable Service Mesh framework according to different environments or customer needs.
- It is impossible to learn and use Service Mesh in the development environment, and enable the production environment on demand. :::
Use Harbor as Rainbond's default container image repository to expand Rainbond's image management capabilities
Rainbond is an integrated cloud-native application management platform. It provides an "application-centric" abstraction. Users do not need to learn K8s and containers. The platform encapsulates K8s and containers inside. It greatly improves the ease of use and the convenience of installation, but how to replace the internal components of the package is a problem. This article will explain how to use Harbor to replace the original default mirror warehouse of Rainbond.