https://github.com/tty47/kubelite
Resources to run Litecoin in Kubernetes
https://github.com/tty47/kubelite
Last synced: about 2 months ago
JSON representation
Resources to run Litecoin in Kubernetes
- Host: GitHub
- URL: https://github.com/tty47/kubelite
- Owner: tty47
- Created: 2022-06-20T20:31:51.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-03T13:13:32.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T10:43:46.319Z (3 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubelite
## Description
This repository contains all the resources to run `litecoin-0.18.1` in a Kubernetes cluster.
We use [docker](https://github.com/jrmanes/kubelite/blob/master/docker-ayes/Dockerfile) to create the container.
And some [Kubernetes resources](https://github.com/jrmanes/kubelite/tree/master/k8s-ftw) to run it.
We use Jenkins as a CI/CD server, we have a couple of `Jenkinsfile` that help us to [build](https://github.com/jrmanes/kubelite/tree/master/all-the-continuouses/build/Jenkinsfile) and [deploy](https://github.com/jrmanes/kubelite/tree/master/all-the-continuouses/deployment/Jenkinsfile) the containers.
I have created some scripts that help us to make some actions quickly like, create the Kubernetes secret to access to the Docker Hub registry or install Jenkins and the packages needed to execute the pipelines.
You can find them [here](https://github.com/jrmanes/kubelite/tree/master/k8s-ftw/scripts).
---
Jose Ramon Mañes
---