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-operators
Membuat dan memperbarui
resource Kubernetes dan Istio tingkat rendah yang diperlukan untuk men-deploy dan mengelola AD.
Misalnya, pengontrol melakukan rilis pemroses pesan. Juga
memvalidasi konfigurasi ApigeeDeployment
sebelum mempertahankannya di cluster Kubernetes.
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 Apigee hybrid documentation version 1.5 is end of life, and users should upgrade to a newer version."],["ApigeeDeployment (AD) is a CustomResourceDefinition (CRD) used to define, update, and release stateless Apigee hybrid components within a Kubernetes cluster."],["AD maintains all related resources as an atomic deployment unit, replacing manual individual management of resources."],["The `apigee-operators` pod manages the creation, updates, and validation of Kubernetes and Istio resources necessary for deploying and maintaining the AD, including the release of message processors."],["You can use the command `kubectl get ad -n namespace` to get a list of ApigeeDeployments in your cluster."]]],[]]