Skip to content

hegerdes/GitOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c8356a · Mar 22, 2025
Jan 21, 2025
Aug 2, 2024
Mar 15, 2025
Mar 22, 2025
Mar 22, 2025
Jan 21, 2025
Feb 23, 2025
Feb 3, 2025
May 21, 2023
Sep 24, 2024

Repository files navigation

GitOps

Content

This repo contains a collection of tools and examples about the GitOps operation mode, mostly based on Kubernetes. It is separated on two categories: Infrastructure and Services

GitOps Infrastructure

In the infra directory are infrastructure as code (IaC) setups to repeatedly create consistent compute resources. It includes:

  • hcloud Packer Script for Talos
  • hcloud Packer Script for generic operating systems
  • hcloud Terraform/OpenTofu declarations for fully day2 managed Talos via node groups
  • hcloud Terraform/OpenTofu declarations for generic operating systems via node groups

GitOps Services

In the k8s-apps and k8s-cluster-hcloud-critical directory are ArgoCD Applications and generic Kubernetes Manifests vor various Kubernetes based services. Including:

  • argocd
  • cert-manager
  • external-dns-aws
  • external-dns-azure
  • external-dns-cloudflare
  • external-secrets
  • gitlab-agent
  • grafana-flow-agent
  • hcloud
  • metrics
  • nginx-ingress
  • oauth2-proxy
  • secret-store-csi
  • tailscale

Notes

Either with only these resources (for Talos) or with the help of my hegerdes/ansible-playbooks one can create fully working and customizable Kubernetes setups that are reproducible and maintainable.