Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zquestz/kube-ipfs
- Owner: zquestz
- License: mit
- Created: 2018-12-16T22:34:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T00:05:40.000Z (about 2 months ago)
- Last Synced: 2024-11-14T01:18:34.754Z (about 2 months ago)
- Language: Shell
- Size: 33.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!