Kubernetes Handbook Projects
|
---|
This branch contains the incomplete versions of the projects. If you want the complete ones, please check the k8s branch. |
This repository holds the code for my Kubernetes Handbook article on freeCodecamp. In the article the readers work through three projects with increasing complexity. These projects are as follows:
- hello-kube - A single container Vue application.
- notes-api - A multi container Express API.
- fullstack-notes-application - A full-stack CRUD application with nginx as a reverse proxy.
Prerequisites
- Familiarity with JavaScript.
- Familiarity with the Linux Terminal.
- Familiarity with Docker (suggested read: The Docker Handbook).
It's fine if you haven't worked with JavaScript that much. Having a basic knowledge of executing scripts with npm
will suffice.