/MSS-JX-Demo

Primary LanguageMakefile

MSS Jenkins X Demo

Example Jenkins X application based on @jstrachan devoxxrocks app

Installation of Required Tools

Creating EKS Cluster

jx create cluster eks --region eu-central-1 \
 --cluster-name jxdemoo \
 --default-environment-prefix jxdemo \
 --node-type c5.2xlarge \
 --nodes 1 \
 --nodes-max 1 \
 --nodes-min 1 \
 --node-volume-size 100

Installing Jenkins X platform on the cluster

jx boot