Skip to content

Commit

Permalink
chore: refine all the SEO descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Apr 26, 2024
1 parent 464aad3 commit 4dbabca
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/posts/0001-azure-shared-image-gallery.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
date: 2024-02-15
draft: false
description: >-
Learn how Azure facilitates immutable infrastructure with The Azure Compute
Gallery to reuse and share VM images across different regions.
categories:
- Azure
- Cloud Computing
Expand Down
3 changes: 3 additions & 0 deletions docs/posts/0002-external-secret-immutable-target.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
date: 2024-02-16
draft: false
description: >-
What does the immutable flag on External Secrets operator entails and how it
can affect your secret management in the Kubernetes cluster.
categories:
- Kubernetes
- Secrets Management
Expand Down
4 changes: 3 additions & 1 deletion docs/posts/0003-kubernetes-the-hard-way.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
date: 2024-03-03
draft: false
pin: false
description: >-
How to set up Kubernetes components from scratch using Vagrant, VirtualBox,
and Ansible on your local machine without any cloud provider.
categories:
- Kubernetes
- Ansible
Expand Down
4 changes: 3 additions & 1 deletion docs/posts/0004-github-actions-dynamic-matrix.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
date: 2024-03-09
draft: false
description: Learn how to leverage GitHub Actions to define a dynamic matrix that can parallelize your jobs and increases your CI/CD throughput on-demand.
description: >-
Learn how to leverage GitHub Actions to define a dynamic matrix that can
parallelize your jobs and increases your CI/CD throughput on-demand.
categories:
- GitHub
- CI/CD
Expand Down
3 changes: 3 additions & 0 deletions docs/posts/0005-install-k3s-on-ubuntu22.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
date: 2024-03-22
draft: false
description: >-
Install K3s Kubernetes cluster on Ubuntu 22.04 using Infrastructure as Code
with OpenTofu and Ansible on Hetzner Cloud with Cilium as the CNI.
categories:
- Kubernetes
- IaC
Expand Down
4 changes: 3 additions & 1 deletion docs/posts/0006-gettings-started-with-gitops-and-fluxcd.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
date: 2024-04-06
title: "GitOps Demystified: Introduction to FluxCD for Kubernetes"
description: Explore the fundamentals of GitOps with FluxCD in our beginner-friendly guide. Learn how to automate Kubernetes deployments and enhance your delivery pipeline.
description: >-
Explore the fundamentals of GitOps with FluxCD with a practical real-world
example & automate Kubernetes deployments and delivery pipeline.
draft: false
categories:
- Kubernetes
Expand Down

0 comments on commit 4dbabca

Please sign in to comment.