break: migrate back to bare-metal (and ansible)

- remove docker-compose.yml
- add ansible playbook for k3s and argocd deployment
- update renovate custom manager for k3s version
- update README.md with new instructions

🤖
This commit is contained in:
Sebastian Mark 2024-09-04 21:27:49 +02:00
parent 8bc212d546
commit 13cded188f
4 changed files with 77 additions and 24 deletions

View file

@ -1,4 +1,4 @@
# k3s Kubernetes + Baseline
# k3s Kubernetes + ArgoCD + Baseline
* [k3s](https://docs.k3s.io/)
* [ArgoCD](https://argoproj.github.io/cd/)
@ -10,13 +10,13 @@
* [keel](https://keel.sh)
* [reloader](https://github.com/stakater/Reloader)
## Run (k3s + baseline)
## Run (Deploy k3s + ArgoCD + Baseline)
`docker compose up`
`ansible-playbook k3s_boostrap.yml -i <host|ip>,`
### Get kubeconfig
`docker compose exec -it k3s kubectl config view --flatten`
`cat /etc/rancher/k3s/k3s.yml`
### Add Agents