Vishal Sharmaunderstandingbasicdevops.hashnode.dev·Nov 4, 2024Mastering GKE: Best Practices and ArchitectureGoogle Kubernetes Engine (GKE) provides a powerful, managed Kubernetes solution on Google Cloud, simplifying cluster management, scaling, and deployment of containerized applications. In this guide, we’ll explore the best practices and architecture c...DiscussGKE cluster
Vaibhav Kaushikvaibhavkaushik.hashnode.dev·Jun 16, 2024Simple Guide to Deploying GKE Cluster with TerraformHello, folks! Welcome to the step-by-step guide on setting up your own Google Kubernetes Engine (GKE) cluster using Terraform! If you're eager to harness the flexibility and scalability of Kubernetes in the Google Cloud environment, you're in the rig...Discuss·40 readsGCP
Vijayabalan Balakrishnanvijaystack.hashnode.dev·May 21, 2024Optimizing Generative AI: A Guide to GKE Infrastructure for RAG CapabilitiesIntroduction In the rapidly evolving landscape of AI, the integration of generative AI models with Retrieval-Augmented Generation (RAG) capabilities offers a powerful approach to enhance the accuracy and relevance of generated content. This article p...Discuss·26 readsgenerative ai
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 20, 2023How to access one GKE cluster from another GKE clusterWe can set up communication between two different GKE clusters using the workload identity method. What is Workload Identity Workload Identity allows workloads in your GKE clusters to impersonate Identity and Access Management (IAM) service accounts ...DiscussGKE cluster
Tim Berrytimberry.dev·Jan 3, 2020Create a Kubernetes storage service with Rook & CephJust before DevFest last year, I spoke at our local GDG meetup about the perils of persistent high availability storage in Kubernetes. In the talk we summarised the usual approaches in GKE including zonal and regional persistent disks, and how they o...DiscussGKE cluster
Tim Berrytimberry.dev·Feb 1, 2019HA shared storage in GKE with Regional PDs and NFSUpdated December 2019 and with a catchier title, the original form presented here purely for search-engine optimisation: “Deploy a highly available shared storage service in Google Kubernetes Engine with Regional Persistent Disks and NFS”. That title...DiscussKubernetes
Tim Berrytimberry.dev·Jun 15, 2018Deploy Jenkins to GKE with HelmUpdated December 2019 for Terraform v0.12 and Helm3! If you followed my last post you now have a Google Kubernetes Cluster up and running in Google Cloud Platform ready to start orchestrating things for you. In this guide we’ll explore how we can int...DiscussGKE cluster
Tim Berrytimberry.dev·Jun 8, 2018Learn Terraform by deploying a GKE clusterUpdated December 2019 for Terraform v0.12 As promised in my previous post, here’s a guide to getting started with Terraform and actually doing something useful with it: We’re going to deploy a Kubernetes cluster to Google Cloud Platform (GCP). To fol...DiscussGoogle Cloud Platform