Posts in 2021
January 2021 Update
2021-01-06 in Blog
tl;dr: This month's edition of updates on Flux v2 developments - 0.5.0 release, Flagger as a Flux project, first Alpha of Image Update functionality, new guides and more.
Before we get started, what is GitOps? If you are new to the community and GitOps, you might want to check out the GitOps manifesto or the official GitOps FAQ. The Road to Flux v2 The Flux community has set itself very ambitious goals for version 2 and as it’s a multi-month project, we strive to inform you each month about what has already landed, new possibilities which are available for …
Posts in 2020
December Update
2020-12-01 in Blog
tl;dr: This month's edition of updates on Flux v2 developments - 0.4.0 release, new website, new maintainer, new guides and more.
Before we get started, what is GitOps? If you are new to the community and GitOps, you might want to check out the GitOps manifesto or the official GitOps FAQ. The Road to Flux v2 The Flux community has set itself very ambitious goals for version 2 and as it’s a multi-month project, we strive to inform you each month about what has already landed, new possibilities which are available for …
Posts in 0001
0001-01-01 in Blog
tl;dr:
Writing blog posts here Here are some tips and tricks on how to do add blog posts to https://fluxcd.io. Tips Coming from Google Docs Often we draft posts in Google Docs. To transform them into Markdown, you might want to Save as Microsoft Word document (.docx). Transform into Markdown by running pandoc -i blog-post.docx -f docx -t markdown -o blog-post.md You will need to tidy this up, but it …