OpenSibleOpenSible Stack Hub
← All blueprints

Kuma Service Mesh (kuma.io)

OSS

Envoy-based, universal service mesh from kuma.io. Deploys the kuma control plane via the official Helm chart into the kuma-system namespace in standalone mode.

by opensible· ⬇ 0 installs· Kubernetes· v1.0.0· template k8s-manifests

Use in the OpenSible console

Open Infrastructure → Stack Hub Blueprints, switch the source to Cloud hub, then pick Kuma Service Mesh (kuma.io) and press Use.

Default variables

defaults.json
{
  "action": "helm",
  "helm_wait": true,
  "namespace": "kuma-system",
  "helm_chart": "kuma/kuma",
  "kubeconfig": "",
  "helm_values": "controlPlane:\n  mode: standalone\n  replicas: 1\n  resources:\n    requests:\n      cpu: 100m\n      memory: 256Mi\n  tls:\n    general:\n      secretName: \"\"\n  envVars:\n    KUMA_STORE_UNSAFE_DELETE: \"false\"\ncni:\n  enabled: false\ningress:\n  enabled: false\n",
  "helm_release": "kuma",
  "helm_version": "",
  "helm_repo_url": "https://kumahq.github.io/charts",
  "helm_repo_name": "kuma",
  "create_namespace": true
}

Versions (1)

  • v1.0.0playbook.yml