{# Feel free to customize or override anything in there! #} {%- set url = "http://qconuk2019.container.training/" -%} {%- set pagesize = 9 -%} {%- if clustersize == 1 -%} {%- set workshop_name = "Docker workshop" -%} {%- set cluster_or_machine = "machine" -%} {%- set this_or_each = "this" -%} {%- set machine_is_or_machines_are = "machine is" -%} {%- set image_src = "https://s3-us-west-2.amazonaws.com/www.breadware.com/integrations/docker.png" -%} {%- else -%} {%- set workshop_name = "Kubernetes workshop" -%} {%- set cluster_or_machine = "cluster" -%} {%- set this_or_each = "each" -%} {%- set machine_is_or_machines_are = "machines are" -%} {%- set image_src_swarm = "https://cdn.wp.nginx.com/wp-content/uploads/2016/07/docker-swarm-hero2.png" -%} {%- set image_src_kube = "https://avatars1.githubusercontent.com/u/13629408" -%} {%- set image_src = image_src_kube -%} {%- endif -%} {% for cluster in clusters %}

Here is the connection information to your very own {{ cluster_or_machine }} for this {{ workshop_name }}. You can connect to {{ this_or_each }} VM with any SSH client.

login:
docker
password:
{{ docker_user_password }}

Your {{ machine_is_or_machines_are }}: {% for node in cluster %} {% endfor %}
node{{ loop.index }}:{{ node }}

You can find the slides at:

{{ url }}

{% if loop.index%pagesize==0 or loop.last %} {% for x in range(pagesize) %}

You got this at the workshop "Getting Started With Kubernetes and Container Orchestration" during QCON London (March 2019).

If you liked that workshop, I can train your team or organization on Docker, container, and Kubernetes, with curriculums of 1 to 5 days.

Interested? Contact me at:

jerome.petazzoni@gmail.com

Thank you!

{% endfor %} {% endif %} {% endfor %}