Skip to content

MartinCastroAlvarez/gcp-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

gcp-kubernetes

Running Kubernetes on GCP

wallpaper.jpg

Instructions

Install the GCP SDK:

curl https://sdk.cloud.google.com | bash

Initialize the cloud environment:

gcloud init

Create a project:

gcloud config set project kuber

Enable required services:

gcloud services enable container.googleapis.com
gcloud services enable deploymentmanager.googleapis.com

Deploy the Kubernetes cluster to GCP:

gcloud deployment-manager deployments create kubernetes-cluster --config cluster.yaml

Verify the status of the cluster:

gcloud container clusters describe kuber --zone us-central1-a

About

Running Kubernetes on GCP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages