Skip to content

Commit 0f6ecea

Browse files
Merge pull request #2665 from madeline-underwood/gardener
Gardener_JA to sign off
2 parents 9a0026d + 3397b7d commit 0f6ecea

File tree

6 files changed

+332
-330
lines changed

6 files changed

+332
-330
lines changed

content/learning-paths/servers-and-cloud-computing/gardener-gcp/_index.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
---
22
title: Deploy Gardener on Google Cloud C4A (Arm-based Axion VMs)
33

4-
draft: true
5-
cascade:
6-
draft: true
7-
84
minutes_to_complete: 50
95

10-
who_is_this_for: This learning path is intended for software developers deploying and optimizing Gardener workloads on Linux/Arm64 environments, specifically using Google Cloud C4A virtual machines powered by Axion processors.
6+
who_is_this_for: This is an introductory topic for software developers deploying and optimizing Gardener workloads on Linux Arm64 environments, specifically using Google Cloud C4A virtual machines powered by Axion processors.
117

128
learning_objectives:
13-
- Provision an Arm-based SUSE SLES virtual machine on Google Cloud (C4A with Axion processors)
9+
- Provision an Arm-based SUSE Linux Enterprise Server (SLES) virtual machine on Google Cloud (C4A with Axion processors)
1410
- Install and configure Gardener on a SUSE Arm64 (C4A) instance
15-
- Deploy Garden, Seed, and Shoot clusters locally using KinD
11+
- Deploy Garden, Seed, and Shoot clusters locally using Kubernetes in Docker (KinD)
1612
- Validate Gardener functionality by deploying workloads into a Shoot cluster
1713
- Perform baseline security benchmarking of Gardener-managed Kubernetes clusters using kube-bench on Arm64
1814

@@ -62,7 +58,7 @@ further_reading:
6258
type: documentation
6359

6460
- resource:
65-
title: kube-bench documentation
61+
title: kube-bench security benchmarking tool
6662
link: https://github.com/aquasecurity/kube-bench
6763
type: documentation
6864

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,35 @@
11
---
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)
33

44
weight: 2
55

66
layout: "learningpathall"
77
---
88

9-
## Google Axion C4A Arm instances in Google Cloud
9+
## Explore Google Axion C4A Arm instances
1010

11-
Google Axion C4A is a family of Arm-based virtual machines built on Googles 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.
1212

1313
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.
1414

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).
1616

17-
## Gardener
17+
## Explore Gardener
1818

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.
2020

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:
2222

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.
2426

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

Comments
 (0)