apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: frontend
spec:
replicas: 2
template:
metadata:
labels:
vagrant creates networks like:
vboxnet1
[ for some reason it started at 0, now it is 1 for me ]
to avoid sleep interferences:
- put the following in /etc/NetworkManager/NetworkManager.conf
People experimenting with kubernetes clusters on the GKE not necessarily have money to keep a full cluster on at all time. GKE clusters can be easily resized, but this still incurs in the full instance cost when the cluster is up.
Google has added preemptible instances that are ideal for many
People experimenting with kubernetes clusters on the GKE not necessarily have money to keep a full cluster on at all time. GKE clusters can be easily resized, but this still incurs in the full instance cost when the cluster is up.
Google has added preemptible instances that are ideal for many
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Kubernetes clusters using preemtible instances | |
## Motivation | |
People experimenting with kubernetes clusters on the GKE not | |
necessarily have money to keep a full cluster on at all time. GKE | |
clusters can be easily resized, but this still incurs in the full | |
instance cost when the cluster is up. | |
Google has added preemptible instances that are ideal for many |