Membangun dan men-deploy otomatisasi serta alat CI/CD
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Otomatisasi build dan deployment dalam framework CI/CD
adalah bagian penting dari proses migrasi.
Cloud Build adalah layanan yang menjalankan build Anda di Google Cloud.
Cloud Build dapat mengimpor kode sumber dari Cloud Storage, Cloud Source Repositories, GitHub, atau Bitbucket, mengeksekusi build sesuai spesifikasi Anda, dan menghasilkan artefak seperti container Docker atau arsip Java.
Artifact Registry menyediakan satu lokasi untuk mengelola paket dan image container Docker. Artifact Registry
terintegrasi dengan alat CI/CD dan Google Cloud lingkungan runtime sehingga Anda
dapat mengelola siklus proses artefak secara lengkap.
Cloud Deploy
adalah layanan terkelola yang mengotomatiskan pengiriman aplikasi Anda ke serangkaian
lingkungan target dalam urutan promosi yang ditentukan.
[[["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-09-03 UTC."],[],[],null,["# Build and deploy automation and CI/CD tools\n\nThe automation of building and deployment within a CI/CD framework\nis an essential part of the migration process.\n\n[Cloud Build](/cloud-build)\nis a service that executes your builds on Google Cloud.\nCloud Build can import source code from Cloud Storage,\nCloud Source Repositories, GitHub, or Bitbucket, execute a build to your\nspecifications, and produce artifacts such as Docker containers or Java archives.\n\n[Artifact Registry](/artifact-registry)\nprovides a single location for managing packages and Docker container images. It\nintegrates with CI/CD tools and Google Cloud runtime environments so that you\ncan manage the full artifact lifecycle.\n\n[Cloud Deploy](/deploy)\nis a managed service that automates delivery of your applications to a series of\ntarget environments in a defined promotion sequence.\n\nIf you have containerized applications, you can deploy them with\n[Kubernetes](https://kubernetes.io/)\nand managed services such as\n[Google Kubernetes Engine](/kubernetes-engine).\nTo deploy into a serverless environment, you can use tools such as\n[App Engine flexible environment](/appengine/docs/flexible),\n[Cloud Run functions](/functions),\nand\n[Cloud Run](/run)."]]