💡
deploydocs
  • Introduction
  • Going Live: Checklist : CARE
  • CARE: CLOUD DEPLOYMENT OVERVIEW
    • Cloud Infrastructure Diagram
    • Google Cloud deployment
      • Set up the network
      • Set up Databases
      • Create storage buckets
      • Create a GKE cluster
      • Configure GKE workloads
      • Post setup
    • Azure Deployment
    • AWS Deployment
  • CARE: Deploying Technology
  • Tech Overview: CARE
  • Tech Prerequisites: CARE
  • Setting up the server locally
  • Setting up AWS EKS
  • Setting up AWS RDS
  • Build and push docker image
  • Production Environment Variables
  • Deploying the projects on EKS
  • Requirements: AWS
  • Tech Infrastructure: CARE
  • Steps to Deploy: CARE
  • CARE: Deploying Operations
  • Operationalizing CARE in the field
  • Setting up the War-Room
  • Deployment Timeline
  • Ambulance Management System
    • SuperHero Network
  • TeleICU Tech Deployment
    • Setup Nursing Station Desktop
    • BPL Monitor Network Configuration
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. CARE: CLOUD DEPLOYMENT OVERVIEW
  2. Google Cloud deployment

Create a GKE cluster

PreviousCreate storage bucketsNextConfigure GKE workloads

Last updated 1 year ago

Was this helpful?

Go To: Kubernetes Engine > clusters > create > standard ()

  1. Cluster basics:

    1. Name: care-gke

    2. Location type: Zonal

    3. Zone: asia-south1-a

  2. Node pools > default pool

    1. Number of nodes: 2

  3. Node pools > default pool > nodes

    1. Machine configuration: General purpose

    2. Series: E2

    3. Machine type: e2-standard-2 (2 vCPU, 8 GB memory)

  4. Node pools > default pool > networking: Network tags: care-gke

  5. Node pools > Cluster > Networking

    1. Network: care-vpc

    2. Node subnet: cluster-snet

    3. Network access: Public cluster

    4. Enable HTTP load balancing: Enabled

link