Files
website/content/en/docs/contribute/new-content/blogs-case-studies.md
Karen Bradshaw ecc27bbbe7 add en pages
2020-06-09 19:33:15 -04:00

2.2 KiB

title, linktitle, slug, content_type, weight
title linktitle slug content_type weight
Submitting blog posts and case studies Blogs and case studies blogs-case-studies concept 30

Anyone can write a blog post and submit it for review. Case studies require extensive review before they're approved.

Write a blog post

Blog posts should not be vendor pitches. They must contain content that applies broadly to the Kubernetes community. The SIG Docs blog subproject manages the review process for blog posts. For more information, see Submit a post.

To submit a blog post, you can either:

If you open a pull request, ensure that your blog post follows the correct naming conventions and frontmatter information:

  • The markdown file name must follow the format YYY-MM-DD-Your-Title-Here.md. For example, 2020-02-07-Deploying-External-OpenStack-Cloud-Provider-With-Kubeadm.md.
  • The front matter must include the following:
---
layout: blog
title: "Your Title Here"
date: YYYY-MM-DD
slug: text-for-URL-link-here-no-spaces
---

Submit a case study

Case studies highlight how organizations are using Kubernetes to solve real-world problems. The Kubernetes marketing team and members of the {{< glossary_tooltip text="CNCF" term_id="cncf" >}} collaborate with you on all case studies.

Have a look at the source for the existing case studies.

Refer to the case study guidelines and submit your request as outlined in the guidelines.

{{% heading "whatsnext" %}}