Kubernetes Handbook Projects

screenshot of Kubernetes Handbook Projects
express
vite

Kubernetes Handbook Projects

Project codes used in "The Kubernetes Handbook"

Overview:

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.

Features:

  • Starter and Completed Projects: Contains two branches in the repository for starter and completed projects.
  • Varied Project Complexity: Projects range from a simple single container Vue application to a full-stack CRUD application.
  • Prerequisites Listed: Provides a list of prerequisites such as familiarity with JavaScript, Linux Terminal, and Docker.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

docker
Docker

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.