O ApigeeDeployment (AD) é um
CustomResourceDefinition (CRD) (link em inglês) usado para definir, atualizar e lançar componentes
híbridos sem estado da Apigee em um cluster do Kubernetes.
Por exemplo, o AD é usado para implantar
processadores de mensagens no cluster, e o lançamento desses componentes é acionado
por uma atualização da versão no AD.
Antes do AD, determinados recursos híbridos eram mantidos de forma manual e individual. No entanto, com o AD,
todos esses recursos são mantidos como uma unidade de implantação atômica.
Ao listar os pods híbridos da Apigee no cluster do Kubernetes, você verá esses
pods listados. Esses pods trabalham para implantar e manter o AD e validar as configurações de
implantação.
Nome do pod
Descrição
apigee-operators
Cria e atualiza
recursos básicos do Kubernetes e do Istio que são necessários para implantar e manter o AD.
Por exemplo, o controlador executa o lançamento dos processadores de mensagens. Também
valida a configuração do ApigeeDeployment
antes de persistir no cluster do Kubernetes.
Para ver uma lista das implantações de Apigee no cluster, execute este comando:
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
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-08-28 UTC."],[[["\u003cp\u003e\u003ccode\u003eApigeeDeployment\u003c/code\u003e (AD) is a CustomResourceDefinition (CRD) used to manage the deployment, updates, and release of stateless Apigee hybrid components within a Kubernetes cluster.\u003c/p\u003e\n"],["\u003cp\u003eThe use of AD allows for the management of multiple hybrid resources as a single, atomic deployment unit, replacing previous manual management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eapigee-operators\u003c/code\u003e pod within the cluster manages the creation and updates of low-level Kubernetes and Istio resources necessary for the deployment and maintenance of AD.\u003c/p\u003e\n"],["\u003cp\u003eYou can list the ApigeeDeployments within your cluster by using the command \u003ccode\u003ekubectl get ad -n namespace\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Apigee deployment services\n\n| You are currently viewing version 1.12 of the Apigee hybrid documentation. **This version is end of life.** You should upgrade to a newer version. For more information, see [Supported versions](/apigee/docs/hybrid/supported-platforms#supported-versions).\n\n\n*ApigeeDeployment* (AD) is a [CustomResourceDefinition](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#customresourcedefinitions) (CRD) used to define, update, and release stateless\nApigee hybrid components in a Kubernetes cluster.\nFor example, AD is used to deploy\nmessage processors to the cluster, and the release of these components are triggered\nby updating the version in the AD.\n\n\nBefore AD, certain hybrid resources were maintained manually and individually. However, with AD\nall these resources are maintained as an atomic deployment unit.\n\n\nWhen you list the Apigee hybrid pods in your Kubernetes cluster, you will see these\npods listed. These pods do the work to deploy and maintain the AD and validate deployment\nconfigurations.\n\n\nTo get a list of the ApigeeDeployments in your cluster, execute this command: \n\n```\nkubectl get ad -n namespace\nNAME AGE\napigee-mart-my_org 4h\napigee-runtime-my_org-my_env 4h\napigee-synchronizer-my_org-my_env 4h\napigee-udca-my_org-my_env 4h\n```"]]