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
Copy file name to clipboardExpand all lines: modules/ROOT/partials/valid-categories.yml
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
page-valid-categories:
2
2
- category: 'rpk'
3
3
definition: 'Command-line tool for Redpanda administration and management. Includes topics related to configuring and using the rpk tool.'
4
+
4
5
- category: 'Development'
5
6
definition: 'Building, testing, and maintaining applications and services that use Redpanda.'
6
7
subcategories:
@@ -14,6 +15,7 @@ page-valid-categories:
14
15
related: ['wasm']
15
16
- category: 'Benchmarking'
16
17
definition: 'Measuring and evaluating the performance of Redpanda under various conditions and workloads. Benchmarking covers performance testing, throughput, and latency measurement, and optimizing configurations for maximum efficiency.'
18
+
17
19
- category: 'Deployment'
18
20
definition: 'Deploying Redpanda in various environments such as Docker, Kubernetes, or Redpanda Cloud.'
19
21
subcategories:
@@ -27,6 +29,7 @@ page-valid-categories:
27
29
definition: 'Designing deployment architectures such as event-driven patterns and inter-service communication.'
28
30
- category: 'GitOps'
29
31
definition: 'Managing and automating the deployment and operation of software applications using Git as the source of truth. This category includes examples and best practices for deploying and managing Redpanda clusters and configurations using GitOps tools and methodologies.'
32
+
30
33
- category: 'Management'
31
34
definition: 'Performing operational tasks such as scaling, upgrades, and backups.'
32
35
related: ['day2ops']
@@ -40,24 +43,29 @@ page-valid-categories:
40
43
related: ['grafana', 'prometheus']
41
44
- category: 'Scaling'
42
45
definition: 'Strategies and best practices for scaling Redpanda clusters to handle increased workloads.'
46
+
43
47
- category: 'Upgrades'
44
48
definition: 'Upgrading Redpanda software and systems.'
45
49
subcategories:
46
50
- category: 'Migration'
47
51
definition: 'Migrating from older versions of Redpanda.'
48
52
- category: 'Rollback'
49
53
definition: 'Procedures for rolling back Redpanda upgrades in case of issues.'
54
+
50
55
- category: 'Kafka Compatibility'
51
56
definition: 'Highlighting Kafka API compatibility in Redpanda, showing how existing Kafka applications can work with Redpanda.'
52
57
subcategories:
53
58
- category: 'Kafka Migration'
54
59
definition: 'Migrating from Kafka to Redpanda.'
55
60
- category: 'Feature Comparison'
56
61
definition: 'Comparing features and capabilities between Kafka and Redpanda.'
62
+
57
63
- category: 'Troubleshooting'
58
64
definition: 'Troubleshooting common issues and errors encountered while working with Redpanda.'
65
+
59
66
- category: 'Redpanda Console'
60
67
definition: 'Covers the use, configuration, and features of the Redpanda Console, a web-based UI for managing and monitoring Redpanda clusters. This includes dashboard customization, security settings, user management, and integration with other services.'
68
+
61
69
- category: 'High Availability'
62
70
definition: 'Exploring strategies, configurations, and practices for achieving high availability in Redpanda deployments. This includes redundancy, failover mechanisms, replication, and other techniques to ensure continuous operation and data durability.'
63
71
subcategories:
@@ -67,5 +75,12 @@ page-valid-categories:
67
75
definition: 'Procedures and tools for automatic failover and recovery in case of outages, including how to minimize downtime and data loss.'
68
76
- category: 'Disaster Recovery'
69
77
definition: 'Planning and implementing disaster recovery strategies, including backup and restore practices, to recover from significant system-wide failures.'
78
+
70
79
- category: 'Schema Registry'
71
80
definition: 'Covers the setup, configuration, and usage of the Schema Registry with Redpanda to manage schema versions, compatibility, and serialization formats.'
81
+
82
+
- category: 'Streaming'
83
+
definition: 'End-to-end design, optimization, and operation of real-time streaming systems built on Redpanda, including data ingestion patterns, throughput tuning, serialization formats, and end-to-end streaming architectures.'
84
+
85
+
- category: 'Disaster Response'
86
+
definition: 'Operational practices, guidelines, and emergency procedures for responding to severe outages, data loss events, or infrastructure failures affecting Redpanda clusters, including incident handling and continuity planning.'
0 commit comments