An interactive web-based wiki for Certified Kubernetes Administrator (CKA) exam preparation, built with Rust, Leptos, and WebAssembly.
This comprehensive guide covers all CKA exam domains including cluster architecture, maintenance, etcd backup/restore, certificate management, troubleshooting, networking, workloads, storage, security, and monitoring.
- Rust (latest stable version)
- wasm-pack
- Python 3 (for the development server)
-
Install Rust from https://rustup.rs/
-
Install wasm-pack:
cargo install wasm-packTo build and serve the application locally:
./build_and_serve.shThis script will:
- Clean the build directory
- Build the WebAssembly package
- Start a local server on port 8000
Once running, open your browser to:
http://localhost:8000