https://github.com/astrolabsoftware/fink-cd
Manifests for deploying fink-broker stack over Kubernetes
https://github.com/astrolabsoftware/fink-cd
Last synced: 4 months ago
JSON representation
Manifests for deploying fink-broker stack over Kubernetes
- Host: GitHub
- URL: https://github.com/astrolabsoftware/fink-cd
- Owner: astrolabsoftware
- License: apache-2.0
- Created: 2023-07-10T07:59:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-03T12:38:40.000Z (9 months ago)
- Last Synced: 2025-10-27T02:40:30.371Z (8 months ago)
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fink-cd
Manifests for deploying fink-broker stack over Kubernetes
See argoCD best practices for further understanding:
# Quick start
Based on https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/
# Deploy fink-broker stack
# TODO line below are optional
```sh
kubectl port-forward svc/argocd-server -n argocd 8080:443
argocd login localhost:8080 --core
``
```sh
kubectl config set-context --current --namespace=argocd
# Create fink app
argocd app create fink --dest-server https://kubernetes.default.svc \
--dest-namespace argocd \
--repo https://github.com/astrolabsoftware/fink-cd.git \
--path apps --revision 748-add-support-for-argocd
# Sync fink app-of-apps
argocd app sync fink
# Synk fink apps
argocd app sync -l app.kubernetes.io/instance=fink
```
## Password for Web UI
kubectl get secret argocd-cluster -o jsonpath='{.data.admin\.password}' | base64 -d && echo
# See
https://piotrminkowski.com/2023/05/05/manage-kubernetes-operators-with-argocd/
# Strimzi 0.31.1
Strimzi is deployed using procedure below:
https://strimzi.io/docs/operators/0.31.1/deploying#deploying-cluster-operator-str