Skip to content

Instantly share code, notes, and snippets.

View itroyano's full-sized avatar

Igor Troyanovsky itroyano

View GitHub Profile

To get a comprehensive diagnostic of what is necessary for lunar-mcpx-webapp to be deployed in openshift I decided to deploy workloads in tiers.

[!NOTE] deployment templates where modified deployment templates where modified to allow for this tiered approach strategy. The change was to remove | default true behavior on the necessary templates. allowing us to 'turn on/off' the necessary workloads. these changes will be reverted.

tier 0 (postgres, redis)

This first tier deploys embedded postgresql and redis workloads since tier 1 workloads depend on them.

@vasanthk
vasanthk / System Design.md
Last active June 19, 2026 12:31
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?