Official documentation repository for KubeStellar, a CNCF Sandbox Project enabling seamless multi-cluster configuration management for edge, multi-cloud and hybrid cloud environments.
Visit our website: http://prod.previews.kubestellar.io/en
Website preview for a PR ###: PR-###.previews.kubestellar.io/en
KubeStellar simplifies Kubernetes operations across distributed infrastructure by providing powerful multi-cluster configuration management capabilities. This repository serves as the canonical source for all KubeStellar documentation, powering the official documentation website at kubestellar.io.
- Flexible Binding Policies — Define sophisticated relationships between clusters and Kubernetes resources
- Familiar Tooling — Leverage existing single-cluster tools and workflows for multi-cluster operations
- Enhanced Operations — Improve compliance, resilience, availability, and developer productivity across your infrastructure
This repository includes comprehensive documentation such as:
- Getting Started Guides — Quick start workflows and installation instructions
- User & Operator Guides — Detailed operational documentation
- Architecture & Technical References — In-depth design specifications
- API Documentation — Complete API reference materials
- Roadmaps & Release Notes — Project planning and version history
- Contribution Guidelines — Resources for contributors and maintainers
- Real-World Examples — Practical use cases and hands-on tutorials
This documentation site is built with Next.js, providing a modern, performant documentation experience.
- Node.js v18.0.0 or higher (Download)
- npm or yarn package manager
Verify your Node.js installation:
node --version-
Clone the repository:
git clone https://github.com/kubestellar/docs.git cd docs -
Install dependencies:
npm install # or yarn install -
Start the development server:
npm run dev # or yarn devThe site will be available at
http://localhost:3000with hot-reload enabled for instant feedback. -
Build for production:
npm run build # or yarn build -
Preview the production build:
npm start # or yarn start
We welcome contributions and engagement from the community. Here's how to get involved:
- Slack: Join #kubestellar-dev in the CNCF Slack Workspace
- Mailing Lists:
- kubestellar-dev — Development discussions
- kubestellar-users — User community discussions
- Community Meetings: Subscribe to our community calendar
- Automatically subscribed via the kubestellar-dev mailing list
- Meeting Recordings: Available on YouTube
- Meeting Notes: View upcoming and past agendas
- Shared Documents: Access our Google Drive for design docs and collaborative materials
- Available to kubestellar-dev mailing list members
- Blog: Read our latest updates on Medium
- LinkedIn: Follow #kubestellar for news and updates
We welcome contributions of all kinds — from documentation improvements to code contributions. Please review our Contributing Guide to get started.
- Documentation improvements and corrections
- Tutorial and example development
- Translation and localization
- Code contributions to the core project
- Community support and engagement
KubeStellar is a Cloud Native Computing Foundation Sandbox project, part of the broader cloud native ecosystem working to make cloud native computing universal and sustainable.

