Skip to content
Kong Summit 2022: Where API Innovation Runs Wild  —Learn More →
Kong Logo | Kong Docs Logo
search
  • We're Hiring!
  • Docs
    • Kong Gateway
    • Konnect Cloud
    • Kong Mesh
    • Plugin Hub
    • decK
    • Kubernetes Ingress Controller
    • Insomnia
    • Kuma

    • Kong Konnect Platform

    • Docs contribution guidelines
  • Plugin Hub
  • Support
  • Community
  • Kong Academy
Request Demo
  • Kong Gateway
  • Konnect Cloud
  • Kong Mesh
  • Plugin Hub
  • decK
  • Kubernetes Ingress Controller
  • Insomnia
  • Kuma

  • Kong Konnect Platform

  • Docs contribution guidelines
    • Using the Konnect Docs
    • Key Concepts and Terms
    • Access a Konnect Account
      • Manage a Konnect Account or Plan
      • Change to a Different Plan
      • Manage Payment Methods and Invoices
      • Manage Users and Roles
      • Set up SSO with Okta
    • Account and Org Deactivation
    • License Management
    • Port and Network Requirements
    • Network Resiliency and Availability
    • Migrate from Kong Gateway to Konnect Cloud
      • Set up a Runtime
      • Configure a Service
      • Implement and Test the Service
    • Manage Konnect Cloud with decK
    • Manage Services
      • Manage Service Documentation
      • Publish a Service to Dev Portal
      • Docker
      • Kubernetes
      • Linux
      • Runtime Parameter Reference
    • Upgrade a Runtime to a New Version
    • Renew Certificates
      • Developer Registration
      • Manage Developer Access
      • Auto Approve Dev and App Registrations
      • Application Overview
      • Create, Edit, and Delete an Application
      • Enable App Registration
      • Disable App Registration
      • Manage Application Registration Requests
      • Manage Application Connections
      • Register an Application with a Service
      • Generate Credentials for an Application
      • Appearance
      • Public Portal
      • Add a Custom Domain
    • Generating Vitals Reports
    • Configure a Plugin on a Service
    • Configure a Plugin on a Route
    • Configure Global or Consumer Plugins
    • Proxy Traffic
      • Konnect API Reference

github-edit-pageEdit this page

report-issueReport an issue

enterprise-switcher-iconSwitch to OSS

On this page
  • Communication
  • Connection behavior and incident recovery
  • Backups and alternative options
Konnect Cloud
  • Home
  • Konnect Cloud
  • Deployment

Network Resiliency and Availability

Konnect Cloud deployments run in hybrid mode, which means that there is a separate control plane attached to one or more data plane nodes. These planes must communicate with each other to receive and send configuration. If communication is interrupted and either side can’t send or receive config, data plane nodes still continue proxying traffic to clients.

Whenever a data plane node receives new configuration from the control plane, it immediately loads that config into memory. At the same time, it caches the config as config.json.gz into /usr/local/kong by default.

Communication

How do the control plane and data planes communicate?
Data travelling between control planes and data planes is secured through a mutual TLS handshake.

Normally, the data plane maintains a persistent connection with the control plane. The data plane sends a heartbeat to the control plane every 30 seconds to keep the connection alive. If it receives no answer, it tries to reconnect to the control plane node after a 5-10 second random delay.

What types of data travel between the Konnect Cloud control plane and the data planes, and how?
There are two types of data that travel between the planes: configuration and telemetry. Both use the secure TCP port 443.
  • Configuration: the control plane sends configuration data to any connected data planes in the cluster.
  • Telemetry: data plane nodes send usage information to the control plane for Vitals and for account billing. Vitals tracks aggregate traffic by service, route, and the consuming application. For billing, Kong tracks the number of services, API calls, and active dev portals.

Telemetry data does not include any customer information or any data processed by the data plane. All telemetry data is encrypted using mTLS.

How frequently does data travel between the control plane and data planes?
When you make a configuration change on the control plane, that change is immediately pushed to any connected data plane nodes.

Connection behavior and incident recovery

What happens if Konnect Cloud goes down?
If the Kong-hosted control plane goes down, the control plane/data plane connection gets interrupted. You can’t access the control plane or change any configuration during this time.

A connection interruption has no negative effect on the function of your data plane proxies. They continue to proxy and route traffic normally, and any services implemented through the ServiceHub continue to work as before.

What happens if the control plane and data plane disconnect?
If the control plane and data plane become disconnected, configuration can’t travel between them. In that situation, the data plane continues to use cached configuration until it reconnects to the control plane and receives new configuration.

Whenever a connection is re-established with the CP node, the control plane always pushes the latest configuration to the data plane. It doesn’t queue up or try to apply older changes.

How long can data plane nodes remain disconnected from the control plane?
In theory, indefinitely. A data plane node will keep pinging the control plane forever, until the connection is re-established or the data plane is stopped.

The data plane proxy needs to connect to the control plane at least once. The control plane pushes configuration to the data plane, and each data plane node caches that configuration in-memory. It continues to use this cached configuration until it receives new instructions from the control plane.

There are situations that can cause further problems:

  • If the license that the data plane received from the control plane expires, the data plane stops working.
  • If the data plane node’s configuration cache file (config.json.gz) gets deleted, it loses access to the last known configuration and starts up empty.
Can I restart a data plane node if the control plane is down or disconnected?
Yes. If you restart a data plane, it uses cached configuration to continue functioning the same as before the restart.
Can I create a new data plane node when the connection is down?
No.

Backups and alternative options

Can I create a backup configuration to use in case the cache fails?
You can set the declarative_config option to load a fallback YAML config.
Can I change a data plane node’s configuration when it’s disconnected from the control plane?
Yes, if necessary, though any manual configuration will be overwritten the next time the control plane connects to the node.

You can load configuration manually in one of the following ways:

  • Copy the configuration cache file (config.json.gz) from another data plane node with a working connection and overwrite the cache file on disk for the disconnected node.
  • Remove the cache file, then start the data plane node with declarative_config to load a fallback YAML config.
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. 2022