Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mharikmert/mharikmert.dev-infra
Continuous delivery workflow using FluxCD and GitOps on Kubernetes
https://github.com/mharikmert/mharikmert.dev-infra
continous-delivery flux fluxcd gitops gitops-toolkit kubernetes
Last synced: 20 days ago
JSON representation
Continuous delivery workflow using FluxCD and GitOps on Kubernetes
- Host: GitHub
- URL: https://github.com/mharikmert/mharikmert.dev-infra
- Owner: mharikmert
- Created: 2022-11-15T07:50:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T05:18:58.000Z (about 1 year ago)
- Last Synced: 2023-10-05T12:32:14.542Z (about 1 year ago)
- Topics: continous-delivery, flux, fluxcd, gitops, gitops-toolkit, kubernetes
- Homepage: https://infra.mharikmert.dev
- Size: 791 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mharikmert.dev-infra
Continuous delivery workflow for [mharikmert.dev](https://mharikmert.dev)'s infrastructure using FluxCD and GitOps on Kubernetes## Flux Bootstrap command with extra-components
```bash
flux bootstrap github \
--components-extra=image-reflector-controller,image-automation-controller \
--owner=$GITHUB_USER \
--repository=mharikmert.dev-infra \
--branch=master \
--path=clusters/mharikmert.dev \
--read-write-key \
--version=v2.0.0 # set the toolkit version to avoid upgrading the latest version in each bootstrap.
```
## Architecture
You can view the architecture from https://infra.mharikmert.dev