Google Cloud Platform


gcloud compute instances create my-first-instance 
gcloud compute instances list
gcloud config list
gcloud config configurations list
gcloud compute instance-templates create test-templates --image=ubuntu-22.04

gcloud config set project kubernetes-406008
gcloud container clusters list
gcloud container clusters create mygkecluster --num-nodes 2 --machine-type e2-micro

gcloud components install gke-gcloud-auth-plugin

kubectl create deployment  hello-world-rest-api --image=in28min/hello-world-rest-api:0.0.1.REASE --dry-run=client -o yaml> mydeployment.yaml

#Création d'un bucket
gsutil mb gs://nom_de_bucket