Skip to content

Commit

Permalink
change specification to specs + remove some articles + add caption fo…
Browse files Browse the repository at this point in the history
…r the animation

Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Feb 20, 2024
1 parent 4956460 commit d503e45
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
14 changes: 0 additions & 14 deletions content/docs/concepts/specification.md

This file was deleted.

14 changes: 14 additions & 0 deletions content/docs/concepts/specs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
+++
title = "Specs"
description = "Concepts of NSM Capabilities"
weight = 5
date = "2023-06-24"
+++

## Specs

Since NSM can run in any environment, here is described only concepts of the available functionality.

- [Healing](../specs/healing)
- [Datapath Healing](../specs/datapath_healing)
- [Connection Monitoring API](../specs/monitoring)
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Healing is an indispensable tool for organizations leveraging NSM, enabling them

## References

- [NSM Monitoring API](../../specification/monitoring)
- [NSM Monitoring API](../../specs/monitoring)
- [Code implementation](https://github.com/networkservicemesh/sdk/tree/release/v1.10.0/pkg/networkservice/common/heal)
- [Runnable k8s examples](https://github.com/networkservicemesh/deployments-k8s/tree/release/v1.10.0/examples/heal)
- [See other concepts](../)
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ Each NSM component montors connections of the next component in the chain. If th

**DELETE:** Monitor Connection Server sends event with this type when the connection has been closed.

### An example of UPDATE event
### Example of UPDATE event

![update-event](/img/concepts/specification/monitoring/update-event.svg)
*Diagram 1: an example of UPDATE event in NSM*

### An example of INITIAL_STATE_TRANSFER and DELETE event
### Example of INITIAL_STATE_TRANSFER and DELETE event

![initial-transfer-and-delete-event](/img/concepts/specification/monitoring/initial-transfer-and-delete-event.svg)

Expand Down

0 comments on commit d503e45

Please sign in to comment.