From 1495b5f24032d47bf2ec898fb4d5045d2b0b67ec Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Mon, 4 Sep 2023 22:14:26 +0300 Subject: [PATCH] m --- {pl/cross/tools/ci => devops/gitops}/argo-cd.txt | 2 ++ devops/gitops/flux.txt | 12 ++++++++++++ devops/gitops/gimlet.txt | 2 ++ devops/k8s/addons/sveltos.txt | 8 ++++++++ devops/k8s/playground/killercoda.txt | 1 + devops/k8s/playground/play-with-k8s.txt | 1 + devops/k8s/plugins/mgr/krew.txt | 2 ++ .../k8s/tools/kubectl/integrations/k-kustomize.txt | 2 ++ devops/k8s/tools/kubectl/integrations/k-zsh.txt | 1 + pages/htmlcss.txt | 3 +++ security/teleport.txt | 2 ++ 11 files changed, 36 insertions(+) rename {pl/cross/tools/ci => devops/gitops}/argo-cd.txt (94%) create mode 100644 devops/gitops/gimlet.txt create mode 100644 devops/k8s/addons/sveltos.txt create mode 100644 devops/k8s/playground/killercoda.txt create mode 100644 devops/k8s/playground/play-with-k8s.txt create mode 100644 devops/k8s/tools/kubectl/integrations/k-kustomize.txt create mode 100644 devops/k8s/tools/kubectl/integrations/k-zsh.txt create mode 100644 security/teleport.txt diff --git a/pl/cross/tools/ci/argo-cd.txt b/devops/gitops/argo-cd.txt similarity index 94% rename from pl/cross/tools/ci/argo-cd.txt rename to devops/gitops/argo-cd.txt index bee6a677e..b1fe8ec86 100644 --- a/pl/cross/tools/ci/argo-cd.txt +++ b/devops/gitops/argo-cd.txt @@ -11,6 +11,8 @@ SyncWaves and Hooks: misc! argocd-notifications +https://argocd-image-updater.readthedocs.io/en/stable/ + https://github.com/argoproj-labs/argocd-image-updater https://tindevops.medium.com/argocd-folder-structure-fda9003271b2 https://medium.com/@raosharadhi11/argocd-with-vault-using-argocd-vault-plugin-dccbc302f0c2 https://blog.argoproj.io/getting-started-with-applicationsets-9c961611bcf0 diff --git a/devops/gitops/flux.txt b/devops/gitops/flux.txt index d2bbd888e..92a3502b5 100644 --- a/devops/gitops/flux.txt +++ b/devops/gitops/flux.txt @@ -3,6 +3,18 @@ https://github.com/fluxcd/flux2 https://fluxcd.io/docs/ +https://www.weave.works/technologies/what-is-flux-cd/ + +2023 +https://learn.microsoft.com/ru-ru/azure/azure-arc/kubernetes/conceptual-gitops-flux2 + !!! +https://itnext.io/simplify-kubernetes-resource-management-with-sveltos-carvel-ytt-and-flux-da960298c321 +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 +https://particule.io/en/blog/flux-kustomize/ diff --git a/devops/gitops/gimlet.txt b/devops/gitops/gimlet.txt new file mode 100644 index 000000000..f79e16e0b --- /dev/null +++ b/devops/gitops/gimlet.txt @@ -0,0 +1,2 @@ +https://gimlet.io +https://github.com/gimlet-io/gimlet diff --git a/devops/k8s/addons/sveltos.txt b/devops/k8s/addons/sveltos.txt new file mode 100644 index 000000000..12b3b7e8b --- /dev/null +++ b/devops/k8s/addons/sveltos.txt @@ -0,0 +1,8 @@ +https://projectsveltos.github.io/sveltos/ +https://github.com/orgs/projectsveltos/repositories + +2023 +https://itnext.io/how-to-deploy-break-debug-and-fix-a-guestbook-app-with-kubernetes-2e93e1f76bf5 +https://towardsdev.com/scaling-event-driven-applications-made-easy-with-sveltos-kubernetes-cross-cluster-configuration-c2c37c13b190 +2022 +https://medium.com/@gianluca.mardente/sveltos-a-solution-to-deploy-kubernetes-add-ons-in-clusterapi-powered-clusters-b9d4b48fc819 diff --git a/devops/k8s/playground/killercoda.txt b/devops/k8s/playground/killercoda.txt new file mode 100644 index 000000000..29af4d49b --- /dev/null +++ b/devops/k8s/playground/killercoda.txt @@ -0,0 +1 @@ +https://killercoda.com/playgrounds/scenario/kubernetes diff --git a/devops/k8s/playground/play-with-k8s.txt b/devops/k8s/playground/play-with-k8s.txt new file mode 100644 index 000000000..c68137ce9 --- /dev/null +++ b/devops/k8s/playground/play-with-k8s.txt @@ -0,0 +1 @@ +https://labs.play-with-k8s.com/ diff --git a/devops/k8s/plugins/mgr/krew.txt b/devops/k8s/plugins/mgr/krew.txt index efc415376..4b96c817c 100644 --- a/devops/k8s/plugins/mgr/krew.txt +++ b/devops/k8s/plugins/mgr/krew.txt @@ -1,2 +1,4 @@ https://krew.sigs.k8s.io/ https://github.com/kubernetes-sigs/krew/ + +https://krew.sigs.k8s.io/plugins/ diff --git a/devops/k8s/tools/kubectl/integrations/k-kustomize.txt b/devops/k8s/tools/kubectl/integrations/k-kustomize.txt new file mode 100644 index 000000000..028fb0950 --- /dev/null +++ b/devops/k8s/tools/kubectl/integrations/k-kustomize.txt @@ -0,0 +1,2 @@ +https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/ + https://github.com/kubernetes-sigs/kustomize diff --git a/devops/k8s/tools/kubectl/integrations/k-zsh.txt b/devops/k8s/tools/kubectl/integrations/k-zsh.txt new file mode 100644 index 000000000..fe725bed9 --- /dev/null +++ b/devops/k8s/tools/kubectl/integrations/k-zsh.txt @@ -0,0 +1 @@ +https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kubectl diff --git a/pages/htmlcss.txt b/pages/htmlcss.txt index cb1a80c25..cf383ac11 100644 --- a/pages/htmlcss.txt +++ b/pages/htmlcss.txt @@ -24,6 +24,9 @@ https://fructcode.com/ru/courses/html-and-css-advanced/ https://itvdn.com/ru/skills https://itvdn.com/ru/subscriptions +paid +https://www.udemy.com/course/web-coder + misc https://proity.ru/programming/free-html-css-courses/ diff --git a/security/teleport.txt b/security/teleport.txt new file mode 100644 index 000000000..525f9b19e --- /dev/null +++ b/security/teleport.txt @@ -0,0 +1,2 @@ +https://goteleport.com +https://goteleport.com/pricing/