diff --git a/devops/gitops/fluxcd/cli.txt b/devops/gitops/fluxcd/cli.txt new file mode 100644 index 000000000..b4ab835de --- /dev/null +++ b/devops/gitops/fluxcd/cli.txt @@ -0,0 +1,5 @@ +https://fluxcd.io/flux/cmd/ +https://raw.githubusercontent.com/fluxcd/flux2/main/install/flux.sh + +curl -s https://fluxcd.io/install.sh | bash +curl -s https://fluxcd.io/install.sh | sudo bash diff --git a/devops/gitops/flux.txt b/devops/gitops/fluxcd/docs/articles.txt similarity index 66% rename from devops/gitops/flux.txt rename to devops/gitops/fluxcd/docs/articles.txt index ff2cac64b..6db548088 100644 --- a/devops/gitops/flux.txt +++ b/devops/gitops/fluxcd/docs/articles.txt @@ -1,12 +1,3 @@ -https://fluxcd.io/ -https://github.com/fluxcd/flux2 - -https://fluxcd.io/docs/ - -https://fluxcd.io/flux/cmd/ - -https://www.weave.works/technologies/what-is-flux-cd/ - 2023 https://tech.aufomm.com/how-to-use-flux-to-manage-kubernetes-declaratively/ https://github.com/liyangau/flux-demo @@ -16,8 +7,6 @@ https://itnext.io/simplify-kubernetes-resource-management-with-sveltos-carvel-yt 2022 https://earthly.dev/blog/k8s-gitops-with-fluxcd/ 2021 -Pathak - Flux CD v2 - Kubernetes GitOps (CNCFMinutes 20) of 8:36 - https://www.youtube.com/watch?v=1X3JgCnRNsw https://habr.com/ru/articles/574432/ 2020 https://medium.com/swlh/deploying-applications-in-kubernetes-using-flux-a9d171b11917 diff --git a/devops/gitops/fluxcd/docs/presentations.txt b/devops/gitops/fluxcd/docs/presentations.txt new file mode 100644 index 000000000..c558176f8 --- /dev/null +++ b/devops/gitops/fluxcd/docs/presentations.txt @@ -0,0 +1,3 @@ +2021 +Pathak - Flux CD v2 - Kubernetes GitOps (CNCFMinutes 20) of 8:36 + https://www.youtube.com/watch?v=1X3JgCnRNsw diff --git a/devops/gitops/fluxcd/flux.txt b/devops/gitops/fluxcd/flux.txt new file mode 100644 index 000000000..320eaea4c --- /dev/null +++ b/devops/gitops/fluxcd/flux.txt @@ -0,0 +1,4 @@ +https://fluxcd.io/ +https://github.com/fluxcd/flux2 + +https://fluxcd.io/docs/