Skip to content
Snippets Groups Projects
  1. Oct 21, 2023
    • Sheogorath's avatar
      feat(terraform): Use sops for variables · a8e8a575
      Sheogorath authored
      This patch introduces a new provider for sops, this allows to use
      sops-encrypted data to be used e.g. to input tokens and credentails as
      well as other values into the setup. This should help to depend less on
      koolbox environment variables.
      a8e8a575
  2. Sep 30, 2023
  3. Sep 29, 2023
  4. Sep 15, 2023
  5. Sep 10, 2023
  6. Apr 01, 2023
  7. Feb 28, 2023
  8. Jan 10, 2023
  9. Dec 03, 2022
    • Sheogorath's avatar
      feat(terraform): Add initial Terrafrom setup for gateway · 021df5e0
      Sheogorath authored
      This patch finally upstreams the currently used terraform setup for the
      gateway machine at Hetzner. This should provide better insights into the
      infrastructure and help people to learn from the setup.
      
      It also helps to keep the automation level high and using terraform more
      actively to keep these servers running.
      
      The gateway server is the frontend reverse proxy for all web-originating
      traffic and provides a simple setup, that runs a L4 HAProxy to forward
      all traffic to the Kubernetes cluster, where it's terminated and handled.
      
      This allows to keep the cloud server stupid and not being able to
      compromise a connection (at least not more than any other middlebox).
      This keeps the trust away from the cloud provider.
      021df5e0
Loading