Skip to content

v1.8.0

Latest
Compare
Choose a tag to compare
@ricsanfre ricsanfre released this 04 Jan 13:48
· 276 commits to master since this release

[v1.8.0] - 2024-01-04

K3S HA deployment and SSO support.

Release Scope:

  • K3S HA deployment.

    • 3 masters with embedded etcd database using HA proxy as Kubernetes API load balancer.
    • Ansible code update for supporting K3s single-node and HA deployments.
  • Single sign-on (SSO) solution

    • Identity Access Management solution based on Keycloak
    • OAuth2.0 Proxy deployment for securing applications not using any authentication mechanism.
    • Ingress NGINX integration with OAuth2-Proxy
    • Grafana SSO configuration. Integration with Keycloak.
  • Ingress Controller migration.

    • Ingress NGINX deployment. Traefik ingress controller deprecation.
    • ArgoCD packaged applications update to use standard Ingress resources implemented by NGINX.
  • Kafka service

    • Use of Strimzi Operator to streamline the deployment of Kafka cluster
    • Integrate Kafka Schema Registry, based on Confluent Schema Registry
    • Use of Kafka GUI, Kafdrop

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0