This page shows you how to submit a post for the Kubernetes Blog.
You’ll receive a response within 5 business days on whether your submission is approved and information about next steps, if any.
To create a new blog post, you can either:
or:
All content must be original. The Kubernetes Blog does not post material previously published elsewhere.
Suitable Content (with examples):
Unsuitable Content:
Open the Kubernetes Blog Submission form, fill it out, and click Submit.
Add a new Markdown (*.md
) to /blog/_posts/
.
Name the file using the following format:
YYYY-MM-DD-Title.md
For example:
2015-03-20-Welcome-to-the-Kubernetes-Blog.md
Add the following block to the top of the new file:
---
layout: blog
title: <title>
date: <date>
---
For example:
---
layout: blog
title: Welcome to the Kubernetes Blog!
date: Saturday, March 20, 2015
---
When you create a new pull request, include the following in the PR description:
- Desired publishing date Note: PRs must include complete drafts no later than 15 days prior to the desired publication date.
Write your post using the following guidelines.
Add any image files the post contains to /static/images/blog/
.
The preferred image format is SVG.
Add the proposed date of your blog post to the title of any image files the post contains:
YYYY-MM-DD-image.svg
For example:
2018-03-01-cncf-color.svg
Please use [reference-style image links][ref-style] to keep posts readable.
Here’s an example of how to include an image in a blog post:
Check out the ![CNCF logo][cncf-logo].
[cncf-logo]: /images/blog/2018-03-01-cncf-color.svg