Skip to content

Commit f234a7d

Browse files
committed
Declarate tags used in last blog
1 parent c6e5043 commit f234a7d

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

adminforth/documentation/blog/2026-06-01-branch-sandboxing-k3s/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
slug: branch-sandboxing-k3s
33
title: "K3s Branch Sandboxing: Automating EC2 Infrastructure with GitHub Actions, Terraform, Helm & Cloudflare"
44
authors: kirilldorr
5-
tags: [aws, terraform, helm, helmfile, k3s, cloudflare, github actions]
5+
tags: [aws, terraform, helm, helmfile, k3s, cloudflare, github-actions]
66
description: "Master branch-based sandboxing! Step-by-step guide to automating K3s cluster provisioning, DNS management, and application deployments using Terraform, Helm, Cloudflare, and GitHub Actions."
77
---
88

@@ -17,6 +17,8 @@ This guide covers:
1717
- GitHub Actions workflows for automated deployments and cleanup
1818
- Monitoring and management practices
1919

20+
<!-- truncate -->
21+
2022
## Prerequisites
2123

2224
Before you begin, make sure you have the following:

adminforth/documentation/blog/tags.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,14 @@ database:
9191
helmfile:
9292
label: Helmfile
9393
permalink: /helmfile
94-
description: Helmfile is a declarative tool for managing multiple Helm charts, making it easier to deploy and manage complex Kubernetes applications.
94+
description: Helmfile is a declarative tool for managing multiple Helm charts, making it easier to deploy and manage complex Kubernetes applications.
95+
96+
cloudflare:
97+
label: Cloudflare
98+
permalink: /cloudflare
99+
description: Cloudflare is a web infrastructure and security company that provides a range of services for websites and applications.
100+
101+
github-actions:
102+
label: GitHub Actions
103+
permalink: /github-actions
104+
description: GitHub Actions is a continuous integration and continuous deployment (CI/CD) service provided by GitHub that allows you to automate your software development workflows.

0 commit comments

Comments
 (0)