Lightning Talk: Extending Argo CD CLI Functionality With Plugin Support: Build Your Cust... N. Kumar
Don't miss out! Join us at our next Flagship Conference: KubeCon + CloudNativeCon events in Hong Kong, China (June 10-11); Tokyo, Japan (June 16-17); Hyderabad, India (August 6-7); Atlanta, US (November 10-13). Connect with our current graduated, incubating, and sandbox projects as the community gathers to further the education and advancement of cloud native computing. Learn more at https://kubecon.io
Lightning Talk: Extending Argo CD CLI Functionality With Plugin Support: Build Your Custom Plugins Now! - Nitish Kumar, Akuity
The Argo CD CLI has been a cornerstone for managing GitOps workflows, but until now, it lacked support for extending its capabilities through plugins. This talk introduces plugin support to the ArgoCD CLI, enabling users to create custom plugins and use them as subcommands, extending the ArgoCD CLI functionality like kubectl.
In this talk, we’ll demonstrate the new plugin system’s real-world application by showcasing a plugin we developed: mta (Migrate to Argo CD). This plugin bridges the gap between Flux and Argo CD by exporting Flux components into Argo CD-compatible Custom Resources (CRs), simplifying migrations from Flux to Argo CD.