Multi-cloud Infrastructure as Code CLI - write once, deploy anywhere
Kite is a multi-cloud Infrastructure as Code (IaC) tool that lets you define
cloud resources using a simple .kite language and deploy them to AWS, GCP,
or Azure.
Features:
• Write once, provision anywhere - same code works across cloud providers
• Simple, readable syntax for defining infrastructure
• Native CLI with fast startup (GraalVM native image)
• Support for AWS, Google Cloud, and Microsoft Azure
Get started:
kite init myproject
kite plan
kite apply
Documentation: https://kitelang.cloud/docs
Source: https://github.com/kitecorp/kite-language