RSSAmplifier

Blog

swrm.io

Recent content on swrm.io

swrm.ioRSS feed ↗2 posts

Latest posts

Running Home-Assistant in Kubernetes

! Note at the time of writing this is working on the following versions. Home-Assistant: 2024.9.1 Kubernetes: v1.30 Background At home I run all of my services inside a local Kubernetes cluster. Why? Because I work professionally with Kubernetes day in and out and I’d rather work with manifests in a Gitops workflow then working with an orchestration service such as Salt or Ansible. Different…

Cert-Manager-Vultr

A Cert-Manager webhhok for integrating with the VULTR DNS Service. Installation Installation is done via Helm. helm repo add swrm-io https://helm.swrm.io/ helm repo update helm upgrade --install cert-manager-vultr swrm-io/cert-manager-vultr Configuration Vultr Credentials Create a secret inside the cert-manager namespace containing your API key. apiVersion: v1 kind: Secret type: Opaque metadata:…