Skip to content

Commit

Permalink
Fix link to deployment concepts in docs (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
petvaa01 authored and dthomson25 committed Dec 12, 2019
1 parent f07420a commit 1d35ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Argo Rollouts - Advanced Kubernetes Deployment Controller

## What is Argo Rollouts?
Argo Rollouts introduces a new custom resource called a Rollout to provide additional deployment strategies such as Blue Green and Canary to Kubernetes. The Rollout custom resource provides feature parity with the deployment resource with additional deployment strategies. Check out the [Deployment Concepts](#deployment-concepts) for more information on the various deployment strategies.
Argo Rollouts introduces a new custom resource called a Rollout to provide additional deployment strategies such as Blue Green and Canary to Kubernetes. The Rollout custom resource provides feature parity with the deployment resource with additional deployment strategies. Check out the [Deployment Concepts](deployment-concepts.md) for more information on the various deployment strategies.

## Why Argo Rollouts?
Deployments resources offer two strategies to deploy changes: `RollingUpdate` and `Recreate`. While these strategies can solve a wide number of use cases, large scale production deployments use additional strategies, such as blue-green or canary, that are missing from the Deployment controller. In order to use these strategies in Kubernetes, users are forced to build scripts on top of their deployments. The Argo Rollouts controller provides these strategies as simple declarative, configurable, GitOps-friendly options.
Expand Down

0 comments on commit 1d35ab8

Please sign in to comment.