Apigee Ingress is an edge load balancer that receives incoming connections and routes
them to the correct message processor. It includes two parts: the apigee-ingressgateway-manager
and apigee-ingressgateways
.
-
apigee-ingressgateway
pod routes the traffic to the right Apigee environment
based on hostname and basepath and it orchestrates traffic flow during the canary releases.
-
apigee-ingressgateway-manager
pod task is to create and update the routing configuration of the Apigee Ingress.
Kubernetes cluster
Apigee Operators (AO) creates and updates low level Kubernetes and Istio
resources that are required to deploy and maintain the ApigeeDeployment (AD) configuration. For example,
the controller carries out the release of message processors and validates
the AD configuration before making it persistent in Kubernetes cluster.
Kubernetes cluster
Acts as a runtime datastore that provides Apigee local persistent storage for KMS,
OAuth, KVMs, and caching for the runtime plane. You can have separate Cassandra rings for
KMS, OAuth, KVMs, and caching.
apigee-cassandra-defaultpods are the pods running the Hybrid Cassandra database on a Kubernetes cluster. One or more pods together make a cluster that reads, writes, and stores persistent data for Apigee Hybrid.
apigee-cassandra-user-setuppod initializes and configures the users and roles for the Cassandra database. These roles are used by Cassandra and Runtime components to read and write data to the Hybrid Cassandra database.
apigee-cassandra-schema-setuppod initializes and configures the database schema of the Hybrid Cassandra database. This pod is for setting up Cassandra keyspace and table definitions with the Hybrid Cassandra database.
Organization (one or more orgs)
The Connect Agent allows the Apigee hybrid management plane to connect securely to the MART service in the
runtime plane without requiring you to expose the MART endpoint on the internet.
Kubernetes cluster
Extracts log files and sends the data to the monitoring application associated with your
Google Cloud account (currently Cloud Operations).
Cluster (one or more organizations in the same cluster)
Exposes an endpoint to administer data entities on the runtime plane, such as KMS (API
keys and OAuth tokens), quotas, KVMs, and API products. MART services are scoped to a
single organization.
Organization
Consumes rolling updates from the management plane to provide API request processing and
policy execution on the runtime plane. Each Message Processor is scoped to a single
environment.
Environment
Collects operations metrics that you can use to monitor the health of hybrid services,
to set up alerts, and so on.
Cluster (one or more organizations in the same cluster)
Apigee Redis is used to keep track of rate limit counts in Apigee and hybrid, which applies only when the SpikeArrest policy has the effectiveCount option enabled.
Kubernetes cluster
Fetches configuration data about an API environment from the management plane to the
runtime plane. A Synchronizer can poll one or more environments in the same or
different organizations.
Environment
Extracts analytics and deployment status data and sends it to the UAP service in the
management plane so that you can access it with the management UI.
Environment
The watcher is a process that watches for configuration changes and triggers their application to the runtime plane.
The watcher also sends Apigee Ingress and runtime deployment status back to the control plane.
The watcher fetches the deployment status from all apigee runtime pods, merges the status and sends the status to the ConfigStore on Management Plane
Kubernetes cluster