64 lines
1.2 KiB
Markdown
64 lines
1.2 KiB
Markdown
|
|
---
|
||
|
|
layout: center
|
||
|
|
---
|
||
|
|
|
||
|
|
# Infrastructure Provisioning Platform
|
||
|
|
|
||
|
|
## Why Terraform, Ansible, and Perl don't solve your infrastructure challenges
|
||
|
|
|
||
|
|
<img src="/provisioning-logo.svg" alt="Provisioning Logo" class="w-32 mx-auto mt-8" />
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## The Problem: You've Already Tried Everything
|
||
|
|
|
||
|
|
<div class="grid grid-cols-3 gap-4">
|
||
|
|
|
||
|
|
### Perl Scripts
|
||
|
|
|
||
|
|
- Custom logic works
|
||
|
|
- No standardization
|
||
|
|
- Maintenance nightmare 😱
|
||
|
|
|
||
|
|
### Terraform
|
||
|
|
|
||
|
|
- Great for IaC
|
||
|
|
- No business logic
|
||
|
|
- Drift hard to handle
|
||
|
|
|
||
|
|
### Ansible
|
||
|
|
|
||
|
|
- Imperatively powerful
|
||
|
|
- Slow execution
|
||
|
|
- No type safety
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
**Result**: None of them solve infrastructure automation *completely*
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## What If You Could Have
|
||
|
|
|
||
|
|
::left::
|
||
|
|
✅ **Type-safe configuration** (KCL language)
|
||
|
|
|
||
|
|
✅ **High-performance orchestration** (Rust)
|
||
|
|
|
||
|
|
✅ **Familiar scripting** (Nushell)
|
||
|
|
|
||
|
|
✅ **Enterprise security** (JWT, Cedar, MFA, KMS)
|
||
|
|
|
||
|
|
✅ **Multi-cloud out of box** (UpCloud, AWS, local)
|
||
|
|
|
||
|
|
::right::
|
||
|
|
✅ **Intelligent configuration** (Hierarchical loading)
|
||
|
|
|
||
|
|
✅ **Workflow automation** (85-90% token efficiency)
|
||
|
|
|
||
|
|
✅ **Smart testing** (Containerized environments)
|
||
|
|
|
||
|
|
✅ **Live interactive guides** (Copy-paste ready)
|
||
|
|
|
||
|
|
✅ **Zero-friction deployment** (TUI/headless/unattended)
|