Skip to content

Commit

Permalink
docs: document patterns for addressing common use cases (akuity#3309)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
  • Loading branch information
krancour authored Jan 17, 2025
1 parent d0ad490 commit 05263b1
Show file tree
Hide file tree
Showing 16 changed files with 722 additions and 17 deletions.
10 changes: 5 additions & 5 deletions docs/docs/60-new-docs/30-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ repositories, but it _is_ important that you segregate the configurations for
individual applications or services such that commits to your repository can
easily be selected or ignored on the basis of what paths they affect.

Our [Patterns](./60-user-guide/30-patterns.md) section will provide suggestions for how
to structure monorepos to enable various scenarios.
Our [Patterns](./60-user-guide/30-patterns/index.md) section will provide
suggestions for how to structure monorepos to enable various scenarios.

### _Does Kargo support microservices?_

Expand All @@ -140,15 +140,15 @@ ensure that state changes for a number of related microservices are promoted
together as a unit. There are a number of different ways to achieve this with
Kargo, depending on your specific needs.

Our [Patterns](./60-user-guide/30-patterns.md) section provides additional guidance on
this topic.
Our [Patterns](./60-user-guide/30-patterns/index.md) section provides additional
guidance on this topic.

**_Follow up question: What if I need to promote several microservices in a
specific order?_**

Kargo can accommodate this as well, and once again there are a number of ways
to approach it depending on your needs and our
[Patterns](./60-user-guide/30-patterns.md) section should help.
[Patterns](./60-user-guide/30-patterns/index.md) section should help.

### _How do I integrate with multiple Argo CD control planes?_

Expand Down
12 changes: 0 additions & 12 deletions docs/docs/60-new-docs/60-user-guide/30-patterns.md

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
717 changes: 717 additions & 0 deletions docs/docs/60-new-docs/60-user-guide/30-patterns/index.md

Large diffs are not rendered by default.

0 comments on commit 05263b1

Please sign in to comment.