Skip to content

Commit

Permalink
Merge pull request #283 from jxs1211/doc-metaserver
Browse files Browse the repository at this point in the history
[Course Task] doc-metaserver
  • Loading branch information
kubeedge-bot authored Dec 22, 2022
2 parents 47c7bc6 + a23d562 commit 3ccf920
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions content/en/docs/architecture/edge/metamanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ MetaManager is the message processor between edged and edgehub.
It's also responsible for storing/retrieving metadata to/from a lightweight database(SQLite).

Metamanager receives different types of messages based on the operations listed below :
- Insert
- Update
- Delete
- Query
- Response
- NodeConnection
- MetaSync
- Insert
- Update
- Delete
- Query
- Response
- NodeConnection
- MetaSync

## Insert Operation
`Insert` operation messages are received via the cloud when new objects are created.
Expand Down Expand Up @@ -51,7 +51,7 @@ cloud.
![Delete Operation](/img/metamanager/meta-delete.png)

## Query Operation
`Query` operations let you query for metadata either locally at the edge or for some remote resources like config maps/secrets from the cloud. edged queries this
`Query` operations let you query for metadata either locally at the edge or for some remote resources like config maps/secrets from the cloud. Edged queries this
metadata from metamanager which further handles local/remote query processing and
returns the response back to edged. A Message resource can be broken into 3 parts
(resKey,resType,resId) based on separator ‘/’.
Expand All @@ -73,7 +73,7 @@ pods running on the edge node. The sync interval is configurable in `conf/edge.y

```yaml
meta:
sync:
podstatus:
interval: 60 #seconds
sync:
podstatus:
interval: 60 #seconds
```

0 comments on commit 3ccf920

Please sign in to comment.