You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
560 B

# Portainer
[Portainer](https://www.portainer.io/) is a Kubernetes management platform that
also works with [Docker](./docker.md).
## Setup
Portainer is a service that allows clustering.
It consist of one [server](#server) and possibly multiple [agents](#agent).
### Server
The software can be setup via [Docker](/wiki/docker.md) with the
[portainer image](./docker-images/portainer_-_portainer.md).
## Agent
An agent is a cluster of Docker API proxies.
An agent can be setup via Docker with the [portainer image](./docker-images/portainer_-_agent.md).