Skip to content

khandrew-redhat/krkn_website

 
 

Repository files navigation

Krkn - Chaos Engineering for Kubernetes

Release Stars Forks License Documentation Slack


Krkn Website

The official documentation and marketing website for Krkn — a chaos engineering tool for Kubernetes/OpenShift clusters. Live at krkn-chaos.dev.

Quick Start

# Install dependencies
npm install

# Start development server
npx hugo server --disableFastRender

# Production build
npm run build:production

Stack

Tool Version Purpose
Hugo v0.146.0+ (extended) Static site generator
Docsy v0.12.0 Documentation theme
Netlify Deployment & serverless functions
Lunr.js Offline search

Project Structure

├── content/en/          # Markdown content (docs, blog, community)
│   └── docs/scenarios/  # 20+ chaos scenario pages
├── layouts/             # Hugo template overrides
├── assets/scss/         # Custom SCSS (dark/light theme)
├── static/              # Static assets (images, JS, CSS)
├── scripts/             # Build & utility scripts
├── netlify/functions/   # Serverless functions (AI chatbot, etc.)
└── hugo.yaml            # Hugo configuration

Contributing

We welcome contributions! Whether it's fixing a typo, adding a new scenario, or improving the design — every contribution matters.

Community

#krkn on Kubernetes Slack · GitHub Organization · Community Page

License

This project is licensed under the Apache License 2.0.


CNCF Sandbox
Krkn is a Cloud Native Computing Foundation Sandbox project.

About

Placeholder for code related to krkn-chaos.dev

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 37.6%
  • SCSS 32.3%
  • JavaScript 24.9%
  • CSS 5.2%