Langkah ini menjelaskan cara membuat namespace Kubernetes apigee tempat
komponen hybrid Apigee beroperasi.
Buat namespace yang akan digunakan untuk resource hybrid Apigee.
Nilai ini harus cocok dengan kolom namespace dalam file
overrides.yaml. Jika tidak ada di overrides.yaml, namespace default-nya adalah apigee.
Periksa apakah namespace sudah ada:
kubectl get namespace APIGEE_NAMESPACE
Jika namespace ada, output Anda akan menyertakan:
NAME STATUS AGE
apigee Active 1d
Jika namespace belum ada, buat namespace:
kubectl create namespace APIGEE_NAMESPACE
Setelah hybrid memiliki ruang untuk beroperasi, langkah berikutnya adalah membuat akun layanan dan kredensial Google Cloud yang diperlukan untuk mengonfigurasi komponen runtime hybrid
[[["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."],[[["This content explains the process of creating the `apigee` Kubernetes namespace, which is essential for housing all Apigee hybrid components in versions 1.13 and later."],["The namespace specified should match the `namespace` field in the `overrides.yaml` file, with `apigee` as the default if not explicitly defined."],["You can verify the existence of the namespace using `kubectl get namespace APIGEE_NAMESPACE` before creating it, which is done via `kubectl create namespace APIGEE_NAMESPACE` if it does not already exist."],["All further configurations will be made in the `apigee` namespace."]]],[]]