Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ifraixedes/k8s-ify-storj-satellite
Playing around with K8s to deploy a Storj Satellite
https://github.com/ifraixedes/k8s-ify-storj-satellite
deployment k8s kubernetes storj storj-satellite
Last synced: 17 days ago
JSON representation
Playing around with K8s to deploy a Storj Satellite
- Host: GitHub
- URL: https://github.com/ifraixedes/k8s-ify-storj-satellite
- Owner: ifraixedes
- License: agpl-3.0
- Created: 2019-09-04T19:14:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T18:08:06.000Z (over 5 years ago)
- Last Synced: 2024-10-29T11:12:47.062Z (2 months ago)
- Topics: deployment, k8s, kubernetes, storj, storj-satellite
- Language: Makefile
- Size: 16.6 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# K8s-ify Storj Satellite
This repository contains my attempt to deploy a [Storj Satellite](https://gitub.com/storj/storj) on Kubernetes.
## Requirements
To run any of the _Makefile_ targets you need to install:
* [kind](https://github.com/kubernetes-sigs/kind).
* [kubectl].
* Bash shell.
* Unix commands: `awk`, `grep`.## Caveats
All the operations of this repository has been tested under Linux, so it won't work for Windows but it may work on OSX.
## License
[AGPLv3](https://www.gnu.org/licenses/agpl-3.0.en.html), see LICENSE file for more information.