OpenSibleOpenSible Stack Hub
← All blueprints

Istio Service Mesh

OSS

Install Istio via the official istio-helm charts: base + istiod control plane in the istio-system namespace. Deploys sidecar-injection ready mesh; add gateways separately.

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 Istio Service Mesh and press Use.

Default variables

defaults.json
{
  "action": "helm",
  "helm_wait": true,
  "namespace": "istio-system",
  "helm_chart": "istio/istiod",
  "kubeconfig": "",
  "helm_values": "# Istio control plane values\nglobal:\n  proxy:\n    resources:\n      requests:\n        cpu: 100m\n        memory: 128Mi\npilot:\n  autoscaleEnabled: true\n  autoscaleMin: 1\n  autoscaleMax: 3\n  resources:\n    requests:\n      cpu: 200m\n      memory: 256Mi\nmeshConfig:\n  accessLogFile: /dev/stdout\n  enableTracing: false\n",
  "helm_release": "istiod",
  "helm_version": "",
  "helm_repo_url": "https://istio-release.storage.googleapis.com/charts",
  "helm_repo_name": "istio",
  "create_namespace": true
}

Versions (1)

  • v1.0.0playbook.yml