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-26 UTC."],[[["This content details the creation of the `apigee` Kubernetes namespace, which is where Apigee hybrid components will be deployed and run."],["The namespace specified in the `overrides.yaml` file will be used, with `apigee` being the default if no other namespace is given."],["To verify if the namespace exists, the command `kubectl get namespace APIGEE_NAMESPACE` is used."],["If the `apigee` namespace does not exist, it can be created using `kubectl create namespace APIGEE_NAMESPACE`."],["After creating the namespace, the subsequent step is to set up the necessary Google Cloud service accounts and credentials for the hybrid runtime components."]]],[]]