{{ define "hero" }} {{ partial "hero" (dict "title" "Convert Your Kubernetes YAML to Pulumi") }}

If you already have some Kubernetes YAML and want to see what it would look like in your favorite language, we've got you covered. This conversion tool will do the magic of translating your YAML into modern code using Pulumi.

{{ partial "convert" (dict "from" "kube" "examples" .Params.examples) }}
{{ end }} {{ define "main" }} {{ partial "get-started.html" . }}

Learn More

Pulumi is a universal infrastructure as code platform that supports many clouds and many languages. It supports any Terraform provider in addition to great native providers like Kubernetes.

Pulumi + Kubernetes

Pulumi is a comprehensive infrastructure as code platform. Instead of using proprietary DSLs, you can use the industry's best languages and tools, with real sharing and reuse.

Learn more

Check Out the Tool

The tool that powers this webpage is called kube2pulumi. It's open source and you can download it to tackle more complex conversions.

Get it now
{{ partial "hand-raise-section" . }} {{ end }}