-
-
Notifications
You must be signed in to change notification settings - Fork 138
1.1. Prerequisites
Rafał Lorenz edited this page Jun 30, 2019
·
5 revisions
In order to run this project you need to have Docker > 1.17.05 for building the production image and Kubernetes cluster > 1.11 for running pods installed.
Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications.
Helm charts are used to automate the application deployment in a Kubernetes cluster. Once the application is deployed and working, it also explores how to modify the source code for publishing a new application release and how to perform rolling updates in Kubernetes using the Helm CLI.