Fab City OS Core Helm Chart for Kubernetes https://gitlab.fabcity.hamburg/software/fab-city-os-core-chart.git
Find a file
2022-11-23 11:34:46 +01:00
nix cleaned nix env and included pre-commit flake 2022-11-22 23:26:57 +01:00
templates cleaned nix env and included pre-commit flake 2022-11-22 23:26:57 +01:00
.editorconfig fixed naming issues 2022-11-22 23:40:49 +01:00
.envrc cleaned nix env and included pre-commit flake 2022-11-22 23:26:57 +01:00
.gitignore cleaned nix env and included pre-commit flake 2022-11-22 23:26:57 +01:00
.gitlab-ci.yml fixed pipeline syntax 2022-11-23 11:34:46 +01:00
.helmignore latest changes 2022-06-27 01:33:57 +02:00
.mdlrc latest changes 2022-06-27 01:33:57 +02:00
.yamllint.yaml latest changes 2022-06-27 01:33:57 +02:00
Chart.lock update to the latest postgresql chart version 2022-11-01 13:13:34 +01:00
Chart.yaml fixed naming issues 2022-11-22 23:40:49 +01:00
CONTRIBUTING.md fixed naming issues 2022-11-22 23:40:49 +01:00
default.nix cleaned nix env and included pre-commit flake 2022-11-22 23:26:57 +01:00
flake.lock cleaned nix env and included pre-commit flake 2022-11-22 23:26:57 +01:00
flake.nix cleaned nix env and included pre-commit flake 2022-11-22 23:26:57 +01:00
k3d-dev.yaml addopted helm config to the new zenflow container 2022-10-25 13:38:56 +02:00
LICENSE added additional documentation 2022-06-21 14:56:36 +02:00
Makefile fixed naming issues 2022-11-22 23:40:49 +01:00
README.md small fixed on the docs 2022-11-22 23:51:21 +01:00
values.yaml changed to a cleaner multi-container deployment 2022-11-10 17:23:06 +01:00

Interfacer

FCOS Core Helm Chart for Kubernetes

Documentation | Website | Blog

License Matrix

FCOS Core is an operating system for communities who want to create federated and secure economic networks to foster the creation and coordination of distributed value chains.

This Helm chart is designed to be a lightweight way to configure the FCOS Core official Docker images.

Table of Contents

📖 Documentation

See our Documentation.

🚀 Getting Started

Kubernetes (K8s), is an open-source system for automating deployment, scaling, and management of containerized applications. You can run a FCOS Core instance inside your Kubernetes cluster, either if you want to expose it to the outside world or just let some other applications use it inside your cluster and take advantage of the instant and powerful search engine.

First of all, you will need a Kubernetes cluster up and running. If you are not familiar with how Kuberentes works or need some help with this step, please check the Kubernetes documentation.

Install kubectl

kubectl is the most commonly used CLI to manage a Kubernetes cluster. The installation instructions are available here.

Install helm

helm is a Command Line Interface which will automate chart management and installation on your Kubernetes cluster. To install Helm, follow the Helm installation instructions.

Install FCOS Core

From the source files

git clone https://gitlab.fabcity.hamburg/software/fcoscore-chart.git
cd fcoscore-chart
helm install fcoscore .

From the repository

helm repo add fcoscore-alpha https://gitlab.fabcity.hamburg/api/v4/projects/248/packages/helm/alpha
helm repo update fcoscore-alpha
helm install fcoscore fcoscore-alpha/fcoscore

Uninstalling the Chart

To uninstall/delete the FCOS Core deployment:

helm uninstall fcoscore

⚙️ Development Workflow and Contributing

Any new contribution is more than welcome in this project!

If you want to know more about the development workflow or want to contribute, please visit our contributing guidelines for detailed instructions!