Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@sbruzzese902 sbruzzese902 released this 09 Feb 10:02
· 42 commits to master since this release

Service Mesh add-on module release 2.0.0

Welcome to the latest release of service-mesh module of Kubernetes Fury Distribution maintained by team SIGHUP.

This is a major release that adds kuma and kong-mesh to the packages, both in standalone and multi-cluster deployments.
This release also:

  • updates Istio Operator to 1.19.3
  • introduces compatibility with Kubernetes 1.24-1.27

Upgrade procedure - Istio

  1. Update the version in your Furyfile.yml file:
bases:
    - name: service-mesh/istio-operator
      version: v2.0.0
  1. Download the module:
furyctl vendor -H
  1. Build your desired profile Kustomize base and apply it to the cluster, for example for the minimal profile run:
kustomize build /vendor/katalog/service-mesh/istio-operator/profiles/minimal | kubectl apply -f

Setup procedure - Kuma and Kong Mesh

You can follow the examples: