anuket-project / anuket-specifications

Anuket specifications
https://docs.anuket.io
123 stars 116 forks source link

What does req.gen.rsl.02 mean? #1286

Closed YuPengZTE closed 4 years ago

YuPengZTE commented 4 years ago

In RA2, req.gen.rsl.02: The architecture should support elastic Kubernetes Service components are not subject to req.gen.rsl.01. Does it refer to backing-services in The Twelve Factors or VNF Common Service in ETSI GR NFV-IFA 029 V3.3.1?

If not, what does it mean?

Thanks for your answer.

CsatariGergely commented 4 years ago

Humm interresting req.gen.rsl.02 is "The Architecture should support resilient Kubernetes service components that are not subject to req.gen.rsl.01.". So it is about resilient components and not elastic. This means that req.gen.rsl.01 requires all combernetes components to be resilient what are needed to run the workloads uniterrupted whatever happens and optionally the architecture can contain other resilient Kubernetes components to make the architecture more roboust.

YuPengZTE commented 4 years ago

Thanks @CsatariGergely .

I see: req.gen.rsl.01 is about workloads, req.gen.rsl.02 is not about workloads, e.g. root cause analysis components.