The idea behind JINNAI is simple - to summon your very own cloud-native AI genie 🪔 that fulfills your DevOps wishes.
JINNAI lets you deploy a cluster management system on any cloud provider or on a blockchain network, using your custom toolset for worldwide infrastructure automation.
Whether you want to deploy across multiple clouds or anchor automation in decentralized systems -
JINNAI makes your wishes come true: fast, scalable, and global. 🌍
JINNAI is powered by a restrained AI model that predicts and suggests infrastructure configurations. You maintain full control over your infrastructure decisions, while JINNAI provides a comprehensive set of options and recommendations to guide your choices.
- 🌐 Cloud-agnostic orchestration - works with any major cloud or hybrid setup
- 🧩 Extensible plugin system - integrate with Terraform, Helm, Crossplane, etc.
- 🚀 Worldwide deployment - expand clusters and workloads globally
- 💫 Declarative "wish" syntax - describe what you want; JINN handles the rest
- 🤖 AI-powered infrastructure suggestions - powered by a restrained AI model that predicts and provides a wide range of options, while you make the final decisions.
- 🔗 Blockchain-backed orchestration - immutable, transparent, auditable actions configurations
jinnai init cluster --name my-cluster --tools argocd,helm, flux, crossplane
jinnai destroy cluster --name my-cluster# Ask JINNAI for infrastructure architectural recommendations
jinnai suggest --architecture web-app --scale high --region us-east-1 >> suggestions.json
# Review AI-generated options and select your preferred architecture
jinnai apply --from-suggestion suggestions.json --confirm