Setting up Kubernetes on GKE

ARTIFACTORY: Running Kubernetes on AWS, Azure and GCP

AuthorFullName__c
JFrog Support
articleNumber
000005277
ft:sourceType
Salesforce
FirstPublishedDate
2022-05-18T11:51:41Z
lastModifiedDate
2023-01-22T11:06:08Z
VersionNumber
2
If you want to operate clusters using a managed Kubernetes service in GCP, use Google Kubernetes Engine, or GKE.

Create a GKE cluster using a command such as:

gcloud container clusters create hello-cluster --num-nodes=1

As on other clouds, the setup process may take a bit of time. Once it’s done, you can interact with your cluster using kubectl.

GKE is similar to AKS and EKS in most ways. In some respects, GKE has more automation built in by default; for example, it autoscales nodes automatically, whereas with EKS, you have to set up autoscaling yourself. GKE pricing is also comparable to that of EKS and AKS; GKE has a cluster management fee of $0.10 per hour.