01 · Kubernetes without YAML

An infrastructureyou can draw.

You place blocks on a canvas: applications, databases, networking. The platform writes the Kubernetes manifests, applies them and keeps them true. The YAML still exists, you just never type it.

0
lines of YAML to write
100 %
of generated manifests exportable
4
block families on the canvas

YAML is the toll booth of Kubernetes.

Kubernetes became the orchestration standard, and its entry ticket never changed: hundreds of configuration lines where one bad indentation costs an evening. That toll filters teams by patience rather than by need. The canvas removes it without taking anything away from the engine.

Four block families, one way to place them.

Everything that deploys is described with these four.

01

Applications

Your code, from a Git repository or a Docker image. Resources, domains and variables are set inside the block.

02

Databases

PostgreSQL, MySQL, Redis as managed blocks, with backups configured in the same place.

03

Networking

Exposure, domains and TLS. Certificates are issued and renewed on their own.

04

Jobs

Crons and one-off tasks, with their own resource limits.

What the platform writes for you.

From a placed block to an updated cluster.

01canvasYou place or modify a block.
02generateThe matching manifests are generated: deployments, services, ingress, autoscaling.
03validateThe whole set is checked for consistency before anything is applied.
04applyThe cluster converges to the described state. Version history is kept.

Write the manifests, or generate them.

YAML + KUBECTL

Manifests by hand

Access to every exotic option of the Kubernetes API
Whole-set consistency checked before applying
Readable by the whole team, not just the expert
Standard, exportable manifests
Indentation mistake possible on a Friday night
BLOCKS + GENERATION

Fransys canvas

Access to every exotic option of the Kubernetes API
Whole-set consistency checked before applying
Readable by the whole team, not just the expert
Standard, exportable manifests
Indentation mistake possible on a Friday night

What people ask about the canvas.

Yes, at any time. The manifests are standard Kubernetes resources, readable and exportable. The canvas is an interface on top of the standard, not a proprietary format.

€5 free credit, no credit card

Send us your bill.We will tell you what we see in it.

A line-by-line costed estimate within 48 hours, with no commitment.

Request an estimateSee pricing