Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxkane/eks-gitops
Use Flux for GitOps and demonstrate shared services platform. Companion code repo for blog post 'Flux in Actions' series.
https://github.com/zxkane/eks-gitops
continuous-delivery eks flux2 fluxcd gitops kubernetes
Last synced: about 1 month ago
JSON representation
Use Flux for GitOps and demonstrate shared services platform. Companion code repo for blog post 'Flux in Actions' series.
- Host: GitHub
- URL: https://github.com/zxkane/eks-gitops
- Owner: zxkane
- Created: 2022-02-09T08:30:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T04:25:10.000Z (over 2 years ago)
- Last Synced: 2024-07-30T17:52:52.251Z (5 months ago)
- Topics: continuous-delivery, eks, flux2, fluxcd, gitops, kubernetes
- Language: Shell
- Homepage: https://kane.mx/posts/gitops/flux-in-action-1/
- Size: 160 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![test](https://github.com/zxkane/eks-gitops/actions/workflows/test.yaml/badge.svg)](https://github.com/zxkane/eks-gitops/actions/workflows/test.yaml)
[![e2e](https://github.com/zxkane/eks-gitops/actions/workflows/e2e.yaml/badge.svg)](https://github.com/zxkane/eks-gitops/actions/workflows/e2e.yaml)# Kubernetes 基于 GitOps 工作流的部署共享服务
- [多 Kubernetes 集群管理](https://kane.mx/posts/gitops/flux-in-action-1/#1-kubernetes-%E9%9B%86%E7%BE%A4%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE-flux)
- [~~密钥管理~~](https://kane.mx/posts/gitops/flux-in-action-1/#3-%E5%AF%86%E9%92%A5%E7%9A%84%E7%AE%A1%E7%90%86)
- [集成外部密钥服务](https://kane.mx/posts/gitops/manage-k8s-secrets-in-external-secrets-manager/)
- [IM通知集成](https://kane.mx/posts/gitops/flux-in-action-1/#4-%E9%80%9A%E7%9F%A5%E9%9B%86%E6%88%90)
- [GitOps 代码持续集成](https://kane.mx/posts/gitops/flux-in-action-1/#5-gitops-%E4%BB%A3%E7%A0%81%E7%9A%84-ci)
- [多租户的管理](https://kane.mx/posts/gitops/flux-in-action-2/#%E4%B8%89%E7%A7%9F%E6%88%B7%E7%9A%84%E9%9B%86%E7%BE%A4%E8%B5%84%E6%BA%90%E7%AE%A1%E7%90%86)
- [租户的自服务持续部署](https://kane.mx/posts/gitops/flux-in-action-2/#%E5%9B%9B%E7%A7%9F%E6%88%B7%E9%9A%94%E7%A6%BB%E4%B8%94%E8%87%AA%E6%9C%8D%E5%8A%A1%E7%9A%84%E5%BA%94%E7%94%A8%E6%8C%81%E7%BB%AD%E9%83%A8%E7%BD%B2)
- [镜像更新自动部署](https://kane.mx/posts/gitops/flux-in-action-2/#%E4%BA%94%E8%87%AA%E5%8A%A8%E5%8F%91%E5%B8%83%E9%95%9C%E5%83%8F%E6%9B%B4%E6%96%B0)
## 示例应用:- [Sock Shop : A Microservice Demo Application](https://github.com/microservices-demo/microservices-demo)
- [Prestashop](https://github.com/bitnami/charts/tree/master/bitnami/prestashop)## 其他
[Crossplane on GitOps](https://kane.mx/posts/gitops/crossplane-meets-gitops/)