Skip to content

Commit 6c149e7

Browse files
initial checkin
1 parent 05ae693 commit 6c149e7

5 files changed

Lines changed: 19 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Deploy Helm on Google Cloud C4A (Arm-based Axion VMs)
33

44
minutes_to_complete: 30
55

6+
draft: true
7+
cascade:
8+
draft: true
9+
610
who_is_this_for: This learning path is intended for software developers deploying and optimizing Helm on Linux/Arm64 environments, specifically using Google Cloud C4A virtual machines powered by Axion processors.
711

812
learning_objectives:
22.3 KB
Loading
12.5 KB
Loading

content/learning-paths/servers-and-cloud-computing/helm-on-gcp/installtion.md renamed to content/learning-paths/servers-and-cloud-computing/helm-on-gcp/installation.md

File renamed without changes.

content/learning-paths/servers-and-cloud-computing/helm-on-gcp/instance.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@ To create a virtual machine based on the C4A instance type:
2626

2727
![Create a Google Axion C4A Arm virtual machine in the Google Cloud Console with c4a-standard-4 selected alt-text#center](images/gcp-vm.png "Creating a Google Axion C4A Arm virtual machine in Google Cloud Console")
2828

29-
- Under **OS and Storage**, select **Change**, then choose an Arm64-based OS image. For this Learning Path, use **SUSE Linux Enterprise Server**. Pick the preferred version for your Operating System. Ensure you select the **Arm image** variant. Click **Select**.
30-
- Under **Networking**, enable **Allow HTTP traffic**.
29+
30+
- Under **OS and Storage**, select **Change**, then choose an Arm64-based OS image. For this Learning Path, use **SUSE Linux Enterprise Server**.
31+
- If using use **SUSE Linux Enterprise Server**. Select "Pay As You Go" for the license type.
32+
- Edit the Disk size ("Size(GB)" Textfield...) below and change it from "10" to "50" to increase the disk size of the VM to 50 GB...
33+
- Once appropriately selected and configured, please Click **Select**.
34+
- Under **Networking**, enable **Allow HTTP traffic** as well as **Allow HTTPS traffic**.
3135
- Click **Create** to launch the instance.
36+
- Once created, you should see a "SSH" option to the right in your list of VM instances. Click on this to launch a SSH shell into your VM instance:
37+
38+
![Invoke a SSH session via your browser alt-text#center](images/gcp-ssh.png "Invoke a SSH session into your running VM instance")
39+
40+
- A window from your browser should come up and you should now see a shell into your VM instance:
41+
42+
![Terminal Shell in your VM instance alt-text#center](images/gcp-shell.png "Terminal shell in your VM instance")
43+
44+
Next, let's install Helm!

0 commit comments

Comments
 (0)