Skip to content

hvalfangst/CKAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors