Project codes used in "The Kubernetes Handbook"
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.
The Kubernetes Handbook Projects repository on freeCodeCamp includes three projects of increasing complexity for readers to work on. From a single container Vue application to a full-stack CRUD application with nginx reverse proxy, these projects offer hands-on experience in using Kubernetes. Prerequisites such as familiarity with JavaScript, Linux Terminal, and Docker are recommended for a better understanding of the projects.
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.