-
Google Cloud: Backup and Restore Our GKE Workloads using Velero
Hi all! I hope that you are doing well. In this journal, I will explain the backup and restore strategy for Kubernetes using Velero, specifically in Google Kubernetes Engine (GKE). As you may know, Velero is one of the great open-source tools which can be used to back up and restore (including migrate and replicate) […]
-
Google Cloud: GKE Upgrade using Blue-Green Strategy
Hi all! I hope that your day is good enough. In this journal, I would like to explain about Google Kubernetes (GKE) upgrade, specifically using Blue-Green Strategy. By default, GKE offers an automatic upgrade feature to our existing GKE cluster. We just have to make sure auto-upgrade is enabled, with a bit configuration, and the […]
-
Google Cloud: Deploying a Static Web Application to Google Cloud Storage Bucket with HTTPS Load Balancer
Hi all! I hope that you are doing well, safe, and healthy! In this journal, I would like to share how to deploy a static web application using the Google Cloud Storage bucket for hosting with HTTPS Load Balancer. So it will be safely accessible from outside. What makes it different from static web hosted […]