...

/

Installing Prerequisites

Installing Prerequisites

This lesson lists the prerequisite tools for Jenkins X that should be installed in order for you to follow along with this course.

List of tools to install

Before we jump into Jenkins X, we’ll need a few tools that will be used throughout this course.

Git

You likely already have Git. I would not even mention it, if not for GitBash. If you are using Windows, please make sure that you have GitBash (part of the Git setup) and run all the commands from it.

svg viewer

Other shells might work as well. Still, I tested all the commands on Windows with GitBash, so that’s your safest bet. If you are a macOS or Linux user, just fire up your favorite terminal.

kubectl and Helm

Jenkins X CLI (we’ll install it soon) will do its best to install kubectl and Helm. However, the number of permutations of what we have on our laptops is close to ...

svg viewer