ApigeeDeployment (AD) is a
CustomResourceDefinition (CRD) used to define, update, and release stateless
Apigee hybrid components in a Kubernetes cluster.
For example, AD is used to deploy
message processors to the cluster, and the release of these components are triggered
by updating the version in the AD.
Before AD, certain hybrid resources were maintained manually and individually. However, with AD
all these resources are maintained as an atomic deployment unit.
When you list the Apigee hybrid pods in your Kubernetes cluster, you will see these
pods listed. These pods do the work to deploy and maintain the AD and validate deployment
configurations.
Pod name
Description
apigee-deployment-controller
Apigee Deployment Controller is a Kubernetes
custom controller that creates and updates
low level Kubernetes and Istio resources that are required to deploy and maintain the AD.
For example, the controller carries out the release of message processors.
See also adc and adah in the Configuration
property reference.
apigee-deployment-admissionhook
Apigee Admission Hook is a service used to validate the ApigeeDeployment configuration
before persisting it in Kubernetes cluster. For example, the Admission Hook validates fields. See
also
What are admission webhooks. See also adah in the Configuration
property reference.
To get a list of the ApigeeDeployments in your cluster, execute this command:
kubectl get ad -n namespace
NAME AGE
apigee-mart-my_org 4h
apigee-runtime-my_org-my_env 4h
apigee-synchronizer-my_org-my_env 4h
apigee-udca-my_org-my_env 4h
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-10 UTC."],[[["The current version of the Apigee hybrid documentation (1.1) is end-of-life, and users should upgrade to a newer version."],["ApigeeDeployment (AD) is a CustomResourceDefinition (CRD) used to manage and release stateless Apigee hybrid components within a Kubernetes cluster."],["The Apigee Deployment Controller manages and updates low-level Kubernetes and Istio resources needed for deploying and maintaining the AD, while also carrying out the release of message processors."],["The Apigee Admission Hook validates the ApigeeDeployment configuration before it is saved within the Kubernetes cluster, ensuring that the fields are correct."],["You can list all ApigeeDeployments within your cluster by using the command `kubectl get ad -n namespace`."]]],[]]