Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhsinchy/kubernetes-handbook-projects
Project codes used in "The Kubernetes Handbook"
https://github.com/fhsinchy/kubernetes-handbook-projects
docker express javascript kubernetes vite
Last synced: 6 days ago
JSON representation
Project codes used in "The Kubernetes Handbook"
- Host: GitHub
- URL: https://github.com/fhsinchy/kubernetes-handbook-projects
- Owner: fhsinchy
- License: unlicense
- Created: 2020-07-28T10:24:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T08:09:35.000Z (about 2 years ago)
- Last Synced: 2024-10-12T04:26:04.503Z (27 days ago)
- Topics: docker, express, javascript, kubernetes, vite
- Language: JavaScript
- Homepage: https://freecodecamp.org/news/the-kubernetes-handbook/
- Size: 118 KB
- Stars: 558
- Watchers: 25
- Forks: 165
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - kubernetes-handbook-projects - Project codes used in "The Kubernetes Handbook" :notebook: (JavaScript)
README
# Kubernetes Handbook Projects
![...](./kubernetes-handbook-github.png)
| :bell: NOTIFICATION |
|:--------------------|
| There are two branches in this repository. The [master](https://github.com/fhsinchy/kubernetes-handbook-projects/tree/master/) branch contains the starter projects and the [completed](https://github.com/fhsinchy/kubernetes-handbook-projects/tree/completed/) branch contains the completed projects. |This repository holds the code for my Kubernetes Handbook article on [__freeCodecamp__](https://freecodecamp.org). 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](https://hub.docker.com/_/nginx/) as a reverse proxy.## Prerequisites
- Familiarity with JavaScript.
- Familiarity with the Linux Terminal.
- Familiarity with Docker (suggested read: [The Docker Handbook](https://www.freecodecamp.org/news/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.