Men-deploy aplikasi ke cluster GKE aarch64, AMD64, atau campuran arsitektur
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Secara default, Skaffold secara otomatis mendeteksi
arsitektur cluster target dan mem-build image yang cocok dengan
arsitektur workstation, meskipun arsitektur cluster target Anda campuran
(x86 dan Arm).
Anda juga memiliki opsi untuk menambahkan parameter dalam
file skaffold.yaml yang menentukan platform yang akan dibuat, yang akan mengganti
deteksi otomatis Skaffold.
Menentukan platform untuk mem-build image
Jika ingin mengganti deteksi otomatis Skaffold saat mem-build image,
Anda dapat menentukan platform yang ingin digunakan untuk mem-build image dalam
file skaffold.yaml.
Daftar berikut menunjukkan kemungkinan nilai untuk
tanda --platform di CLI, atau parameter platforms di
file skaffold.yaml:
x86
Arm
amd64
aarch64
linux/amd64
linux/aarch64
Menambahkan parameter platform ke file skaffold.yaml
Untuk menentukan platform yang ingin Anda buat image-nya, tambahkan parameter platforms ke file skaffold.yaml:
[[["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-04-03 UTC."],[[["Skaffold automatically detects the target cluster's architecture and builds a matching image by default."],["You can override Skaffold's automatic architecture detection by specifying the target platform in your `skaffold.yaml` file."],["The `platforms` parameter in the `skaffold.yaml` file allows you to set the desired architecture, using values such as `linux/aarch64` or `amd64`."],["The `platforms` parameter can be added to the build section of your `skaffold.yaml` file to customize the architecture of the built image."],["The `platforms` parameter can be specified either in your CLI using `--platform`, or by using `platforms` inside your `skaffold.yaml` file."]]],[]]