Skip to content
Kong Logo | Kong Docs Logo
search
  • We're Hiring!
  • Docs
    • Kong Gateway
    • Kong Konnect
    • Kong Mesh
    • Plugin Hub
    • decK
    • Kubernetes Ingress Controller
    • Insomnia
    • Kuma

    • Docs contribution guidelines
  • Plugin Hub
  • Support
  • Community
  • Kong Academy
Get a Demo Start Free Trial
  • Kong Gateway
  • Kong Konnect
  • Kong Mesh
  • Plugin Hub
  • decK
  • Kubernetes Ingress Controller
  • Insomnia
  • Kuma

  • Docs contribution guidelines
  • 2.1.x (latest)
  • 2.0.x
  • 1.9.x
  • 1.8.x
  • 1.7.x
  • 1.6.x
  • 1.5.x
  • 1.4.x
  • 1.3.x
  • 1.2.x
  • 1.1.x
  • 1.0.x
    • Introduction to Kong Mesh
    • What is Service Mesh?
    • How Kong Mesh works
    • Deployments
    • Version support policy
    • Stability
    • Release notes
    • Installation Options
    • Kubernetes
    • Helm
    • OpenShift
    • Docker
    • Amazon ECS
    • Amazon Linux
    • Red Hat
    • CentOS
    • Debian
    • Ubuntu
    • macOS
    • Windows
    • Explore Kong Mesh with the Kubernetes demo app
    • Explore Kong Mesh with the Universal demo app
    • Standalone deployment
    • Multi-zone deployment
    • License
    • Overview
    • Data plane proxy
    • Data plane on Kubernetes
    • Data plane on Universal
    • Gateway
    • Zone Ingress
    • Zone Egress
    • CLI
    • GUI
    • Observability
    • Inspect API
    • Kubernetes Gateway API
    • Networking
    • Service Discovery
    • DNS
    • Kong Mesh CNI
    • Transparent Proxying
    • IPv6 support
    • Non-mesh traffic
    • Secure access across Kong Mesh components
    • Secrets
    • Kong Mesh API Access Control
    • API server authentication
    • Data plane proxy authentication
    • Zone proxy authentication
    • Data plane proxy membership
    • Dataplane Health
    • Fine-tuning
    • Control Plane Configuration
    • Upgrades
    • Requirements
    • Introduction
    • General notes about Kong Mesh policies
    • Applying Policies
    • How Kong Mesh chooses the right policy to apply
    • Understanding TargetRef policies
    • Protocol support in Kong Mesh
    • Mesh
    • Mutual TLS
    • Traffic Permissions
    • Traffic Route
    • Traffic Metrics
    • Traffic Trace
    • Traffic Log
    • Locality-aware Load Balancing
    • Fault Injection
    • Health Check
    • Circuit Breaker
    • Proxy Template
    • External Service
    • Retry
    • Timeout
    • Rate Limit
    • Virtual Outbound
    • MeshGateway
    • MeshGatewayRoute
    • Service Health Probes
    • MeshAccessLog (Beta)
    • MeshCircuitBreaker (Beta)
    • MeshFaultInjection (Beta)
    • MeshHealthCheck (Beta)
    • MeshHTTPRoute (Beta)
    • MeshProxyPatch (Beta)
    • MeshRateLimit (Beta)
    • MeshRetry (Beta)
    • MeshTimeout (Beta)
    • MeshTrace (Beta)
    • MeshTrafficPermission (Beta)
    • Overview
    • HashiCorp Vault CA
    • Amazon ACM Private CA
    • cert-manager Private CA
    • OPA policy support
    • MeshOPA (beta)
    • Multi-zone authentication
    • FIPS support
    • Certificate Authority rotation
    • Role-Based Access Control
    • UBI Images
    • Windows Support
    • Auditing
    • HTTP API
    • Annotations and labels in Kubernetes mode
    • Kong Mesh data collection
      • Mesh
      • CircuitBreaker
      • ExternalService
      • FaultInjection
      • HealthCheck
      • MeshGateway
      • MeshGatewayRoute
      • ProxyTemplate
      • RateLimit
      • Retry
      • Timeout
      • TrafficLog
      • TrafficPermission
      • TrafficRoute
      • TrafficTrace
      • VirtualOutbound
      • Dataplane
      • ZoneEgress
      • ZoneIngress
      • kuma-cp
      • kuma-dp
      • kumactl
    • Kuma-cp configuration reference
    • Open source License
    • Contribute to Mesh

github-edit-pageEdit this page

report-issueReport an issue

enterprise-switcher-iconSwitch to OSS

On this page
  • CertificateAuthorityBackend
  • Networking
  • Tracing
  • TracingBackend
  • DatadogTracingBackendConfig
  • ZipkinTracingBackendConfig
  • Logging
  • LoggingBackend
  • FileLoggingBackendConfig
  • TcpLoggingBackendConfig
  • Routing
Kong Mesh
2.1.x (latest)
  • Home
  • Kong Mesh
  • Generated
  • Resources
  • Mesh

Mesh

  • mtls (optional)

    mTLS settings. +optional

    • enabledBackend (required)

      Name of the enabled backend

    • backends (required, repeated)

      List of available Certificate Authority backends

      • name (required)

        Name of the backend

      • type (required)

        Type of the backend. Has to be one of the loaded plugins (Kuma ships with builtin and provided)

      • dpCert (optional)

        Dataplane certificate settings

        • rotation (optional)

          Rotation settings

          • expiration (optional)

            Time after which generated certificate for Dataplane will expire

        • requestTimeout (optional)

          Timeout on request to CA for DP certificate generation and retrieval

      • conf (optional)

        Configuration of the backend

      • mode (optional, enum)

        Mode defines the behaviour of inbound listeners with regard to traffic encryption

        • STRICT

        • PERMISSIVE

      • rootChain (optional)

        • requestTimeout (optional)

          Timeout on request for to CA for root certificate chain.

  • tracing (optional)

    Tracing settings. +optional

    • defaultBackend (required)

      Name of the default backend

    • backends (required, repeated)

      List of available tracing backends

      • name (required)

        Name of the backend, can be then used in Mesh.tracing.defaultBackend or in TrafficTrace

      • sampling (optional)

        Percentage of traces that will be sent to the backend (range 0.0 - 100.0). Empty value defaults to 100.0%

      • type (required)

        Type of the backend (Kuma ships with ‘zipkin’)

      • conf (required)

        Configuration of the backend

  • logging (optional)

    Logging settings. +optional

    • defaultBackend (required)

      Name of the default backend

    • backends (required, repeated)

      List of available logging backends

      • name (required)

        Name of the backend, can be then used in Mesh.logging.defaultBackend or in TrafficLogging

      • format (optional)

        Format of access logs. Placeholders available on https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log

      • type (required)

        Type of the backend (Kuma ships with ‘tcp’ and ‘file’)

      • conf (required)

        Configuration of the backend

  • metrics (optional)

    Configuration for metrics collected and exposed by dataplanes.

    Settings defined here become defaults for every dataplane in a given Mesh. Additionally, it is also possible to further customize this configuration for each dataplane individually using Dataplane resource. +optional

    • enabledBackend (optional)

      Name of the enabled backend

    • backends (optional, repeated)

      List of available Metrics backends

      • name (optional)

        Name of the backend, can be then used in Mesh.metrics.enabledBackend

      • type (optional)

        Type of the backend (Kuma ships with ‘prometheus’)

      • conf (optional)

        Configuration of the backend

  • networking (optional)

    Networking settings of the mesh

    • outbound (optional)

      Outbound settings

      • passthrough (optional)

        Control the passthrough cluster

  • routing (optional)

    Routing settings of the mesh

    • localityAwareLoadBalancing (optional)

      Enable the Locality Aware Load Balancing

    • zoneEgress (optional)

      Enable routing traffic to services in other zone or external services through ZoneEgress. Default: false

  • constraints (optional)

    Constraints that applies to the mesh and its entities

    • dataplaneProxy (required)

      DataplaneProxyMembership defines a set of requirements for data plane proxies to be a member of the mesh.

      • requirements (optional, repeated)

        Requirements defines a set of requirements that data plane proxies must fulfill in order to join the mesh. A data plane proxy must fulfill at least one requirement in order to join the mesh. Empty list of allowed requirements means that any proxy that is not explicitly denied can join.

        • tags (required)

          Tags defines set of required tags. You can specify ‘*’ in value to require non empty value of tag

      • restrictions (optional, repeated)

        Restrictions defines a set of restrictions that data plane proxies cannot fulfill in order to join the mesh. A data plane proxy cannot fulfill any requirement in order to join the mesh. Restrictions takes precedence over requirements.

        • tags (required)

          Tags defines set of required tags. You can specify ‘*’ in value to require non empty value of tag

          CertificateAuthorityBackend

  • name (required)

    Name of the backend

  • type (required)

    Type of the backend. Has to be one of the loaded plugins (Kuma ships with builtin and provided)

  • dpCert (optional)

    Dataplane certificate settings

    • rotation (optional)

      Rotation settings

      • expiration (optional)

        Time after which generated certificate for Dataplane will expire

    • requestTimeout (optional)

      Timeout on request to CA for DP certificate generation and retrieval

  • conf (optional)

    Configuration of the backend

  • mode (optional, enum)

    Mode defines the behaviour of inbound listeners with regard to traffic encryption

    • STRICT

    • PERMISSIVE

  • rootChain (optional)

    • requestTimeout (optional)

      Timeout on request for to CA for root certificate chain.

      Networking

  • outbound (optional)

    Outbound settings

    • passthrough (optional)

      Control the passthrough cluster

      Tracing

  • defaultBackend (required)

    Name of the default backend

  • backends (required, repeated)

    List of available tracing backends

    • name (required)

      Name of the backend, can be then used in Mesh.tracing.defaultBackend or in TrafficTrace

    • sampling (optional)

      Percentage of traces that will be sent to the backend (range 0.0 - 100.0). Empty value defaults to 100.0%

    • type (required)

      Type of the backend (Kuma ships with ‘zipkin’)

    • conf (required)

      Configuration of the backend

      TracingBackend

  • name (required)

    Name of the backend, can be then used in Mesh.tracing.defaultBackend or in TrafficTrace

  • sampling (optional)

    Percentage of traces that will be sent to the backend (range 0.0 - 100.0). Empty value defaults to 100.0%

  • type (required)

    Type of the backend (Kuma ships with ‘zipkin’)

  • conf (required)

    Configuration of the backend

    DatadogTracingBackendConfig

  • address (required)

    Address of datadog collector.

  • port (required)

    Port of datadog collector

  • splitService (optional)

    Determines if datadog service name should be split based on traffic direction and destination. For example, with splitService: true and a backend service that communicates with a couple of databases, you would get service names like backend_INBOUND, backend_OUTBOUND_db1, and backend_OUTBOUND_db2 in Datadog. Default: false

    ZipkinTracingBackendConfig

  • url (required)

    Address of Zipkin collector.

  • traceId128bit (optional)

    Generate 128bit traces. Default: false

  • apiVersion (required)

    Version of the API. values: httpJson, httpJsonV1, httpProto. Default: httpJson see https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/trace/v3/trace.proto#envoy-v3-api-enum-config-trace-v3-zipkinconfig-collectorendpointversion

  • sharedSpanContext (optional)

    Determines whether client and server spans will share the same span context. Default: true. https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/trace/v3/zipkin.proto#config-trace-v3-zipkinconfig

    Logging

  • defaultBackend (required)

    Name of the default backend

  • backends (required, repeated)

    List of available logging backends

    • name (required)

      Name of the backend, can be then used in Mesh.logging.defaultBackend or in TrafficLogging

    • format (optional)

      Format of access logs. Placeholders available on https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log

    • type (required)

      Type of the backend (Kuma ships with ‘tcp’ and ‘file’)

    • conf (required)

      Configuration of the backend

      LoggingBackend

  • name (required)

    Name of the backend, can be then used in Mesh.logging.defaultBackend or in TrafficLogging

  • format (optional)

    Format of access logs. Placeholders available on https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log

  • type (required)

    Type of the backend (Kuma ships with ‘tcp’ and ‘file’)

  • conf (required)

    Configuration of the backend

    FileLoggingBackendConfig

  • path (required)

    Path to a file that logs will be written to

    TcpLoggingBackendConfig

  • address (required)

    Address to TCP service that will receive logs

    Routing

  • localityAwareLoadBalancing (optional)

    Enable the Locality Aware Load Balancing

  • zoneEgress (optional)

    Enable routing traffic to services in other zone or external services through ZoneEgress. Default: false

Thank you for your feedback.
Was this page useful?
  • Kong
    THE CLOUD CONNECTIVITY COMPANY

    Kong powers reliable digital connections across APIs, hybrid and multi-cloud environments.

    • Company
    • Customers
    • Events
    • Investors
    • Careers Hiring!
    • Partners
    • Press
    • Contact
  • Products
    • Kong Konnect
    • Kong Gateway
    • Kong Mesh
    • Get Started
    • Pricing
  • Resources
    • eBooks
    • Webinars
    • Briefs
    • Blog
    • API Gateway
    • Microservices
  • Open Source
    • Install Kong Gateway
    • Kong Community
    • Kubernetes Ingress
    • Kuma
    • Insomnia
  • Solutions
    • Decentralize
    • Secure & Govern
    • Create a Dev Platform
    • API Gateway
    • Kubernetes
    • Service Mesh
Star
  • Terms•Privacy
© Kong Inc. 2023