Skip to content

Commit

Permalink
chore(#34): Update tech adoption status for Lua and others (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj authored Jun 28, 2024
1 parent b17c287 commit 1649564
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 15 deletions.
11 changes: 0 additions & 11 deletions radar/2023-09-12/dot.md

This file was deleted.

2 changes: 1 addition & 1 deletion radar/2023-09-12/lua.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ quadrant: languages-and-frameworks
tags: [infrastructure]
---

[Lua](https://www.lua.org/) is used in HAProxy to mask credentials from being logged in the audit log. Because HAProxy is being assessed, this may be removed soon.
[Lua] is evaluated in HAProxy to mask credentials from being logged in the audit log. Because HAProxy is being assessed, this may be removed soon.
4 changes: 1 addition & 3 deletions radar/2023-09-13/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ 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.

We are assessing Helm for managing deployments within Kubernetes, which makes templating Kubernetes configuration files easy (also known as Helm charts).
[Helm](https://helm.sh/) is assessed for managing CHT deployments within Kubernetes.
10 changes: 10 additions & 0 deletions radar/2024-07-01/continuous-delivery.md
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.
10 changes: 10 additions & 0 deletions radar/2024-07-01/helm.md
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).
8 changes: 8 additions & 0 deletions radar/2024-07-01/lua.md
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.

0 comments on commit 1649564

Please sign in to comment.