Skip to content

v1.0.0

Compare
Choose a tag to compare
@ricsanfre ricsanfre released this 25 Nov 14:19
· 1277 commits to master since this release
f2e3e10

[v1.0.0] - 2021-11-18

pi-cluster initial complete release.

Release Scope:

  • Kuberentes K3S deployment on Raspeberry-PI 4 based nodes
  • Centralized Storage Architecture using iSCSI SAN server.
  • Configuration of basic Kubernetes services
    • Traefik as Ingress Controller
    • Metallb as Load Balancer
    • CertManager as SSL certificates manager
    • Longhorn as distributed storage solution
    • EFK as centralized logging solution
    • Prometheus as monitoring solution
  • Automation through cloud-init and Ansible
    • Cloud-init configuration files for initial setup of the cluster nodes
    • Ansible playbooks and roles for automatically configure OS, install K3S and install basic services
  • Documentation of the installation and configuration process