November 2019
Intermediate to advanced
322 pages
7h 3m
English
You know the drill. We'll move into the directory with the vfarcic/k8s-specs (https://github.com/vfarcic/k8s-specs) repository, we'll pull the latest version of the code just in case I pushed something recently, and we'll create a new cluster unless you already have one at hand.
1 cd k8s-specs 2 3 git pull
This time, the requirements for the cluster changed. We need much more memory than before. The main culprit is ElasticSearch which is very resource hungry.
If you're using Docker for Desktop or minikube, you'll need to increase the memory dedicated to the cluster to 10 GB. If ...
Read now
Unlock full access