fhsinchy / kubernetes-handbook-projects

Project codes used in "The Kubernetes Handbook"

Home Page:https://freecodecamp.org/news/the-kubernetes-handbook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Handbook Projects

...

đź”” 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.

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.

About

Project codes used in "The Kubernetes Handbook"

https://freecodecamp.org/news/the-kubernetes-handbook/

License:The Unlicense


Languages

Language:JavaScript 83.6%Language:Vue 9.6%Language:Dockerfile 2.8%Language:HTML 2.8%Language:CSS 0.6%Language:Shell 0.5%