ApigeeDeployment (AD) adalah
CustomResourceDefinition (CRD) yang digunakan untuk menentukan, mengupdate, dan merilis komponen hibrida Apigee
stateless di cluster Kubernetes.
Misalnya, AD digunakan untuk men-deploy pemroses pesan ke cluster, dan rilis komponen ini dipicu dengan mengupdate versi di AD.
Sebelum AD, resource campuran tertentu dikelola secara manual dan satu per satu. Namun, dengan AD,
semua resource ini dikelola sebagai unit deployment atomik.
Saat mencantumkan pod hybrid Apigee di cluster Kubernetes, Anda akan melihat pod ini dicantumkan. Pod ini melakukan tugas untuk men-deploy dan mengelola AD serta memvalidasi konfigurasi deployment.
Nama pod
Deskripsi
apigee-deployment-controller
Apigee Deployment Controller adalah
pengontrol kustom Kubernetes yang membuat dan memperbarui resource Kubernetes dan Istio tingkat rendah yang diperlukan untuk men-deploy dan mengelola AD.
Misalnya, pengontrol melakukan rilis pemroses pesan.
Lihat juga adc dan adah dalam referensi properti Konfigurasi.
apigee-deployment-admissionhook
Apigee Admission Hook adalah layanan yang digunakan untuk memvalidasi konfigurasi ApigeeDeployment
sebelum mempertahankannya di cluster Kubernetes. Misalnya, Hook Penerimaan memvalidasi kolom. Lihat
juga
Apa yang dimaksud dengan webhook izin. Lihat juga adah dalam referensi properti Konfigurasi.
Untuk mendapatkan daftar ApigeeDeployment di cluster Anda, jalankan perintah ini:
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
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-03 UTC."],[[["\u003cp\u003eThe current version of the Apigee hybrid documentation (1.1) is end-of-life, and users should upgrade to a newer version.\u003c/p\u003e\n"],["\u003cp\u003eApigeeDeployment (AD) is a CustomResourceDefinition (CRD) used to manage and release stateless Apigee hybrid components within a Kubernetes cluster.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eThe Apigee Admission Hook validates the ApigeeDeployment configuration before it is saved within the Kubernetes cluster, ensuring that the fields are correct.\u003c/p\u003e\n"],["\u003cp\u003eYou can list all 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.1 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```"]]