czangyeob / kubernetes-handbook-projects

Project codes used in "The Kubernetes Handbook" :notebook:

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Handbook Projects

...

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

About

Project codes used in "The Kubernetes Handbook" :notebook:

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

License:The Unlicense


Languages

Language:JavaScript 83.4%Language:Vue 9.6%Language:Dockerfile 2.8%Language:HTML 2.8%Language:TSQL 0.7%Language:CSS 0.6%