WeSearch

Flux OCIRepository: the GitOps that stopped using Git

·10 min read · 0 reactions · 0 comments · 12 views
#gitops#devops#kubernetes
Flux OCIRepository: the GitOps that stopped using Git
⚡ TL;DR · AI summary

Flux has shifted its GitOps approach from using Git as the primary source to utilizing OCI registries. This change allows for a more efficient and secure method of managing configurations by treating the registry as the source of truth. The move aims to simplify the process and enhance security by removing the complexities associated with Git authentication and history management.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3723238) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ilia Gusev Posted on May 20 • Originally published at podostack.com Flux OCIRepository: the GitOps that stopped using Git #kubernetes #gitops #devops #cncf Originally published on Podo Stack Ask ten platform engineers what GitOps means and at least eight will say "the cluster pulls manifests from Git." That's the part everyone remembers, and it's the part Flux is quietly walking away from. The new default isn't Git.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)