Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployments/sequencer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sequencer CDK8S Deployment Configuration Guide

CDK8s is an open-source framework for defining Kubernetes applications using programming languages and object-oriented APIs. CDK8s apps synthesize into standard Kubernetes manifests that can be applied to any Kubernetes cluster.
CDK8s is an open-source framework for defining Kubernetes applications using programming languages and object-oriented APIs. CDK8s apps synthesize into standard Kubernetes manifests you can apply to any Kubernetes cluster.

**Official documentation:** [https://cdk8s.io/docs/latest](https://cdk8s.io/docs/latest)

Expand Down
Loading