Apache Dubbo is an open-source RPC and microservice framework; this image ships Dubbo Admin, the web console for managing services, routing, and configuration, with a ZooKeeper registry. It runs on Ubuntu 24.04 LTS, hardened and fully patched, with the Admin console on port 80 behind authentication, a unique per-VM password generated on first boot, and registry data on a dedicated disk. Maintained by cloudimg.
## Apache Dubbo on Ubuntu 24.04 LTS
Apache Dubbo is a high-performance RPC and microservice framework. This image provides Dubbo Admin — the web control plane for service discovery, traffic routing, dynamic configuration, and service governance — backed by a ZooKeeper registry, built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base.
### What's included
### Getting started
Retrieve the generated password with `sudo cat /root/dubbo-credentials.txt`, then sign in at the VM's public IP. Register Dubbo providers/consumers against the ZooKeeper registry and manage them from the console. The deployment guide on cloudimg.co.uk covers registry configuration and service governance.