Open Source, Apache 2.0 licensed
Deploy Your Apps. Secure & Easy.
Run Containers on VMs in minutes on AWS, Google Cloud, or Proxmox.
➜
podplane cluster create
> Generated cluster configuration file `podplane.cluster.json`
> Detected `tofu` command
> Generated infrastructure configuration `./tf`
> Deployed cluster "my-cluster" via `tofu apply`
> Detected `tofu` command
> Generated infrastructure configuration `./tf`
> Deployed cluster "my-cluster" via `tofu apply`
➜
podplane login
> Opening your browser for authentication at https://auth.example.com ...
> Success! You can now use tools like kubectl with the "my-cluster" context
> Success! You can now use tools like kubectl with the "my-cluster" context
➜
podplane deploy web --name test --image ghcr.io/podplane/hello:latest
> Deploying web app test using helm...
> Success! View your app at https://my-cluster.example.com
> Success! View your app at https://my-cluster.example.com
Podplane is an Open Source Kubernetes distribution & PaaS you can run in a few minutes on your public or private cloud, with everything you need to deploy your apps built-in.
Get Started