Skip to content

Commit 3d1c3f1

Browse files
yashmehrotramoshloop
authored andcommitted
chore: update how it works with all CRDs and correct links
1 parent de45c29 commit 3d1c3f1

File tree

7 files changed

+18
-16
lines changed

7 files changed

+18
-16
lines changed

mission-control/docs/how-it-works.mdx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,18 @@ Configuration created by CRD's is readonly from the UI/API. You can mix and matc
3131

3232
Mission Control uses Kubernetes Custom Resources Definitions as the underlying configuration method. The CRD's include:
3333

34-
| Resource | Description | Output |
35-
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ------------------------------------ |
36-
| <a href="/config-db"><div class="flex flex-row"><Icon name="k8s-customresourcedefinition" size={22}/>ScrapeConfig</div> </a> | Configures scrapers to run periodically | Config items, analysis, change, cost |
37-
| <a href="/canary-checker"><Icon name="k8s-customresourcedefinition">Canary</Icon> </a> | Runs health checks using HTTP, SQL, S3, kubectl, etc. | 1 or more checks (Health) |
38-
| <a href="/guide/notifications"><Icon name="k8s-customresourcedefinition">Notification</Icon> </a> | Sends notifications based on events | Email, Slack, etc |
39-
| <a href="/playbooks"><Icon name="k8s-customresourcedefinition">Playbook</Icon> </a> | Defines playbooks that can be run on config items, health checks and components | Pull Request, CLI, Webhook |
40-
<a href="/reference/connections"><Icon name="k8s-customresourcedefinition">Connection</Icon> </a> | Re-usable connections with secure external lookup to Kubernetes secrets, configmaps, service accounts and Helm values | URL, username, password, etc |
41-
<a href="/topology"><Icon name="k8s-customresourcedefinition">Topology</Icon> </a> | Combines configs, health checks and lookups to form cards | Component |
42-
43-
34+
| Resource | Description | Output |
35+
| ----------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------| ------------------------------------ |
36+
| [<Icon name="k8s-customresourcedefinition">Canary</Icon>](/guide/canary-checker) | Runs health checks using HTTP, SQL, S3, kubectl, etc. | 1 or more checks (Health) |
37+
| [<Icon name="k8s-customresourcedefinition">Connections</Icon>](/reference/connections) | Re-usable connections with secure external lookup to Kubernetes secrets, configmaps, service accounts and Helm values | URL, username, password, etc |
38+
| [<Icon name="k8s-customresourcedefinition">Playbook</Icon>](/guide/playbooks) | Defines playbooks that can be run on config items, health checks and components | Pull Request, CLI, Webhook |
39+
| [<Icon name="k8s-customresourcedefinition">Notification</Icon>](/guide/notifications) | Sends notifications based on events | Email, Slack, etc |
40+
| <div style={{ whiteSpace: "nowrap", overflowX: "auto" }}> [<Icon name="k8s-customresourcedefinition">NotificationSilences</Icon>](/guide/notifications/concepts/silences) </div> | Silences notifications based on rules | Silence notifications |
41+
| [<Icon name="k8s-customresourcedefinition">Permissions</Icon>](/guide/permission) | Configure RBAC and ABAC rules for users and agents | Create permissions for user |
42+
| [<Icon name="k8s-customresourcedefinition">PermissionGroups</Icon>](/guide/permission#permission-groups) | Group subjects (people, teams, or system services) under one name for simpler permission setup | Create permissions for group |
43+
| [<Icon name="k8s-customresourcedefinition">ScrapeConfig</Icon>](/guide/config-db) | Configures scrapers to run periodically | Config items, analysis, change, cost |
44+
| [<Icon name="k8s-customresourcedefinition">ScrapePlugins</Icon>](/guide/config-db/concepts/plugins) | Modify scraper behaviour (eg. transform changes, add properties to configs, set up relationships | Modify scraper behaviour |
45+
| [<Icon name="k8s-customresourcedefinition">Topology</Icon>](/guide/topology) | Combines configs, health checks and lookups to form cards | Component |
4446

4547
## Glossary
4648

modules/duty

Submodule duty updated 62 files

0 commit comments

Comments
 (0)