Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.58 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.58 KB

Ken's Cloud Projects

Google Cloud

Introduction

This is a collection of my demo cloud projects.

List of Projects

  1. Kubernetes Service Account Authentication with Workload Identity
    • A project to demonstrate how to authenticate GKE workloads to IAM using Kubernetes service account.
    • Tools: Google Kubernetes Engine, Docker, Go
  2. Conway's Game of Life - Vanilla
    • A WebGPU project inspired by a Google Codelab here.
    • Tools: HTML, JavaScript, WebGPU, Tailwind CSS, Nginx, Docker, Cloud Run
  3. Conway's Game of Life - Vite
    • An updated version of the previous project.
    • Tools: Vite, TypeScript, WebGPU, Nginx, Docker, Cloud Run
  4. Conway's Game of Life - WebAssembly
    • A version of the project build with WebAssembly compiled from Rust.
    • Tools: Rust, WebAssembly, Webpack
  5. News GRPC API
    • A gRPC API project for getting and managing articles data.
    • Tools: gRPC, TypeScript, Protobuf
  6. Hybrid Networking using Hub-and-spoke Topology
    • Connecting on-premise infrastructure to Google Cloud with hub-and-spoke topology implementation.
    • Tools: Terraform

Past Projects

  1. Generative AI Chat App
    • A GenAI project inspired by Medium article here.
    • Tools: Python, Vertex AI, LangChain, Streamlit, Docker, Cloud Run

© Ken Tandrian 2024.