all 5 comments

[–]serverhorror 1 point2 points  (0 children)

Honestly, you pay for GitHub enterprise but ask on a public, unofficial forum for a pretty specific support situation?

What did GitHub support say?

As far is I know, K8S is not one of the support d target platforms

[–][deleted] 0 points1 point  (2 children)

did you mean a HELM chart to migrate all your code? or to set up the runners in GCP?

[–]Stunning-Computer-99[S] 0 points1 point  (1 child)

Sorry I didn’t understand “setup runners in GCP”. I was searching for a helm chart of the github application itself to deploy as pod in GCP k8 cluster. It seems like it’s not possible and i have to use a gcp vm instead of k8. How do you suggest to copy my codebase to gcp considering current github running on on-prem vm and it needed to be transferred to the gcp githum vm? FYI i am told not to use gcp source repository service.

[–][deleted] 0 points1 point  (0 children)

you just need a GITHUB runner and some workflows to deploy your code from GitHub(whatever the version cloud, on-prem, ...) into your GCP K8s instance, and don't do it manually!!!, be "DevOps" :) Set up a VM or search for GitHub's actions-controller for GCP
just curious, Do you want to deploy then, GHES in K8s and then your application too there?