☁️
Cloud Provisioning

Bootstrap any server in seconds

cloud-init guides, production-ready templates, and best practices for automated instance provisioning across every major cloud.

Explore Guides ↓
#cloud-config
package_update: true
packages:
  - nginx
  - certbot
  - fail2ban
runcmd:
  - systemctl enable --now nginx
  - ufw allow 'Nginx Full'

Guides & Templates

From first boot to production-ready in one cloud-config.

🚀

Getting Started

What is cloud-init, how it works, and writing your first #cloud-config. Zero to automated in 10 minutes.

🔒

Security Hardening

SSH key injection, fail2ban setup, automatic security updates, and firewall rules — all from a single config file.

🐳

Docker Bootstrap

Install Docker, configure daemon settings, pull images, and start containers — all before you SSH in for the first time.

☸️

Kubernetes Nodes

Bootstrap kubeadm workers, install containerd, configure kubelet, and auto-join the cluster. Template included.

📊

Monitoring Stack

Deploy node_exporter, promtail, and a Grafana agent on first boot. Observability from minute zero.

🗄️

Database Servers

PostgreSQL or MySQL with secure defaults, replication user, backup cron, and tuned configs — ready on first boot.

Works Everywhere

cloud-init is supported on every major cloud and hypervisor.

☁️ AWS EC2
☁️ GCP Compute
☁️ Azure VMs
🔶 DigitalOcean
🟢 Linode
🟣 Vultr
💻 Proxmox
🖥 VMware