You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Deploy a .NET application on GKE using github action workflow
3
+
4
+
minutes_to_complete: 60
5
+
6
+
who_is_this_for: This is an advanced topic for software developers who want to develop cloud-native applications using GitHub Actions and Google Kubernetes Engine (GKE), and run them on google Axion VMs.
7
+
8
+
learning_objectives:
9
+
- Configure a google Axion VM as a self-hosted GitHub runner.
10
+
- Create a GKE cluster with Arm-based google Axion nodes using Terraform.
11
+
- Deploy a .NET application to GKE with GitHub Actions using the self-hosted Arm64-based runner.
12
+
13
+
prerequisites:
14
+
- A GCP account.
15
+
- A GitHub account.
16
+
- A machine with [Terraform](/install-guides/terraform/),[gcloud CLI](/install-guides/gcloud.md), and [Kubectl](/install-guides/kubectl/) installed.
0 commit comments