Fab City OS Core Helm Chart for Kubernetes https://gitlab.fabcity.hamburg/software/fab-city-os-core-chart.git
Find a file
2022-06-21 12:26:11 +02:00
templates cleaned up initial template 2022-06-21 12:26:11 +02:00
.envrc Initial commit 2022-05-17 14:38:47 +02:00
.gitignore gitignore helm temporary folders 2022-06-08 11:27:46 +02:00
.helmignore fixed helm deployment by blacklisting nix direnv 2022-06-15 15:22:25 +02:00
Chart.lock added PostgreSQL chart dependency 2022-06-15 15:47:41 +02:00
Chart.yaml hard pinned app version in chart config 2022-06-21 12:02:38 +02:00
default.nix Initial commit 2022-05-17 14:38:47 +02:00
flake.lock Initial commit 2022-05-17 14:38:47 +02:00
flake.nix Initial commit 2022-05-17 14:38:47 +02:00
k3d-fcos-dev.yaml reconfigure kubernetes development environment 2022-06-21 12:04:56 +02:00
README.md added ReflowOS config notes 2022-06-21 12:03:02 +02:00
shell.nix removed k3s dependency since it's bundled with k3d 2022-06-08 11:26:22 +02:00
values.yaml cleaned up initial template 2022-06-21 12:26:11 +02:00

Fab City OS Core Kubernetes Helm Chart

Development

System Dependencies

If you are using the Nix Package manager you only need to install direnv to automaticly load all dependencies.

Commands

Start the development cluster

k3d cluster create --config k3d-fcos-dev.yaml

Get node labels

kubectl get nodes --show-labels

Validate chart rendering

helm install --dry-run fcos-core .

Apply the chart

helm install fcos-core .

Watch all resources

watch -n 1 kubectl get all --all-namespaces

Documentation