Skip to main content
DevOps 2 min read 487 views

Docker Launches Kanvas to Challenge Helm and Kustomize

Docker's new Kanvas platform automatically converts Docker Compose files to Kubernetes artifacts, challenging established tools with visual Infrastructure as Code.

TD

TechDrop Editorial

Share:

Docker has launched Kanvas, a new platform designed to bridge the gap between local development and cloud production. Developed in partnership with Layer5, Kanvas automatically converts Docker Compose files into Kubernetes artifacts, challenging established tools like Helm and Kustomize.

How Kanvas Works

Kanvas takes a visual, Infrastructure as Code approach to Kubernetes deployment:

  • Compose to Kubernetes: Automatically converts docker-compose.yml files to Kubernetes manifests
  • Visual interface: Provides graphical representations of deployment architectures
  • Simplified workflows: Reduces the learning curve for teams new to Kubernetes

Challenging the Incumbents

Kanvas enters a market dominated by established tools:

  • Helm: The de facto package manager for Kubernetes with extensive chart ecosystem
  • Kustomize: Built into kubectl for configuration customization without templating
  • ArgoCD/Flux: GitOps tools for continuous deployment

Docker's advantage is the existing familiarity of Docker Compose among developers. Teams already using Compose for local development can transition to Kubernetes production deployments with minimal learning.

Target Audience

Kanvas appears aimed at:

  • Teams migrating from Docker Compose to Kubernetes
  • Organizations seeking simpler Kubernetes adoption paths
  • Developers who prefer visual tools over YAML editing

Layer5 Partnership

Layer5, known for the Meshery service mesh management platform, brings cloud-native expertise to the partnership. The collaboration combines Docker's developer reach with Layer5's Kubernetes tooling experience.

Related Articles

DevOps 2 min read

Docker Engine 29.3 Ships with Native gRPC Support and BuildKit v0.28

Docker Engine 29.3.0 introduces native gRPC support on listening sockets, BuildKit v0.28.0, and a new bind-create-src option for flexible volume mounting. The release lowers the minimum API version to v1.40 for broader backward compatibility and fixes DNS configuration corruption during daemon reloads.