Back
Join now
About

Popular Tags

  • react
  • ui-components
  • shadcn-ui
  • tailwind
  • typescript
  • react-components
  • llm
  • open-source
  • ui-design
  • ai-agents

Top Sources

  • github.com
  • 1771technologies.com
  • 21st.dev
  • abui.io
  • activepieces.com
  • ai-sdk.dev
  • alchemy.run
  • altsendme.com
  • animate-ui.com
  • ant.design

Browse by Type

  • Tools
  • Code
bookmrks.io - Discovery, refined.
Tags
  • argo-rollouts
    1
  • argoproj
    1
  • bluegreen
    1
  • canary
    1
  • deployments
    1
  • experiments
    1
  • gitops
    1
  • go
    1
  • hacktoberfest
    1
  • kubernetes
    1
  • progressive-delivery
    1
Website favicongithub.com
Website preview

Advanced Progressive Delivery with Argo Rollouts

Argo Rollouts enhances Kubernetes deployments with advanced strategies like canary and blue-green updates, ensuring safer application delivery.

stack
Tech Stack
AWSAWS CloudwatchGitHubMkDocsGoKubernetesFont AwesomeAnt DesignReactReact RouterTypeScriptTesting LibraryJestPrettierYarnNode.jsJavaScriptJSXSCSSBashCodecovDockerDependabotGitHub ActionsPythonCSSHelm
Summary

Argo Rollouts is a Kubernetes controller and set of CRDs that provide advanced deployment capabilities such as blue-green, canary, and progressive delivery features. It integrates with ingress controllers and service meshes to enable gradual traffic shifting during updates.

Key features include:

  • Blue-Green update strategy - Allows seamless transitions between application versions.
  • Canary update strategy - Gradually rolls out changes to a subset of users.
  • Automated rollbacks - Automatically reverts to a previous version upon failure.
  • Customizable metric queries - Integrates with various metrics providers to assess deployment success.
  • Traffic shaping integration - Works with multiple ingress controllers and service meshes.

Argo Rollouts is particularly useful in large-scale production environments where control over deployment strategies is critical to minimize risks and ensure stability.

Comments
No comments yet. Sign in to add the first comment!