🔔 NOTIFICATION |
---|
There are two branches in this repository. The master branch contains the starter projects and the completed branch contains the completed projects. |
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.
- 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.