You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: consolidate marketing site into docs site at netchecks.io
Merge the marketing landing page into the docs site so netchecks.io
serves a single unified site. This eliminates the separate stale
netchecks.io Next.js marketing site.
- Add marketing components: MarketingHero, Features, Pricing, Footer
- Convert index.md to index.jsx with getLayout opt-out for docs chrome
- Move getting-started content to /docs/getting-started
- Add /docs/compliance page with framework info and Stripe link
- Update _app.jsx to support per-page getLayout pattern
- Update navigation sidebar with new routes
- Flesh out development.md and testing.md with actual workflows
- Update all docs.netchecks.io references to netchecks.io
**Netchecks** is a set of tools for testing network conditions and asserting that they are as expected.
29
29
30
30
There are two main components:
31
-
-**Netchecks Operator** - Kubernetes Operator (Rust/kube-rs) that runs network checks and reports results as `PolicyReport` resources. See the [operator README](https://github.com/hardbyte/netchecks/blob/main/operator/README.md) for more details and the full documentation can be found at [https://docs.netchecks.io](https://docs.netchecks.io)
31
+
-**Netchecks Operator** - Kubernetes Operator (Rust/kube-rs) that runs network checks and reports results as `PolicyReport` resources. See the [operator README](https://github.com/hardbyte/netchecks/blob/main/operator/README.md) for more details and the full documentation can be found at [https://netchecks.io](https://netchecks.io)
32
32
-**Netcheck CLI and Python Library** - Command line tool for running network checks and asserting that they are as expected. Keep reading for the quickstart guide.
'Periodically probe the network to detect when security assumptions are violated. Continuous validation of live workload environments increases confidence in security controls.',
8
+
icon: ShieldIcon,
9
+
},
10
+
{
11
+
title: 'Cloud Native',
12
+
description:
13
+
'A Kubernetes operator configured by custom resources. Outputs use PolicyReports — an emerging standard used by Kyverno and other security tools.',
14
+
icon: CloudIcon,
15
+
},
16
+
{
17
+
title: 'Alerting and Reporting',
18
+
description:
19
+
'Outputs PolicyReports with Prometheus metrics. Integrate with Grafana, Slack, Discord, email, or MS Teams using Policy Reporter.',
20
+
icon: BellIcon,
21
+
},
22
+
{
23
+
title: 'Independent from Controls',
24
+
description:
25
+
'Verifies whether your cluster can carry out network activity, independent of how controls are implemented — NetworkPolicies, Cilium, or external firewalls.',
0 commit comments