Skip to content

hvalfangst/CKA

Repository files navigation

CKA Exam Wiki

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.

Prerequisites

  • Rust (latest stable version)
  • wasm-pack
  • Python 3 (for the development server)

Installation

  1. Install Rust from https://rustup.rs/

  2. Install wasm-pack:

cargo install wasm-pack

Building and Running

To build and serve the application locally:

./build_and_serve.sh

This script will:

  1. Clean the build directory
  2. Build the WebAssembly package
  3. Start a local server on port 8000

Once running, open your browser to:

http://localhost:8000

About

Interactive practice material for the CKA exam deployed to GitHub Pages as WASM with Rust and Leptos

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published