Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaling and availability docs with leader election advice #58

Merged
merged 18 commits into from
Apr 24, 2024

Commits on Mar 18, 2024

  1. Leader election stub linking to implementations

    Want to make it easies for users to find and make a choice.
    
    Signed-off-by: clux <[email protected]>
    clux committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    51645f1 View commit details
    Browse the repository at this point in the history
  2. link to linkerd source impl, but move it to the bottom to avoid favou…

    …ritism
    
    kubert is the most expensive thing to adopt from this list in terms of deps.
    
    Signed-off-by: clux <[email protected]>
    clux committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bb71701 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Apply suggestions from code review

    Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
    Signed-off-by: Eirik A <[email protected]>
    clux and nightkr authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    62f4125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    803e46b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. change leaderelection to be a scaling doc

    leader-election is ultimately one optimization for scaling and it's probably
    more worth highlighting other ways than tho shoehorn people into this one
    solution that only solves one part of the problem.
    
    Signed-off-by: clux <[email protected]>
    clux committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    d074d85 View commit details
    Browse the repository at this point in the history
  2. fix stray sentence and turn into a note

    Signed-off-by: clux <[email protected]>
    clux committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    cb52ddb View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    3f37c1e View commit details
    Browse the repository at this point in the history
  2. minor sentence tweaks

    Signed-off-by: clux <[email protected]>
    clux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6556d3c View commit details
    Browse the repository at this point in the history
  3. Update docs/controllers/scaling.md

    Co-authored-by: Matei David <[email protected]>
    Signed-off-by: Eirik A <[email protected]>
    clux and mateiidavid authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1ee50b5 View commit details
    Browse the repository at this point in the history
  4. Update docs/controllers/scaling.md

    Co-authored-by: Matei David <[email protected]>
    Signed-off-by: Eirik A <[email protected]>
    clux and mateiidavid authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a9afe7e View commit details
    Browse the repository at this point in the history
  5. expand on more implicit sharding strategies

    Signed-off-by: clux <[email protected]>
    clux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    bda37fe View commit details
    Browse the repository at this point in the history
  6. split scaling into scaling + availability

    Signed-off-by: clux <[email protected]>
    clux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d66699e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. quick proofread

    Signed-off-by: clux <[email protected]>
    clux committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    90bfaa7 View commit details
    Browse the repository at this point in the history
  2. stray word + s/cpu/CPU

    Signed-off-by: clux <[email protected]>
    clux committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    73c51fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cca11d View commit details
    Browse the repository at this point in the history
  4. accidentally a word

    Signed-off-by: clux <[email protected]>
    clux committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e332dfb View commit details
    Browse the repository at this point in the history
  5. motivation restructure, apparently we don't allow doubly list indents

    so have made the callout a little more poignant
    
    Signed-off-by: clux <[email protected]>
    clux committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ae197a4 View commit details
    Browse the repository at this point in the history
  6. point on responsiveness and relations

    Signed-off-by: clux <[email protected]>
    clux committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e3e5e6a View commit details
    Browse the repository at this point in the history