Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zquestz/kube-ipfs

Kuberntes configurations for IPFS
https://github.com/zquestz/kube-ipfs

Last synced: about 1 month ago
JSON representation

Kuberntes configurations for IPFS

Awesome Lists containing this project

README

        

# kube-ipfs
Kubernetes configurations for IPFS on GCE. Note that this requires `cert-manager` if you use the ingress features.

## Deployment
1. Add a new blank disk on GCE called `ipfs-data` that is 20GB. You can always expand it later.
2. Edit `kube/ipfs-ingress.yml` with your preferred domain name.
3. Run `kubectl apply -f kube`.
4. Get your ingress IP, and setup DNS to match the changes in step 2.
5. Profit!