mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-04 07:47:45 +02:00
20 lines
546 B
Markdown
20 lines
546 B
Markdown
# 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/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/portainer_-_agent.md).
|