Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zquestz/kube-fulcrum
Kubernetes configuration for Fulcrum
https://github.com/zquestz/kube-fulcrum
Last synced: about 1 month ago
JSON representation
Kubernetes configuration for Fulcrum
- Host: GitHub
- URL: https://github.com/zquestz/kube-fulcrum
- Owner: zquestz
- License: mit
- Created: 2023-11-01T01:20:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T00:04:29.000Z (about 2 months ago)
- Last Synced: 2024-11-14T01:18:15.836Z (about 2 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kube-fulcrum
Kubernetes configurations for Fulcrum on GCE.
## Deployment
1. Add a new blank disk on GCE called `fulcrum-data` that is 100GB.
2. Update `main.conf` with your hostname, bitcoind credentials and any custom settings.
3. Base64 encode `main.conf`, and paste it in `kube/fulcrum-secrets.yml`.
4. Run `kubectl apply -f kube/fulcrum-certs-job.yml` to setup your self signed cert. To make things simpler, self signed certs are in `/data` and production certs are in `/config`. Just make sure to point to the correct ones in your configuration.
5. Run `kubectl apply -f kube/fulcrum-secrets.yml` to deploy your Fulcrum configuration.
6. Run `kubectl apply -f kube/fulcrum-deployment.yml` to deploy Fulcrum. Make sure the logs look okay.
7. Deploy the required services, the only required service is `fulcrum-srv.yml`.```sh
kubectl apply -f kube/fulcrum-admin-srv.yml
kubectl apply -f kube/fulcrum-stats-srv.yml
kubectl apply -f kube/fulcrum-srv.yml
```