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

[RA2 Ch04] Restructuring 4.6 Storage Components #1870

Merged
merged 13 commits into from Aug 20, 2020

Commits on Aug 6, 2020

  1. [RA2 Ch04] Restructuring 4.6 Storage Components

    Restored existing content in new format: Fixes #1638 
    
    Observation: there are no requirements for ephemeral and persistent storage
    pgoyal01 committed Aug 6, 2020
    Copy the full SHA
    0988c89 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Update doc/ref_arch/kubernetes/chapters/chapter04.md

    Co-authored-by: Gergely Csatari <gergely.csatari@nokia.com>
    pgoyal01 and CsatariGergely committed Aug 7, 2020
    Copy the full SHA
    746260b View commit details
    Browse the repository at this point in the history
  2. Update doc/ref_arch/kubernetes/chapters/chapter04.md

    Co-authored-by: Gergely Csatari <gergely.csatari@nokia.com>
    pgoyal01 and CsatariGergely committed Aug 7, 2020
    Copy the full SHA
    d5edba0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9bdd208 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Update doc/ref_arch/kubernetes/chapters/chapter04.md

    Co-authored-by: Tom Kivlin <52716470+tomkivlin@users.noreply.github.com>
    pgoyal01 and tomkivlin committed Aug 10, 2020
    Copy the full SHA
    3b796d7 View commit details
    Browse the repository at this point in the history
  2. Update doc/ref_arch/kubernetes/chapters/chapter04.md

    Co-authored-by: Tom Kivlin <52716470+tomkivlin@users.noreply.github.com>
    pgoyal01 and tomkivlin committed Aug 10, 2020
    Copy the full SHA
    f23847d View commit details
    Browse the repository at this point in the history
  3. Update doc/ref_arch/kubernetes/chapters/chapter04.md

    Co-authored-by: Tom Kivlin <52716470+tomkivlin@users.noreply.github.com>
    pgoyal01 and tomkivlin committed Aug 10, 2020
    Copy the full SHA
    ef7eb71 View commit details
    Browse the repository at this point in the history
  4. Update doc/ref_arch/kubernetes/chapters/chapter04.md

    Co-authored-by: Tom Kivlin <52716470+tomkivlin@users.noreply.github.com>
    pgoyal01 and tomkivlin committed Aug 10, 2020
    Copy the full SHA
    6bc3516 View commit details
    Browse the repository at this point in the history
  5. Update doc/ref_arch/kubernetes/chapters/chapter04.md

    Co-authored-by: Tom Kivlin <52716470+tomkivlin@users.noreply.github.com>
    pgoyal01 and tomkivlin committed Aug 10, 2020
    Copy the full SHA
    f5c34e4 View commit details
    Browse the repository at this point in the history
  6. Update doc/ref_arch/kubernetes/chapters/chapter04.md

    Co-authored-by: Tom Kivlin <52716470+tomkivlin@users.noreply.github.com>
    pgoyal01 and tomkivlin committed Aug 10, 2020
    Copy the full SHA
    4fb0135 View commit details
    Browse the repository at this point in the history
  7. Update doc/ref_arch/kubernetes/chapters/chapter04.md

    Co-authored-by: Tom Kivlin <52716470+tomkivlin@users.noreply.github.com>
    pgoyal01 and tomkivlin committed Aug 10, 2020
    Copy the full SHA
    90afef1 View commit details
    Browse the repository at this point in the history
  8. [RA2 Ch04] Add link to RA2 Ch02 requirements trace

    $.6 Storage components, `ra2.stg.004' added link to RA2 2.3 Requirement req.inf.stg.01
    pgoyal01 committed Aug 10, 2020
    Copy the full SHA
    b8c17b1 View commit details
    Browse the repository at this point in the history
  9. Update chapter04.md

    Delete content that belongs to RA Chapter 3:
    
    - from ra2.stg.001: "Ephemeral storage exists for the life of a container.<br>Kubernetes Volumes attached using a Volume plugin can also be used to deliver Ephemeral Storage (may require additional tasks to ensure deletion of ephemeral storage on the shutting down of a container)" 
    
    - from from ra2.stg.002: "This additional storage, that is attached to a container using a Kubernetes Volume, does not live and die with the container but instead follows the lifecycle of the Pod that the container is a part of. " 
    
    - from ra2.stg.005: "The implementation may utilise either an In-tree or Out-of-tree type of Volume plugin.<br>In-tree plugins are built, linked, compiled and shipped with the core Kubernetes binaries and, thus, require the core Kubernetes code to be changed whenever a new backend storage system needs to be supported.<br>Out-of-tree plugins allow new backend storage systems to be supported without any changes to the core Kubernetes code." 
    
    - from ra2.stg.007: "Storage Classes allow a consumer of the Kubernetes platform to request Persistent Storage using a Persistent Volume Claim and for a Persistent Volume to be dynamically created based on the "class" that has been requested. This avoids having to grant `create`/`update`/`delete` permissions in RBAC to PersistentVolume resources, which are cluster-scoped rather than namespace-scoped (meaning an identity can manage all PVs or none)."
    pgoyal01 committed Aug 10, 2020
    Copy the full SHA
    b16fa60 View commit details
    Browse the repository at this point in the history