Technical requirements
For the activities in this chapter, you should have an AWS account and kubectl
, eksctl
, and helm
installed. For instructions on how to set up an AWS account and kubectl
and eksctl
installation, refer to Chapter 1. For helm
installation instructions, access https://helm.sh/docs/intro/install/.
We will also be using the Titanic dataset for our exercises. You can find the version we will use at https://github.com/neylsoncrepalde/titanic_data_with_semicolon.
All code in this chapter is available in the GitHub repository at https://github.com/PacktPublishing/Bigdata-on-Kubernetes, in the Chapter08
folder.