Skip to content

Instantly share code, notes, and snippets.

View PurneswarPrasad's full-sized avatar
:electron:
Locked in

Purneswar Prasad PurneswarPrasad

:electron:
Locked in
View GitHub Profile
@PurneswarPrasad
PurneswarPrasad / README.md
Created July 11, 2021 06:36 — forked from dims/README.md
Kubernetes Resources
@PurneswarPrasad
PurneswarPrasad / System Design.md
Created August 25, 2021 11:38 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?
@PurneswarPrasad
PurneswarPrasad / k8s-horizontals-getting-started.md
Created October 30, 2021 18:38 — forked from MadhavJivrajani/k8s-horizontals-getting-started.md
This is a list of resources that I personally found helpful while trying to understand containers and kubernetes from a big-picture POV.

Getting Started With Kubernetes On A High Level

One of biggest barriers when trying to get started with Kubernetes is that there's so much content out there that it's kinda overwhelming - and that's totally normal! The intent of this document is to try and provide directed resources in a roadmap like fashion to understand and learn about the horizontals of Kubernetes - post which you can dive deep into any vertical while keeping the bigger picture in mind - that this document hopes to provide.

This is a set of resources for different topics that I found particularly helpful when getting started, and hopefully you do too! I've tried to list them out in order of consumption. If A comes before B under a subtopic, then it's probably that A has topics needed for B, or that A attempts to explain topics of B in a slightly simpler (not nescessarily better) manner than B.

Containers

Feel free to skip over if you're already familiar with containers and have some idea about what they are and why they exist.