--- #empty front matter --- {% if page.deprecated %}{% endif %} {% if page.description %} {% else %} {% endif %} {% feed_meta %} {% seo %}

Kubernetes Blog

{{ page.date | date: ' %A, %B %-d, %Y' }}

{{page.title}}

{{ content }}
@Kubernetesio View on Github #kubernetes-users Stack Overflow Download Kubernetes
{% for post in site.posts %} {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} {% capture this_month %}{{ post.date | date: "%B" }}{% endcapture %} {% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %} {% capture next_month %}{{ post.previous.date | date: "%B" }}{% endcapture %} {% if forloop.first %} {% else %} {% if this_year != next_year %}
{% include footer.html %} {% include footer-scripts.html %}