-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
6 changed files
with
30 additions
and
15 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: "Continuous Delivery" | ||
ring: adopt | ||
quadrant: methods-and-patterns | ||
tags: [devops] | ||
--- | ||
|
||
Continuous Delivery (CD) is a software development practice where code changes are automatically prepared for a release to production. | ||
|
||
There are several CHT tools that currently provide Continuous Delivery (such as CHT Conf and CHT Watchdog), which translates in release creation automation upon code merge to the main branch. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: "Helm" | ||
ring: adopt | ||
quadrant: platforms-and-aoe-services | ||
tags: [infrastructure, devops] | ||
--- | ||
|
||
[Helm](https://helm.sh/) is a package manager for Kubernetes. It simplifies the deployment of applications into a Kubernetes cluster and provides additional features such as versioning and rollbacks. | ||
|
||
Helm is used for managing CHT deployments within Kubernetes, which makes templating Kubernetes configuration files easy (also known as Helm charts). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: "lua" | ||
ring: stop | ||
quadrant: languages-and-frameworks | ||
tags: [infrastructure] | ||
--- | ||
|
||
[Lua](https://www.lua.org/) is only used in HAProxy to mask credentials from being logged in the audit log, and it will be removed when audit logging is fixed. |