Skip to content
Community

logo

Apache APISIX#

Chart Name Version App version
apisix 2.13.0 3.15.0

Open-Source, Community-Driven, Future-Ready#

APISIX API Gateway provides rich traffic management features like load balancing, dynamic upstream, canary release, circuit breaking, auth, and observability.

Building for large-scale, high value systems#

Apache APISIX provides open source API Gateway to help you manage microservices, delivering the ultimate performance, security, and scalable platform for all your APIs and microservices.

Prerequisites#

Deploy k0rdent v1.6.0: QuickStart

Install template to k0rdent#

helm upgrade --install apisix oci://ghcr.io/k0rdent/catalog/charts/kgst --set "chart=apisix:2.13.0" -n kcm-system

Verify service template#

kubectl get servicetemplates -A
# NAMESPACE    NAME                            VALID
# kcm-system   apisix-2-13-0                   true

Deploy service template#

apiVersion: k0rdent.mirantis.com/v1beta1
kind: MultiClusterService
metadata:
  name: apisix
spec:
  clusterSelector:
    matchLabels:
      group: demo
  serviceSpec:
    services:
    - template: apisix-2-13-0
      name: apisix
      namespace: apisix