1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-09-13 18:41:35 +02:00
Files
wiki/wiki/portainer.md
2026-04-03 09:12:03 +02:00

20 lines
558 B
Markdown

# Portainer
[Portainer](https://www.portainer.io/) is a Kubernetes management platform that
also works with [Docker](/wiki/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](/wiki/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](/wiki/docker/portainer_-_agent.md).