Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.46 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.46 KB

k3s cluster

Lightweight kubernetes cluster version v1.23.4+k3s1 with traefik ingress (default).

Cluster details

Applications

  • certs - lightweight certification management based on DNS, slightly modified to support k8s v1.23 API.
  • NATS - really performant message queue.
  • nfs-provisioner - bind NFS volumes as PVs.
  • whoami - static HTTP application for testing setup (SSL, etc.)

Secrets

Secrets exported as shell environment variables, through .envrc files, see the direnv project for details

Application Monitoring (WIP)

TODO:

  • Find a way to monitor containers without in-cluster prometheus instance.