Giter VIP home page Giter VIP logo

gcp-rampup's Introduction

Introduction

This is a repo for capturing various pre-boarding activities I've done to ramp-up before joining the GCP Serverless Runtime Team.

View the project to understand the context for this repo.

Code Structure

|- api # contains the HTTP handler code. This is the function for GCF
|- go-buildpack # an opinionated and minimal buildpack for go
|- main.go # Starts and listens to :8080 serving a simple JSON response
|- app.yaml # the config for deploying the app using GAE
|- package.toml # a minimal CNB package declaration
|- run_pack.sh # a single command to build the image using CNB

Prerequisites

  • Go 1.16 or newer
  • Cloud Native Buildpacks
  • Docker

Build Status

Go

gcp-rampup's People

Contributors

smsohan avatar

Watchers

 avatar James Cloos avatar

gcp-rampup's Issues

Deploy an app using GCF

  • Read official docs
  • Deploy a function using GCF
  • Inspect CloudBuild Logs
cd api && gcloud functions deploy rampup-function --entry-point Handler --runtime go116 --trigger-http --set-env-vars="RUNTIME=Cloud Functions"

Run Google Buildpacks

  • Use Google Go buildpacks
  • Browse the Google buildpacks repo to understand how everything is working
  • Locally setup the dev environment following the docs

Learn GCP IAM

  • Watch CloudNext talks on YouTube to understand the concepts
  • Read about GCP IAM
  • Watch the advanced IAM talk
  • Browse the GCP Console and play with IAM

Deploy an app using CloudRun

  • Create a CloudRun service
  • Configure so that only authenticated users can invoke it
curl -H "Authorization: Bearer $(gcloud auth print-identity-token)" https://rampup-o5acc3deta-uc.a.run.app

Prepare a 100-day plan

  • Schedule all 1:1 meetings
  • Stuff they appreciate about the best leaders they had
  • Stuff they hated if they had a bad leader
  • What they want me to focus on during my first 1, 2, and 3 months
  • Review OKRs
  • Events that bring the team together
  • Asking for help with my own ramp-up
  • Team agreement
  • Product roadmap
  • Partner teams
  • Metrics and dashboard
  • Understand on-call
  • Read and collect feedback about their last performance review cycle
  • Team mission
  • Team RoB
  • Code review
  • Meet GCP evangelists
  • Customers and their use cases
  • Share leadership philosophy
  • Weekly ramp-up progress report
  • Managing up - bi-weekly reports
  • Plan time-off
  • Draw the dependency graph
  • Draw dependency graph

Learn Buildpacks

  • Read Buildpacks docs
  • Use Builpacks to create a container for the Go app
  • Use dive to get a sense of how Buildpacks layers work

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.