Portainer is where a lot of people stopped typing docker commands by hand. The 3.0 announcement tells exactly that crowd where they stand: nothing is being taken away, but everything new is being built somewhere else. The post frames it as community access continuing. The details are narrower than the headline.
What changes
Community Edition stays on the 2.x codebase and gets none of the 3.x work. There’s no separate CE build anymore; 3.x stays free for the community under the “3 Nodes Free” program. Portainer’s explanation is the honest part: 3.x is built for an enterprise audience, and the policy model, the operations API and the single-purpose consoles all assume that shape of user. Fine. It is a different product than CE ever was.
What Docker users keep
Everything you run today keeps working. On 2.x you keep getting security updates, bug fixes and selective back-ports, and staying put is “a supported decision.” On 3.x, Docker, Podman and Swarm environments stay in the product but are ordered second, and they stop receiving new capabilities. The policy engine, GitOps and observability work is Kubernetes-only now. All the new products, Run, IDP, Command and AiGrid, are Kubernetes-only too.
Why it’s happening
By their account, every new capability had to be built three times over: once each for Docker and Podman, Swarm, and Kubernetes, and two of those substrates are no longer where the ecosystem invests. The migration pitch is explicit — Docker’s roadmap “continues to look uncertain,” and their recommendation is to move.
The path out
Portainer-D2K is a free translator that presents a synthetic Docker environment on top of Kubernetes, docker compose included, plus a Docker-compatible API so existing tooling doesn’t need a rewrite. A migration add-on is coming that turns Docker stacks into Kubernetes manifests, commits them to Git, and deploys them through native GitOps. And KubeSolo, their single-node Kubernetes, now embeds D2K and runs under 200MB of RAM.
Version-wise: 2.45 LTS is the last 2.x release, 3.0 arrives as an STS release at the end of this month, and the next LTS is 3.3 in December.
My read
Nothing you run breaks today. What stops is everything that used to arrive for it, and Portainer has been clear about where the investment goes from here.