Calcule (compute)
Compute Engine
IP Pricing :
Network Pricing :
Réductions liées à l'utilisation de vos VM :
Conseils :
Tips :
Quand on crée une machine virtuelle, ont peut spécifier trois options de politique de disponibilitées :
- Préemptibles VM
- If the server will be subject to termination by Google in
exchange for a lower cost.
- If the server will be subject to termination by Google in
- Automatique Restart
- Automatic restart indicates if the server stops due to a hardware failure, maintenance event, or some other non-user-controlled event.
- On host Maintance
- Host maintenance indicates if the virtual server should be migrated to another physical server when a maintenance event occurs.
Sole tenancy :
Pour ne pas partager un hyperviseur dans google cloud avec d'autre clients : https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes?hl=fr
Commandes :
gcloud compute instances list -format json
Google Kubernetes Engine
Créer un cluster :
gcloud container clusters create ch07-cluster-1 --num-nodes=4
Ajouter un service :
kubectl run
Détails techniques :
Kubernetes Réserve le CPU :
6 % du premier Coeur
1 % du second coeur
0.5 % du troisième et du quatrième coeur
0.25 % tous les coeurs supplémentaires