{% include head.html %} {% include top_nav.html %}

{{ page.title }}

Estimated time to complete: {{ page.time-complete }} min

Products used: {{ page.products-used }}

    {% for item in site.data.navigation.tutorials-k8s %}
  • {{ item.title }}

  • {% endfor %}

{{ page.section-header }}

{{ content }} {% if page.up-next %}

Up next...

{{ page.up-next }}

{% endif %}
{% if page.back-btn %} {% endif %} {% if page.continue-btn %} {% endif %}
{% include cta-banner.html %} {% include footer.html %}