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-03-12 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`."]]],[]]