Kubernetes series
The objective of this series is to create a web application using kubernetes. We will evolve the application from a development enviroment to a production environment and add different pieces as we go.
To deploy, scale and manage containerized applications.
- Each
ksxfolder (ks1,ks2, ...) contains a working example of the app we are building in this series. - They are all incremental, so
ksnis based onksn-1, etc.. - instructions of each item of this series is in the
ksx.mdfile.
-
clone ks repo
git clone https://github.com/santiaago/ks.git
-
start following the series or go directly to the one you are interested in.