What problem does it solve?
This Skill eliminates the manual effort and guesswork of deploying and validating a private IPFS Cluster (Kubo) infrastructure, ensuring the cluster is fully functional for internal HTML artifact hosting use cases without relying on unverified assumptions.
Core Features & Use Cases
- Automated Cluster Deployment: Sets up a 3-node private IPFS Cluster with Caddy reverse proxy on a single host using Docker Compose, including automated secret generation and peer configuration.
- End-to-End Health Validation: Runs automated assertions to confirm 3 peers form correctly, content is replicated across all nodes, gateway rendering works, and failover tolerance is functional when a node goes down.
- Use Case: Ideal for teams that need to demo, test, or verify a private IPFS Cluster deployment before production use, ensuring multi-replication, private network isolation, and gateway accessibility are all working as expected.
Quick Start
Use the kubo-deploy-e2e skill to automatically deploy a 3-node private IPFS Cluster, run full end-to-end validation tests, and generate a detailed pass/fail report for your infrastructure.