|
1 | 1 | --- |
2 | | -title: Getting started with Gardener on Google Axion C4A (Arm Neoverse-V2) |
| 2 | +title: Get started with Gardener on Google Axion C4A (Arm Neoverse-V2) |
3 | 3 |
|
4 | 4 | weight: 2 |
5 | 5 |
|
6 | 6 | layout: "learningpathall" |
7 | 7 | --- |
8 | 8 |
|
9 | | -## Google Axion C4A Arm instances in Google Cloud |
| 9 | +## Explore Google Axion C4A Arm instances |
10 | 10 |
|
11 | | -Google Axion C4A is a family of Arm-based virtual machines built on Google’s custom Axion CPU, which is based on Arm Neoverse-V2 cores. Designed for high-performance and energy-efficient computing, these virtual machines offer strong performance for modern cloud workloads such as CI/CD pipelines, microservices, media processing, and general-purpose applications. |
| 11 | +Google Axion C4A is a family of Arm-based virtual machines built on Google's custom Axion CPU, which uses Arm Neoverse-V2 cores. Designed for high-performance and energy-efficient computing, these virtual machines deliver strong performance for modern cloud workloads such as CI/CD pipelines, microservices, media processing, and general-purpose applications. |
12 | 12 |
|
13 | 13 | The C4A series provides a cost-effective alternative to x86 virtual machines while leveraging the scalability and performance benefits of the Arm architecture in Google Cloud. |
14 | 14 |
|
15 | | -To learn more about Google Axion, refer to the [Introducing Google Axion Processors, our new Arm-based CPUs](https://cloud.google.com/blog/products/compute/introducing-googles-new-arm-based-cpu) blog. |
| 15 | +To learn more about Google Axion, see the Google blog [Introducing Google Axion Processors, our new Arm-based CPUs](https://cloud.google.com/blog/products/compute/introducing-googles-new-arm-based-cpu). |
16 | 16 |
|
17 | | -## Gardener |
| 17 | +## Explore Gardener |
18 | 18 |
|
19 | | -Gardener is an open-source, Kubernetes-native system for managing and operating Kubernetes clusters at scale. It enables automated creation, update, healing, and deletion of clusters across multiple cloud and on-prem providers. |
| 19 | +Gardener is an open-source, Kubernetes-native system for managing and operating Kubernetes clusters at scale. It enables automated creation, updates, healing, and deletion of clusters across multiple cloud providers and on-premises environments. |
20 | 20 |
|
21 | | -Gardener uses Kubernetes APIs and CRDs to declaratively manage clusters in a cloud-agnostic way. It follows a **Garden–Seed–Shoot** architecture to separate control planes from workload clusters. |
| 21 | +Gardener uses Kubernetes APIs and Custom Resource Definitions (CRDs) to declaratively manage clusters in a cloud-agnostic way. It follows a Garden–Seed–Shoot architecture to separate control planes from workload clusters: |
22 | 22 |
|
23 | | -Gardener is widely used to build reliable internal developer platforms and operate thousands of Kubernetes clusters. |
| 23 | +- Garden is the central management cluster that runs Gardener components. |
| 24 | +- Seed clusters are intermediary clusters that host Shoot control planes. |
| 25 | +- Shoot clusters are the workload clusters managed by Gardener for end users. |
24 | 26 |
|
25 | | -To learn more, visit the Gardener [official website](https://gardener.cloud/) and explore the [documentation](https://gardener.cloud/docs/). |
| 27 | +Organizations use Gardener to build and operate Kubernetes clusters at scale, creating reliable internal developer platforms that serve thousands of teams. |
| 28 | + |
| 29 | +To learn more, visit the [Gardener website](https://gardener.cloud/) and explore the [Gardener documentation](https://gardener.cloud/docs/). |
| 30 | + |
| 31 | +## Summary and what's next |
| 32 | + |
| 33 | +You now understand Google Axion C4A's capabilities as a cost-effective Arm-based platform and how Gardener automates Kubernetes cluster management at scale. Together, these technologies provide a powerful foundation for running enterprise Kubernetes workloads on Arm infrastructure. |
| 34 | + |
| 35 | +In the next sections, you'll provision your Arm-based VM on Google Cloud, install Gardener, and deploy your first clusters. You're ready to get started! |
0 commit comments