3c462b9dd1
Depends-On: Id4f234068600564fa18e73aba08f6e43893456ee Implements: blueprint zun-installation-guide Change-Id: If987b7034c98eeee3c69f65d9e0b047d26ec0dc4
950 B
950 B
Container service overview
The Container service consists of the following components:
zun-api
-
An OpenStack-native REST API that processes API requests by sending them to the
zun-compute
over Remote Procedure Call (RPC). zun-compute
-
A worker daemon that creates and terminates containers through Docker API Manage containers and compute resources in local host.
zun-wsproxy
-
Provides a proxy for accessing running containers through a websocket connection.
Optionally, one may wish to utilize the following associated projects for additional functionality:
- python-zunclient
-
A command-line interface (CLI) and python bindings for interacting with the Container service.
- zun-ui
-
The Horizon plugin for providing Web UI for Zun.