Langkah 9: Instal CRD Apigee hybrid

Langkah ini menjelaskan cara menginstal Definisi Resource Kustom (CRD) untuk Apigee Hybrid.

Instal CRD Apigee:

  1. Lakukan uji coba penginstalan dengan menjalankan perintah berikut:

    kubectl apply -k  apigee-operator/etc/crds/default/ \
      --server-side \
      --force-conflicts \
      --validate=false \
      --dry-run=server
    
  2. Setelah memeriksa penginstalan dengan --dry-run, instal CRD Apigee dengan perintah berikut:

    kubectl apply -k  apigee-operator/etc/crds/default/ \
      --server-side \
      --force-conflicts \
      --validate=false
    
  3. Validasi penginstalan dengan perintah kubectl get crds:
    kubectl get crds | grep apigee

    Output Anda akan terlihat seperti berikut:

    apigeedatastores.apigee.cloud.google.com            2024-12-16T19:44:48Z
    apigeedeployments.apigee.cloud.google.com           2024-12-16T19:44:49Z
    apigeeenvironments.apigee.cloud.google.com          2024-12-16T19:44:50Z
    apigeeissues.apigee.cloud.google.com                2024-12-16T19:44:52Z
    apigeeorganizations.apigee.cloud.google.com         2024-12-16T19:44:53Z
    apigeeredis.apigee.cloud.google.com                 2024-12-16T19:44:55Z
    apigeerouteconfigs.apigee.cloud.google.com          2024-12-16T19:44:56Z
    apigeeroutes.apigee.cloud.google.com                2024-12-16T19:44:56Z
    apigeetelemetries.apigee.cloud.google.com           2024-12-16T19:44:58Z
    cassandradatareplications.apigee.cloud.google.com   2024-12-16T19:45:00Z
    secretrotations.apigee.cloud.google.com             2024-12-16T19:45:00Z

Sekarang Anda telah menginstal struktur untuk Apigee hybrid. Selanjutnya, Anda akan memeriksa kesiapan cluster Kubernetes sebelum menginstal diagram Helm Apigee.

Langkah berikutnya

1 2 3 4 5 6 7 8 9 (BERIKUTNYA) Langkah 10: Instal Apigee hybrid menggunakan diagram Helm 11