Certified Kubernetes Application Developer (CKAD) Study Notes

Here are my personal study notes from my preparation for the Certified Kubernetes Application Developer (CKAD) exam. While the main focus of these notes is the CKAD syllabus, they also touch upon additional aspects of Kubernetes that I think provides a more complete understanding and may prove useful to someone.

Read more

Docker Image for wasm-pack

To use rust and webassembly requires installing a fair amount of tooling. I decided to create a docker image with everything required:

Read more