Ready to deploy

This commit is contained in:
Jerome Petazzoni
2019-10-30 11:54:28 -05:00
parent efe491c05d
commit bb7d03751f
2 changed files with 33 additions and 6 deletions

25
prepare-vms/setup-lisa.sh Executable file
View File

@@ -0,0 +1,25 @@
#!/bin/sh
set -e
export AWS_INSTANCE_TYPE=t3a.small
INFRA=infra/aws-us-west-2
STUDENTS=120
PREFIX=$(date +%Y-%m-%d-%H-%M)
SETTINGS=jerome
TAG=$PREFIX-$SETTINGS
./workshopctl start \
--tag $TAG \
--infra $INFRA \
--settings settings/$SETTINGS.yaml \
--count $((3*$STUDENTS))
./workshopctl deploy $TAG
./workshopctl disabledocker $TAG
./workshopctl kubebins $TAG
./workshopctl disableaddrchecks $TAG
./workshopctl cards $TAG

View File

@@ -212,16 +212,18 @@ img.kube {
{% for x in range(pagesize) %}
<div class="back">
<br/>
<p>You got this at the workshop
"Getting Started With Kubernetes and Container Orchestration"
during QCON London (March 2019).</p>
<p>If you liked that workshop,
<p>You got this at the tutorial:<br/>
"Deep Dive into Kubernetes Internals
for Builders and Operators" during LISA
in Portland (October 2019).
</p>
<p>If you liked that tutorial,
I can train your team or organization
on Docker, container, and Kubernetes,
with curriculums of 1 to 5 days.
with courses of 1 to 5 days.
</p>
<p>Interested? Contact me at:</p>
<p>jerome.petazzoni@gmail.com</p>
<p><strong>jerome.petazzoni@gmail.com</strong></p>
<p>Thank you!</p>
</div>
{% endfor %}