filmov
tv
Deploy, Scale, and Update Your Website on Google Kubernetes Engine Guide
Показать описание
The Deploy, Scale, and Update Your Website on Google Kubernetes Engine lab is about deploying an ecommerce website onto the Google Kubernetes Engine (GKE) using Kubernetes, a tool that helps with scaling, automating, and updating applications without downtime. The lab covers several exercises including creating a GKE cluster, creating a Docker container, deploying the container to GKE, exposing the container via a service, scaling the container to multiple replicas, modifying the website, and rolling out a new version with zero downtime.