Google Container-VM Image: A Container-Optimized OS Image Based on Chromium OS
1–10 of 12 posts
Re: Google Container-VM Image: A Container-Optimized OS Image Based on Chromium OS
#2Re: Google Container-VM Image: A Container-Optimized OS Image Based on Chromium OS
#3Edit: at least I'm assuming these are the same images as what they run GKE with due to the same name - can anyone confirm this?
Re: Google Container-VM Image: A Container-Optimized OS Image Based on Chromium OS
#4This is the image that the instances in a Google Container Engine cluster run. Nice that its getting easier and easier to run a local cluster - for most things it doesn't matter but every so often I'd like to test things in a kube configuration locally before deploying to staging/production. Edit: at least I'm assuming these are the same images as what they run GKE with due to the same name - can anyone confirm this?
Re: Google Container-VM Image: A Container-Optimized OS Image Based on Chromium OS
#5This is the image that the instances in a Google Container Engine cluster run. Nice that its getting easier and easier to run a local cluster - for most things it doesn't matter but every so often I'd like to test things in a kube configuration locally before deploying to staging/production. Edit: at least I'm assuming these are the same images as what they run GKE with due to the same name - can anyone confirm this?
As of today, GKE uses the Debian-based ContainerVM: https://cloud.google.com/compute/docs/containers/container_v...
Re: Google Container-VM Image: A Container-Optimized OS Image Based on Chromium OS
#6[1] - https://cloud.google.com/compute/docs/containers/container_v...
Re: Google Container-VM Image: A Container-Optimized OS Image Based on Chromium OS
#7This is the image that the instances in a Google Container Engine cluster run. Nice that its getting easier and easier to run a local cluster - for most things it doesn't matter but every so often I'd like to test things in a kube configuration locally before deploying to staging/production. Edit: at least I'm assuming these are the same images as what they run GKE with due to the same name - can anyone confirm this?
As of today, GKE uses the Debian-based ContainerVM: https://cloud.google.com/compute/docs/containers/container_v...
Re: Google Container-VM Image: A Container-Optimized OS Image Based on Chromium OS
#8It seems these images use systemd (a nice departure from the init.d scripts used in the previous container_vms images [1]). [1] - https://cloud.google.com/compute/docs/containers/container_v...
Debian sysvinit scripts are well understood, are used in production in Fortune 500 companies, and execute much quicker on boot.
Systemd is a mistake, and no one should be backing that project.
Re: Google Container-VM Image: A Container-Optimized OS Image Based on Chromium OS
#9Re: Google Container-VM Image: A Container-Optimized OS Image Based on Chromium OS
#10Now it[1] just needs a centralized lock service[2] for safe cluster-wide rolling upgrades! The three release channels are already there, with the Omaha upgrade system. 1: https://coreos.com 2: https://coreos.com/etcd