Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

hvalfangst/CKAD

Repository files navigation

CKAD Exam Wiki

An interactive web-based wiki for Certified Kubernetes Application Developer (CKAD) exam preparation, built with Rust, Leptos, and WebAssembly.

Deployed to GH Pages here

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 CKAD exam deployed to GitHub Pages as WASM with Rust and Leptos

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published