Helm charts and Gemini Code Assist

--

Prerequisites

  1. Create a GKE instance on GCP platform.
  2. Connect to cluster by using following command
gcloud container clusters get-credentials <cluster name> - region <region> - project <project id>

3. Configured Gemini Code Assist with https://cloud.google.com/gemini/docs/discover/set-up-gemini

Steps for writing helm hello world app

  1. Prompt: create helm chart for creating a hello world workload on GKE

2. Prompt: Add code to spin additional container in the same pod

--

--