https://github.com/googlecloudplatform/migrate-to-containers
Migrate to Containers samples and best practices
https://github.com/googlecloudplatform/migrate-to-containers
anthos app-migration app-modernization appmod gke
Last synced: 11 months ago
JSON representation
Migrate to Containers samples and best practices
- Host: GitHub
- URL: https://github.com/googlecloudplatform/migrate-to-containers
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2021-07-27T09:22:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T00:17:43.000Z (about 2 years ago)
- Last Synced: 2024-12-18T08:41:07.659Z (over 1 year ago)
- Topics: anthos, app-migration, app-modernization, appmod, gke
- Language: Shell
- Homepage:
- Size: 311 KB
- Stars: 43
- Watchers: 22
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
# Migrate to Containers
Welcome to the [Migrate to Containers](https://cloud.google.com/migrate/containers) sample code repository. This repository contains example, scripts and guides to showcase best practices for using Migrate to Containers to migrate legacy workloads from virtual machines to containers running on [GKE](https://cloud.google.com/kubernetes-engine) or [Cloud Run](https://cloud.google.com/run).
# Repository Content
This repository is split into three categories:
[Walkthroughs](./guides) - Each walkthrough is a self contained guide, showcasing best practices for a particular migration scenario.
[Integrations](./examples) - These include common integration patterns which can be used to integrate with various GCP/GKE components throughout all phases of the migration.
[Scripts](./scripts) - Helper scripts to help with both migrated images and setup of processing and deployment clusters.
[CRD References](./references/crds/m2c-crds.md) - A reference to the Migrate to Containers API
# Contributions
Please see the [contributing guidelines](./CONTRIBUTING)
# License
This project is licensed under Apache 2.0. Full license text is available in [LICENSE](./LICENSE).