The Kubernetes Handbook Projects repository contains code for three projects with increasing complexity as part of the Kubernetes Handbook article on freeCodeCamp. The projects include a single container Vue application, a multi-container Express API, and a full-stack CRUD application with nginx as a reverse proxy.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.